You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Simone Tripodi <si...@gmail.com> on 2008/09/10 16:22:20 UTC

maven-changelog-plugin and svn+certificate

Hi folks,
here in the company we're using subversion with certificate-based
authentication, urls are https://, and integrating the
maven-changelog-plugin I accidentally find an issue, the plugin
generates empty reports but running on shell the same plugin generated
command, it shows what we expect.
We also tested with scm:changelog, without result.
Does anyone know a possible fix?
Any help will be very appreciated, thanks in advance.
best regards,
Simone Tripodi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven-changelog-plugin and svn+certificate

Posted by Simone Tripodi <si...@gmail.com>.
I moved the scm configuration to the child POM, runned

    mvn changelog:changelog

it worked without notifying any error, when the process terminated the
changelog.xml appears like this:

<?xml version="1.0" encoding="ISO-8859-1"?>
<changelog>
<changeset datePattern="yyyyMMdd HH:mm:ss z" start="20080717 12:39:27
CEST" end="20080916 12:39:27 CEST">
</changeset>
</changelog>

It is totally empty :( Running "by hand" on the shell the same
generated command:

    svn --non-interactive log -v -r "{2008-07-17 10:39:27
+0000}:{2008-09-16 10:39:27 +0000}"
https://my.company.com/module/trunk

A long list of changes has been shown...

Just to be curious, I used the same plugin with the same configuration
on a small project on google-code, and it worked.
I don't have more ideas!
Thanks for your help and your time!!!
Best,
Simone

