I see, perhaps that is a bug in the changelog plugin then? - Brett 2008/9/15 Simone Tripodi <[EMAIL PROTECTED]>
> 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 <[EMAIL PROTECTED]>: > > 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 <[EMAIL PROTECTED]> > > > >> 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: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > > 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Brett Porter Blog: http://blogs.exist.com/bporter/
