Oh... and I successfully released 0.9.14 on our private SVN server without any issue last week, when I was testing and preparing for this release... P-A
On Tue, Apr 7, 2009 at 10:41 AM, Pierre-Arnaud Marcelot <[email protected]>wrote: > Yep, of course. > Fresh checkout in a new folder for the release. > Fresh M2 repository. > > Everything builds fine and runs fine in dryrun mode. > > The modifications have been commited. The tag didn't... > > I also tried the workaround I already used on previous releases ('svn up -r > head'), but as it was not the same issue I was dealing with, it didn't work > out... > > P-A > > On Tue, Apr 7, 2009 at 10:36 AM, Emmanuel Lecharny > <[email protected]>wrote: > >> Have you svn up shared before ? >> >> (just to be sure ...) >> >> On Tue, Apr 7, 2009 at 10:34 AM, Pierre-Arnaud Marcelot <[email protected]> >> wrote: >> > Hi Guys, >> > Once again I have some issues using the release plugin to release >> shared. >> > Here's my Maven output: >> > MacBookPro:shared-trunk pajbam$ mvn -Prelease release:prepare >> > [INFO] Scanning for projects... >> > [INFO] Reactor build order: >> > [INFO] Apache Directory Shared >> > [INFO] Apache Directory ASN.1 Shared >> > [INFO] Apache Directory Protocol Ldap Shared Constants >> > [INFO] Apache Directory Protocol Ldap Shared >> > [INFO] Apache Directory JNDI Shared >> > [INFO] Apache Directory MINA ASN.1 Codec Shared >> > [INFO] Apache Directory Protocol Ldap Converters >> > [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] Building Apache Directory Shared >> > [INFO] task-segment: [release:prepare] (aggregator-style) >> > [INFO] >> > ------------------------------------------------------------------------ >> > [...] >> > [INFO] [INFO] >> > [INFO] [INFO] >> > [INFO] [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] [INFO] Reactor Summary: >> > [INFO] [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] [INFO] Apache Directory Shared ............................... >> > SUCCESS [31.207s] >> > [INFO] [INFO] Apache Directory ASN.1 Shared ......................... >> > SUCCESS [8.090s] >> > [INFO] [INFO] Apache Directory Protocol Ldap Shared Constants ....... >> > SUCCESS [2.553s] >> > [INFO] [INFO] Apache Directory Protocol Ldap Shared ................. >> > SUCCESS [1:03.631s] >> > [INFO] [INFO] Apache Directory JNDI Shared .......................... >> > SUCCESS [2.208s] >> > [INFO] [INFO] Apache Directory MINA ASN.1 Codec Shared .............. >> > SUCCESS [2.302s] >> > [INFO] [INFO] Apache Directory Protocol Ldap Converters ............. >> > SUCCESS [3.700s] >> > [INFO] [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] [INFO] BUILD SUCCESSFUL >> > [INFO] [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] [INFO] Total time: 1 minute 54 seconds >> > [INFO] [INFO] Finished at: Tue Apr 07 10:26:54 CEST 2009 >> > [INFO] [INFO] Final Memory: 35M/63M >> > [INFO] [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] Checking in modified POMs... >> > [INFO] Executing: /bin/sh -c cd >> > /Users/pajbam/Development/Apache/Release_1.4.0/shared-trunk && svn >> > --non-interactive commit --file /tmp/maven-scm-342570281.commit >> --targets >> > /tmp/maven-scm-35142-targets >> > [INFO] Working directory: >> > /Users/pajbam/Development/Apache/Release_1.4.0/shared-trunk >> > [INFO] Tagging release with the label 0.9.14... >> > [INFO] Executing: /bin/sh -c cd >> > /Users/pajbam/Development/Apache/Release_1.4.0/shared-trunk && svn >> > --non-interactive copy --file /tmp/maven-scm-1418570103.commit . >> > https://svn.apache.org/repos/asf/directory/shared/tags/0.9.14 >> > [INFO] Working directory: >> > /Users/pajbam/Development/Apache/Release_1.4.0/shared-trunk >> > [INFO] >> > ------------------------------------------------------------------------ >> > [ERROR] BUILD FAILURE >> > [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] Unable to tag SCM >> > Provider message: >> > The svn tag command failed. >> > Command output: >> > svn: The specified baseline is not the latest baseline, so it may not be >> > checked out. >> > [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] For more information, run Maven with the -e switch >> > [INFO] >> > ------------------------------------------------------------------------ >> > [INFO] Total time: 3 minutes 47 seconds >> > [INFO] Finished at: Tue Apr 07 10:27:28 CEST 2009 >> > [INFO] Final Memory: 12M/23M >> > [INFO] >> > ------------------------------------------------------------------------ >> > >> > If anyone has a clue what to do... >> > Thanks, >> > Pierre-Arnaud >> > PS: >> > <rant> >> > Grr.... Why is the Maven release plugin always giving us headaches >> when >> > releasing??? >> > </rant> >> > >> >> >> >> -- >> Regards, >> Cordialement, >> Emmanuel Lécharny >> www.iktek.com >> > >