2008/9/15 Brett Porter <br...@gmail.com>:
> unfortunately not, it'll need to be moved to the submodule
>
> 2008/9/15 Simone Tripodi <si...@gmail.com>
>
>> indeed, the SCM section is in the parent POM!!!
>> is there an option to exclude this default behavior?
>> thank you very very much,
>> Simone
>>
>> 2008/9/15 Brett Porter <br...@gmail.com>:
>> > Is the <scm> section in that POM, or a parent? It does append the
>> artifactId
>> > by default if inherited which could cause this.
>> > -= Brett
>> >
>> > 2008/9/15 Simone Tripodi <si...@gmail.com>
>> >
>> >> Hi Brett,
>> >> the same result is obtained also when I lunch
>> >>
>> >>    mvn scm:status
>> >>
>> >> The urls will be rewritten... so I think it could be a scm-plugin
>> >> problem, I read on changelog plugin's doc that it uses scm-plugin.
>> >> Thank you for your reply, best regards,
>> >> Simone
>> >>
>> >> 2008/9/15 Brett Porter <br...@gmail.com>:
>> >> > I see, perhaps that is a bug in the changelog plugin then?
>> >> > - Brett
>> >> >
>> >> > 2008/9/15 Simone Tripodi <si...@gmail.com>
>> >> >
>> >> >> Hi Brett,
>> >> >> first thank you for you reply!
>> >> >>
>> >> >> The integration with the certificate I suppose is working, I'm using
>> >> >> also the buildnumber plugin, retrieving the revision number and it's
>> >> >> working.
>> >> >>
>> >> >> Now, I configured the SCM plugin in the way of using the
>> >> >> developerConnection connection, and an error occurs because the svn
>> >> >> URL is re-formatted by the plugin: my configuration is
>> >> >>
>> >> >> <scm>
>> >> >>        <developerConnection>scm:svn:
>> >> https://my.company.com/module/trunk/
>> >> >> </developerConnection>
>> >> >>        <connection>scm:svn:https://my.company.com/module/trunk
>> >> >> </connection>
>> >> >>        <url>https://my.company.com/module/trunk</url>
>> >> >>    </scm>
>> >> >>
>> >> >> but when i lunch from the console mvn changelog:changelog, I get an
>> >> error:
>> >> >>
>> >> >> [INFO] [changelog:changelog]
>> >> >> [INFO] Generating changed sets xml to:
>> >> >> /Users/simone/Projects/my-project/target/changelog.xml
>> >> >> [INFO] Executing: svn --non-interactive log -v -r "{2008-07-17
>> >> >> 08:22:21 +0000}:{2008-09-16 08:22:21 +0000}"
>> >> >> https://my.company.com/module/trunk/module
>> >> >> [INFO] Working directory: /Users/simone/Projects/my-project/
>> >> >> [ERROR] Provider message:
>> >> >> [ERROR] The svn command failed.
>> >> >> [ERROR] Command output:
>> >> >> [ERROR] svn:
>> >> >>
>> >>
>> '/!svn/bc/22036/trunk/asemantics/Projects/2008-06-matrix/openidp-model/trunk/openidp-model'
>> >> >> path not found
>> >> >>
>> >> >> [INFO]
>> >> >>
>> ------------------------------------------------------------------------
>> >> >> [ERROR] BUILD ERROR
>> >> >> [INFO]
>> >> >>
>> ------------------------------------------------------------------------
>> >> >> [INFO] An error has occurred in Change Log report generation.
>> >> >>
>> >> >> As you can see, the developerConnection connection
>> >> >>
>> >> >>    https://my.company.com/module/trunk
>> >> >>
>> >> >> has been rewritten as
>> >> >>
>> >> >>    https://my.company.com/module/trunk/module
>> >> >>
>> >> >> Every suggestion is very well appreciated, thank you in advance!
>> >> >> Bets regards,
>> >> >> Simone
>> >> >>
>> >> >> 2008/9/15 Brett Porter <br...@gmail.com>:
>> >> >> > is an error shown during the build? perhaps the JDK you are using
>> >> doesn't
>> >> >> > have the certificate or that of its issuer in the JDK certificate
>> >> store.
>> >> >> > - Brett
>> >> >> >
>> >> >> > 2008/9/11 Simone Tripodi <si...@gmail.com>
>> >> >> >
>> >> >> >> Hi folks,
>> >> >> >> here in the company we're using subversion with certificate-based
>> >> >> >> authentication, urls are https://, and integrating the
>> >> >> >> maven-changelog-plugin I accidentally find an issue, the plugin
>> >> >> >> generates empty reports but running on shell the same plugin
>> >> generated
>> >> >> >> command, it shows what we expect.
>> >> >> >> We also tested with scm:changelog, without result.
>> >> >> >> Does anyone know a possible fix?
>> >> >> >> Any help will be very appreciated, thanks in advance.
>> >> >> >> best regards,
>> >> >> >> Simone Tripodi
>> >> >> >>
>> >> >> >>
>> ---------------------------------------------------------------------
>> >> >> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> >> >> >> For additional commands, e-mail: users-help@maven.apache.org
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >> >
>> >> >> > --
>> >> >> > Brett Porter
>> >> >> > Blog: http://blogs.exist.com/bporter/
>> >> >> >
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
>> >> >> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
>> >> >> My Sourceforge: https://sourceforge.net/users/stripodi
>> >> >> My Picasa: http://picasaweb.google.com/simone.tripodi/
>> >> >> My Tube: http://www.youtube.com/user/stripodi
>> >> >> My Del.icio.us: http://del.icio.us/simone.tripodi
>> >> >>
>> >> >> ---------------------------------------------------------------------
>> >> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> >> >> For additional commands, e-mail: users-help@maven.apache.org
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> > --
>> >> > Brett Porter
>> >> > Blog: http://blogs.exist.com/bporter/
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
>> >> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
>> >> My Sourceforge: https://sourceforge.net/users/stripodi
>> >> My Picasa: http://picasaweb.google.com/simone.tripodi/
>> >> My Tube: http://www.youtube.com/user/stripodi
>> >> My Del.icio.us: http://del.icio.us/simone.tripodi
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> >> For additional commands, e-mail: users-help@maven.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Brett Porter
>> > Blog: http://blogs.exist.com/bporter/
>> >
>>
>>
>>
>> --
>> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
>> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
>> My Sourceforge: https://sourceforge.net/users/stripodi
>> My Picasa: http://picasaweb.google.com/simone.tripodi/
>> My Tube: http://www.youtube.com/user/stripodi
>> My Del.icio.us: http://del.icio.us/simone.tripodi
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
> --
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>



-- 
My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
My GoogleCode profile: http://code.google.com/u/simone.tripodi/
My Sourceforge: https://sourceforge.net/users/stripodi
My Picasa: http://picasaweb.google.com/simone.tripodi/
My Tube: http://www.youtube.com/user/stripodi
My Del.icio.us: http://del.icio.us/simone.tripodi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven-changelog-plugin and svn+certificate

Posted by Brett Porter <br...@gmail.com>.
unfortunately not, it'll need to be moved to the submodule

2008/9/15 Simone Tripodi <si...@gmail.com>

> indeed, the SCM section is in the parent POM!!!
> is there an option to exclude this default behavior?
> thank you very very much,
> Simone
>
> 2008/9/15 Brett Porter <br...@gmail.com>:
> > Is the <scm> section in that POM, or a parent? It does append the
> artifactId
> > by default if inherited which could cause this.
> > -= Brett
> >
> > 2008/9/15 Simone Tripodi <si...@gmail.com>
> >
> >> Hi Brett,
> >> the same result is obtained also when I lunch
> >>
> >>    mvn scm:status
> >>
> >> The urls will be rewritten... so I think it could be a scm-plugin
> >> problem, I read on changelog plugin's doc that it uses scm-plugin.
> >> Thank you for your reply, best regards,
> >> Simone
> >>
> >> 2008/9/15 Brett Porter <br...@gmail.com>:
> >> > I see, perhaps that is a bug in the changelog plugin then?
> >> > - Brett
> >> >
> >> > 2008/9/15 Simone Tripodi <si...@gmail.com>
> >> >
> >> >> Hi Brett,
> >> >> first thank you for you reply!
> >> >>
> >> >> The integration with the certificate I suppose is working, I'm using
> >> >> also the buildnumber plugin, retrieving the revision number and it's
> >> >> working.
> >> >>
> >> >> Now, I configured the SCM plugin in the way of using the
> >> >> developerConnection connection, and an error occurs because the svn
> >> >> URL is re-formatted by the plugin: my configuration is
> >> >>
> >> >> <scm>
> >> >>        <developerConnection>scm:svn:
> >> https://my.company.com/module/trunk/
> >> >> </developerConnection>
> >> >>        <connection>scm:svn:https://my.company.com/module/trunk
> >> >> </connection>
> >> >>        <url>https://my.company.com/module/trunk</url>
> >> >>    </scm>
> >> >>
> >> >> but when i lunch from the console mvn changelog:changelog, I get an
> >> error:
> >> >>
> >> >> [INFO] [changelog:changelog]
> >> >> [INFO] Generating changed sets xml to:
> >> >> /Users/simone/Projects/my-project/target/changelog.xml
> >> >> [INFO] Executing: svn --non-interactive log -v -r "{2008-07-17
> >> >> 08:22:21 +0000}:{2008-09-16 08:22:21 +0000}"
> >> >> https://my.company.com/module/trunk/module
> >> >> [INFO] Working directory: /Users/simone/Projects/my-project/
> >> >> [ERROR] Provider message:
> >> >> [ERROR] The svn command failed.
> >> >> [ERROR] Command output:
> >> >> [ERROR] svn:
> >> >>
> >>
> '/!svn/bc/22036/trunk/asemantics/Projects/2008-06-matrix/openidp-model/trunk/openidp-model'
> >> >> path not found
> >> >>
> >> >> [INFO]
> >> >>
> ------------------------------------------------------------------------
> >> >> [ERROR] BUILD ERROR
> >> >> [INFO]
> >> >>
> ------------------------------------------------------------------------
> >> >> [INFO] An error has occurred in Change Log report generation.
> >> >>
> >> >> As you can see, the developerConnection connection
> >> >>
> >> >>    https://my.company.com/module/trunk
> >> >>
> >> >> has been rewritten as
> >> >>
> >> >>    https://my.company.com/module/trunk/module
> >> >>
> >> >> Every suggestion is very well appreciated, thank you in advance!
> >> >> Bets regards,
> >> >> Simone
> >> >>
> >> >> 2008/9/15 Brett Porter <br...@gmail.com>:
> >> >> > is an error shown during the build? perhaps the JDK you are using
> >> doesn't
> >> >> > have the certificate or that of its issuer in the JDK certificate
> >> store.
> >> >> > - Brett
> >> >> >
> >> >> > 2008/9/11 Simone Tripodi <si...@gmail.com>
> >> >> >
> >> >> >> Hi folks,
> >> >> >> here in the company we're using subversion with certificate-based
> >> >> >> authentication, urls are https://, and integrating the
> >> >> >> maven-changelog-plugin I accidentally find an issue, the plugin
> >> >> >> generates empty reports but running on shell the same plugin
> >> generated
> >> >> >> command, it shows what we expect.
> >> >> >> We also tested with scm:changelog, without result.
> >> >> >> Does anyone know a possible fix?
> >> >> >> Any help will be very appreciated, thanks in advance.
> >> >> >> best regards,
> >> >> >> Simone Tripodi
> >> >> >>
> >> >> >>
> ---------------------------------------------------------------------
> >> >> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> >> >> For additional commands, e-mail: users-help@maven.apache.org
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >> > --
> >> >> > Brett Porter
> >> >> > Blog: http://blogs.exist.com/bporter/
> >> >> >
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
> >> >> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
> >> >> My Sourceforge: https://sourceforge.net/users/stripodi
> >> >> My Picasa: http://picasaweb.google.com/simone.tripodi/
> >> >> My Tube: http://www.youtube.com/user/stripodi
> >> >> My Del.icio.us: http://del.icio.us/simone.tripodi
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> >> For additional commands, e-mail: users-help@maven.apache.org
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Brett Porter
> >> > Blog: http://blogs.exist.com/bporter/
> >> >
> >>
> >>
> >>
> >> --
> >> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
> >> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
> >> My Sourceforge: https://sourceforge.net/users/stripodi
> >> My Picasa: http://picasaweb.google.com/simone.tripodi/
> >> My Tube: http://www.youtube.com/user/stripodi
> >> My Del.icio.us: http://del.icio.us/simone.tripodi
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >
> >
> > --
> > Brett Porter
> > Blog: http://blogs.exist.com/bporter/
> >
>
>
>
> --
> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
> My Sourceforge: https://sourceforge.net/users/stripodi
> My Picasa: http://picasaweb.google.com/simone.tripodi/
> My Tube: http://www.youtube.com/user/stripodi
> My Del.icio.us: http://del.icio.us/simone.tripodi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

Re: maven-changelog-plugin and svn+certificate

Posted by Simone Tripodi <si...@gmail.com>.
indeed, the SCM section is in the parent POM!!!
is there an option to exclude this default behavior?
thank you very very much,
Simone

2008/9/15 Brett Porter <br...@gmail.com>:
> Is the <scm> section in that POM, or a parent? It does append the artifactId
> by default if inherited which could cause this.
> -= Brett
>
> 2008/9/15 Simone Tripodi <si...@gmail.com>
>
>> Hi Brett,
>> the same result is obtained also when I lunch
>>
>>    mvn scm:status
>>
>> The urls will be rewritten... so I think it could be a scm-plugin
>> problem, I read on changelog plugin's doc that it uses scm-plugin.
>> Thank you for your reply, best regards,
>> Simone
>>
>> 2008/9/15 Brett Porter <br...@gmail.com>:
>> > I see, perhaps that is a bug in the changelog plugin then?
>> > - Brett
>> >
>> > 2008/9/15 Simone Tripodi <si...@gmail.com>
>> >
>> >> Hi Brett,
>> >> first thank you for you reply!
>> >>
>> >> The integration with the certificate I suppose is working, I'm using
>> >> also the buildnumber plugin, retrieving the revision number and it's
>> >> working.
>> >>
>> >> Now, I configured the SCM plugin in the way of using the
>> >> developerConnection connection, and an error occurs because the svn
>> >> URL is re-formatted by the plugin: my configuration is
>> >>
>> >> <scm>
>> >>        <developerConnection>scm:svn:
>> https://my.company.com/module/trunk/
>> >> </developerConnection>
>> >>        <connection>scm:svn:https://my.company.com/module/trunk
>> >> </connection>
>> >>        <url>https://my.company.com/module/trunk</url>
>> >>    </scm>
>> >>
>> >> but when i lunch from the console mvn changelog:changelog, I get an
>> error:
>> >>
>> >> [INFO] [changelog:changelog]
>> >> [INFO] Generating changed sets xml to:
>> >> /Users/simone/Projects/my-project/target/changelog.xml
>> >> [INFO] Executing: svn --non-interactive log -v -r "{2008-07-17
>> >> 08:22:21 +0000}:{2008-09-16 08:22:21 +0000}"
>> >> https://my.company.com/module/trunk/module
>> >> [INFO] Working directory: /Users/simone/Projects/my-project/
>> >> [ERROR] Provider message:
>> >> [ERROR] The svn command failed.
>> >> [ERROR] Command output:
>> >> [ERROR] svn:
>> >>
>> '/!svn/bc/22036/trunk/asemantics/Projects/2008-06-matrix/openidp-model/trunk/openidp-model'
>> >> path not found
>> >>
>> >> [INFO]
>> >> ------------------------------------------------------------------------
>> >> [ERROR] BUILD ERROR
>> >> [INFO]
>> >> ------------------------------------------------------------------------
>> >> [INFO] An error has occurred in Change Log report generation.
>> >>
>> >> As you can see, the developerConnection connection
>> >>
>> >>    https://my.company.com/module/trunk
>> >>
>> >> has been rewritten as
>> >>
>> >>    https://my.company.com/module/trunk/module
>> >>
>> >> Every suggestion is very well appreciated, thank you in advance!
>> >> Bets regards,
>> >> Simone
>> >>
>> >> 2008/9/15 Brett Porter <br...@gmail.com>:
>> >> > is an error shown during the build? perhaps the JDK you are using
>> doesn't
>> >> > have the certificate or that of its issuer in the JDK certificate
>> store.
>> >> > - Brett
>> >> >
>> >> > 2008/9/11 Simone Tripodi <si...@gmail.com>
>> >> >
>> >> >> Hi folks,
>> >> >> here in the company we're using subversion with certificate-based
>> >> >> authentication, urls are https://, and integrating the
>> >> >> maven-changelog-plugin I accidentally find an issue, the plugin
>> >> >> generates empty reports but running on shell the same plugin
>> generated
>> >> >> command, it shows what we expect.
>> >> >> We also tested with scm:changelog, without result.
>> >> >> Does anyone know a possible fix?
>> >> >> Any help will be very appreciated, thanks in advance.
>> >> >> best regards,
>> >> >> Simone Tripodi
>> >> >>
>> >> >> ---------------------------------------------------------------------
>> >> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> >> >> For additional commands, e-mail: users-help@maven.apache.org
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> > --
>> >> > Brett Porter
>> >> > Blog: http://blogs.exist.com/bporter/
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
>> >> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
>> >> My Sourceforge: https://sourceforge.net/users/stripodi
>> >> My Picasa: http://picasaweb.google.com/simone.tripodi/
>> >> My Tube: http://www.youtube.com/user/stripodi
>> >> My Del.icio.us: http://del.icio.us/simone.tripodi
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> >> For additional commands, e-mail: users-help@maven.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Brett Porter
>> > Blog: http://blogs.exist.com/bporter/
>> >
>>
>>
>>
>> --
>> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
>> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
>> My Sourceforge: https://sourceforge.net/users/stripodi
>> My Picasa: http://picasaweb.google.com/simone.tripodi/
>> My Tube: http://www.youtube.com/user/stripodi
>> My Del.icio.us: http://del.icio.us/simone.tripodi
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
> --
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>



-- 
My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
My GoogleCode profile: http://code.google.com/u/simone.tripodi/
My Sourceforge: https://sourceforge.net/users/stripodi
My Picasa: http://picasaweb.google.com/simone.tripodi/
My Tube: http://www.youtube.com/user/stripodi
My Del.icio.us: http://del.icio.us/simone.tripodi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven-changelog-plugin and svn+certificate

Posted by Brett Porter <br...@gmail.com>.
Is the <scm> section in that POM, or a parent? It does append the artifactId
by default if inherited which could cause this.
-= Brett

2008/9/15 Simone Tripodi <si...@gmail.com>

> Hi Brett,
> the same result is obtained also when I lunch
>
>    mvn scm:status
>
> The urls will be rewritten... so I think it could be a scm-plugin
> problem, I read on changelog plugin's doc that it uses scm-plugin.
> Thank you for your reply, best regards,
> Simone
>
> 2008/9/15 Brett Porter <br...@gmail.com>:
> > I see, perhaps that is a bug in the changelog plugin then?
> > - Brett
> >
> > 2008/9/15 Simone Tripodi <si...@gmail.com>
> >
> >> Hi Brett,
> >> first thank you for you reply!
> >>
> >> The integration with the certificate I suppose is working, I'm using
> >> also the buildnumber plugin, retrieving the revision number and it's
> >> working.
> >>
> >> Now, I configured the SCM plugin in the way of using the
> >> developerConnection connection, and an error occurs because the svn
> >> URL is re-formatted by the plugin: my configuration is
> >>
> >> <scm>
> >>        <developerConnection>scm:svn:
> https://my.company.com/module/trunk/
> >> </developerConnection>
> >>        <connection>scm:svn:https://my.company.com/module/trunk
> >> </connection>
> >>        <url>https://my.company.com/module/trunk</url>
> >>    </scm>
> >>
> >> but when i lunch from the console mvn changelog:changelog, I get an
> error:
> >>
> >> [INFO] [changelog:changelog]
> >> [INFO] Generating changed sets xml to:
> >> /Users/simone/Projects/my-project/target/changelog.xml
> >> [INFO] Executing: svn --non-interactive log -v -r "{2008-07-17
> >> 08:22:21 +0000}:{2008-09-16 08:22:21 +0000}"
> >> https://my.company.com/module/trunk/module
> >> [INFO] Working directory: /Users/simone/Projects/my-project/
> >> [ERROR] Provider message:
> >> [ERROR] The svn command failed.
> >> [ERROR] Command output:
> >> [ERROR] svn:
> >>
> '/!svn/bc/22036/trunk/asemantics/Projects/2008-06-matrix/openidp-model/trunk/openidp-model'
> >> path not found
> >>
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [ERROR] BUILD ERROR
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] An error has occurred in Change Log report generation.
> >>
> >> As you can see, the developerConnection connection
> >>
> >>    https://my.company.com/module/trunk
> >>
> >> has been rewritten as
> >>
> >>    https://my.company.com/module/trunk/module
> >>
> >> Every suggestion is very well appreciated, thank you in advance!
> >> Bets regards,
> >> Simone
> >>
> >> 2008/9/15 Brett Porter <br...@gmail.com>:
> >> > is an error shown during the build? perhaps the JDK you are using
> doesn't
> >> > have the certificate or that of its issuer in the JDK certificate
> store.
> >> > - Brett
> >> >
> >> > 2008/9/11 Simone Tripodi <si...@gmail.com>
> >> >
> >> >> Hi folks,
> >> >> here in the company we're using subversion with certificate-based
> >> >> authentication, urls are https://, and integrating the
> >> >> maven-changelog-plugin I accidentally find an issue, the plugin
> >> >> generates empty reports but running on shell the same plugin
> generated
> >> >> command, it shows what we expect.
> >> >> We also tested with scm:changelog, without result.
> >> >> Does anyone know a possible fix?
> >> >> Any help will be very appreciated, thanks in advance.
> >> >> best regards,
> >> >> Simone Tripodi
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> >> For additional commands, e-mail: users-help@maven.apache.org
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Brett Porter
> >> > Blog: http://blogs.exist.com/bporter/
> >> >
> >>
> >>
> >>
> >> --
> >> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
> >> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
> >> My Sourceforge: https://sourceforge.net/users/stripodi
> >> My Picasa: http://picasaweb.google.com/simone.tripodi/
> >> My Tube: http://www.youtube.com/user/stripodi
> >> My Del.icio.us: http://del.icio.us/simone.tripodi
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >
> >
> > --
> > Brett Porter
> > Blog: http://blogs.exist.com/bporter/
> >
>
>
>
> --
> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
> My Sourceforge: https://sourceforge.net/users/stripodi
> My Picasa: http://picasaweb.google.com/simone.tripodi/
> My Tube: http://www.youtube.com/user/stripodi
> My Del.icio.us: http://del.icio.us/simone.tripodi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

Re: maven-changelog-plugin and svn+certificate

Posted by Simone Tripodi <si...@gmail.com>.
Hi Brett,
the same result is obtained also when I lunch

    mvn scm:status

The urls will be rewritten... so I think it could be a scm-plugin
problem, I read on changelog plugin's doc that it uses scm-plugin.
Thank you for your reply, best regards,
Simone

2008/9/15 Brett Porter <br...@gmail.com>:
> I see, perhaps that is a bug in the changelog plugin then?
> - Brett
>
> 2008/9/15 Simone Tripodi <si...@gmail.com>
>
>> Hi Brett,
>> first thank you for you reply!
>>
>> The integration with the certificate I suppose is working, I'm using
>> also the buildnumber plugin, retrieving the revision number and it's
>> working.
>>
>> Now, I configured the SCM plugin in the way of using the
>> developerConnection connection, and an error occurs because the svn
>> URL is re-formatted by the plugin: my configuration is
>>
>> <scm>
>>        <developerConnection>scm:svn:https://my.company.com/module/trunk/
>> </developerConnection>
>>        <connection>scm:svn:https://my.company.com/module/trunk
>> </connection>
>>        <url>https://my.company.com/module/trunk</url>
>>    </scm>
>>
>> but when i lunch from the console mvn changelog:changelog, I get an error:
>>
>> [INFO] [changelog:changelog]
>> [INFO] Generating changed sets xml to:
>> /Users/simone/Projects/my-project/target/changelog.xml
>> [INFO] Executing: svn --non-interactive log -v -r "{2008-07-17
>> 08:22:21 +0000}:{2008-09-16 08:22:21 +0000}"
>> https://my.company.com/module/trunk/module
>> [INFO] Working directory: /Users/simone/Projects/my-project/
>> [ERROR] Provider message:
>> [ERROR] The svn command failed.
>> [ERROR] Command output:
>> [ERROR] svn:
>> '/!svn/bc/22036/trunk/asemantics/Projects/2008-06-matrix/openidp-model/trunk/openidp-model'
>> path not found
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] An error has occurred in Change Log report generation.
>>
>> As you can see, the developerConnection connection
>>
>>    https://my.company.com/module/trunk
>>
>> has been rewritten as
>>
>>    https://my.company.com/module/trunk/module
>>
>> Every suggestion is very well appreciated, thank you in advance!
>> Bets regards,
>> Simone
>>
>> 2008/9/15 Brett Porter <br...@gmail.com>:
>> > is an error shown during the build? perhaps the JDK you are using doesn't
>> > have the certificate or that of its issuer in the JDK certificate store.
>> > - Brett
>> >
>> > 2008/9/11 Simone Tripodi <si...@gmail.com>
>> >
>> >> Hi folks,
>> >> here in the company we're using subversion with certificate-based
>> >> authentication, urls are https://, and integrating the
>> >> maven-changelog-plugin I accidentally find an issue, the plugin
>> >> generates empty reports but running on shell the same plugin generated
>> >> command, it shows what we expect.
>> >> We also tested with scm:changelog, without result.
>> >> Does anyone know a possible fix?
>> >> Any help will be very appreciated, thanks in advance.
>> >> best regards,
>> >> Simone Tripodi
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> >> For additional commands, e-mail: users-help@maven.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Brett Porter
>> > Blog: http://blogs.exist.com/bporter/
>> >
>>
>>
>>
>> --
>> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
>> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
>> My Sourceforge: https://sourceforge.net/users/stripodi
>> My Picasa: http://picasaweb.google.com/simone.tripodi/
>> My Tube: http://www.youtube.com/user/stripodi
>> My Del.icio.us: http://del.icio.us/simone.tripodi
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
> --
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>



-- 
My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
My GoogleCode profile: http://code.google.com/u/simone.tripodi/
My Sourceforge: https://sourceforge.net/users/stripodi
My Picasa: http://picasaweb.google.com/simone.tripodi/
My Tube: http://www.youtube.com/user/stripodi
My Del.icio.us: http://del.icio.us/simone.tripodi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven-changelog-plugin and svn+certificate

Posted by Brett Porter <br...@gmail.com>.
I see, perhaps that is a bug in the changelog plugin then?
- Brett

2008/9/15 Simone Tripodi <si...@gmail.com>

> Hi Brett,
> first thank you for you reply!
>
> The integration with the certificate I suppose is working, I'm using
> also the buildnumber plugin, retrieving the revision number and it's
> working.
>
> Now, I configured the SCM plugin in the way of using the
> developerConnection connection, and an error occurs because the svn
> URL is re-formatted by the plugin: my configuration is
>
> <scm>
>        <developerConnection>scm:svn:https://my.company.com/module/trunk/
> </developerConnection>
>        <connection>scm:svn:https://my.company.com/module/trunk
> </connection>
>        <url>https://my.company.com/module/trunk</url>
>    </scm>
>
> but when i lunch from the console mvn changelog:changelog, I get an error:
>
> [INFO] [changelog:changelog]
> [INFO] Generating changed sets xml to:
> /Users/simone/Projects/my-project/target/changelog.xml
> [INFO] Executing: svn --non-interactive log -v -r "{2008-07-17
> 08:22:21 +0000}:{2008-09-16 08:22:21 +0000}"
> https://my.company.com/module/trunk/module
> [INFO] Working directory: /Users/simone/Projects/my-project/
> [ERROR] Provider message:
> [ERROR] The svn command failed.
> [ERROR] Command output:
> [ERROR] svn:
> '/!svn/bc/22036/trunk/asemantics/Projects/2008-06-matrix/openidp-model/trunk/openidp-model'
> path not found
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] An error has occurred in Change Log report generation.
>
> As you can see, the developerConnection connection
>
>    https://my.company.com/module/trunk
>
> has been rewritten as
>
>    https://my.company.com/module/trunk/module
>
> Every suggestion is very well appreciated, thank you in advance!
> Bets regards,
> Simone
>
> 2008/9/15 Brett Porter <br...@gmail.com>:
> > is an error shown during the build? perhaps the JDK you are using doesn't
> > have the certificate or that of its issuer in the JDK certificate store.
> > - Brett
> >
> > 2008/9/11 Simone Tripodi <si...@gmail.com>
> >
> >> Hi folks,
> >> here in the company we're using subversion with certificate-based
> >> authentication, urls are https://, and integrating the
> >> maven-changelog-plugin I accidentally find an issue, the plugin
> >> generates empty reports but running on shell the same plugin generated
> >> command, it shows what we expect.
> >> We also tested with scm:changelog, without result.
> >> Does anyone know a possible fix?
> >> Any help will be very appreciated, thanks in advance.
> >> best regards,
> >> Simone Tripodi
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >
> >
> > --
> > Brett Porter
> > Blog: http://blogs.exist.com/bporter/
> >
>
>
>
> --
> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
> My Sourceforge: https://sourceforge.net/users/stripodi
> My Picasa: http://picasaweb.google.com/simone.tripodi/
> My Tube: http://www.youtube.com/user/stripodi
> My Del.icio.us: http://del.icio.us/simone.tripodi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

Re: maven-changelog-plugin and svn+certificate

Posted by Simone Tripodi <si...@gmail.com>.
Hi Brett,
first thank you for you reply!

The integration with the certificate I suppose is working, I'm using
also the buildnumber plugin, retrieving the revision number and it's
working.

Now, I configured the SCM plugin in the way of using the
developerConnection connection, and an error occurs because the svn
URL is re-formatted by the plugin: my configuration is

<scm>
        <developerConnection>scm:svn:https://my.company.com/module/trunk/</developerConnection>
        <connection>scm:svn:https://my.company.com/module/trunk</connection>
        <url>https://my.company.com/module/trunk</url>
    </scm>

but when i lunch from the console mvn changelog:changelog, I get an error:

[INFO] [changelog:changelog]
[INFO] Generating changed sets xml to:
/Users/simone/Projects/my-project/target/changelog.xml
[INFO] Executing: svn --non-interactive log -v -r "{2008-07-17
08:22:21 +0000}:{2008-09-16 08:22:21 +0000}"
https://my.company.com/module/trunk/module
[INFO] Working directory: /Users/simone/Projects/my-project/
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] svn: '/!svn/bc/22036/trunk/asemantics/Projects/2008-06-matrix/openidp-model/trunk/openidp-model'
path not found

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An error has occurred in Change Log report generation.

As you can see, the developerConnection connection

    https://my.company.com/module/trunk

has been rewritten as

    https://my.company.com/module/trunk/module

Every suggestion is very well appreciated, thank you in advance!
Bets regards,
Simone

2008/9/15 Brett Porter <br...@gmail.com>:
> is an error shown during the build? perhaps the JDK you are using doesn't
> have the certificate or that of its issuer in the JDK certificate store.
> - Brett
>
> 2008/9/11 Simone Tripodi <si...@gmail.com>
>
>> Hi folks,
>> here in the company we're using subversion with certificate-based
>> authentication, urls are https://, and integrating the
>> maven-changelog-plugin I accidentally find an issue, the plugin
>> generates empty reports but running on shell the same plugin generated
>> command, it shows what we expect.
>> We also tested with scm:changelog, without result.
>> Does anyone know a possible fix?
>> Any help will be very appreciated, thanks in advance.
>> best regards,
>> Simone Tripodi
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
> --
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>



-- 
My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
My GoogleCode profile: http://code.google.com/u/simone.tripodi/
My Sourceforge: https://sourceforge.net/users/stripodi
My Picasa: http://picasaweb.google.com/simone.tripodi/
My Tube: http://www.youtube.com/user/stripodi
My Del.icio.us: http://del.icio.us/simone.tripodi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven-changelog-plugin and svn+certificate

Posted by Brett Porter <br...@gmail.com>.
is an error shown during the build? perhaps the JDK you are using doesn't
have the certificate or that of its issuer in the JDK certificate store.
- Brett

2008/9/11 Simone Tripodi <si...@gmail.com>

> Hi folks,
> here in the company we're using subversion with certificate-based
> authentication, urls are https://, and integrating the
> maven-changelog-plugin I accidentally find an issue, the plugin
> generates empty reports but running on shell the same plugin generated
> command, it shows what we expect.
> We also tested with scm:changelog, without result.
> Does anyone know a possible fix?
> Any help will be very appreciated, thanks in advance.
> best regards,
> Simone Tripodi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/