Re: maven-release-plugin svn branch command failed

2008-11-04 Thread Arnaud HERITIER
The beta-8 was just released but I didn't notice this bug when I tried it. You can try the 2.0-beta-7 If it doesn't solve your problem you can try to change you're svn version like Borut proposes. If it solves it, you can open an issue ;-) On Tue, Nov 4, 2008 at 3:11 PM, Peter Nedonosko [EMAIL

Re: maven-release-plugin svn branch command failed

2008-11-04 Thread Peter Nedonosko
Hi, Thank you for fast feedback! 2008/11/4 Arnaud HERITIER [EMAIL PROTECTED] Hi Peter, which version of the release plugin are you using? We just released a new version, perhaps there's an issue in it ? I use 2.0-beta-8 version of the plugin. Which version do you release? If you

Re: maven-release-plugin svn branch command failed

2008-11-04 Thread Arnaud HERITIER
Hi Peter, which version of the release plugin are you using? We just released a new version, perhaps there's an issue in it ? If you didn't change your version of the plugin it's probably an issue in svn because you are reproducing the issue with the svn command line. There are several

Fwd: ApacheCon live video streaming available; keynotes and Apache 101 are free

2008-11-04 Thread Maria Odea Ching
Can't make ApacheCon this week in New Orleans? You can still watch all the keynotes, Apache 101 sessions, and system administration track in live video streams: http://streaming.linux-magazin.de/en/program_apacheconus08.htm?ann Keynotes and the Apache 101 lunchtime sessions are free; the full

maven-release-plugin svn branch command failed

2008-11-04 Thread Peter Nedonosko
Hi guys! I try to use maven-release-plugin on WindowsXP SP2 with maven 2.0.8, Java 1.5.0_15 and svn 1.5.4. I cannot run release:branch goal from trunk successful. Branch commit failed on command svn --non-interactive copy --file D:\Tmp\maven-scm-1276451448.commit .

custom packaging, how to get jars from wars

2008-11-04 Thread Henri Gomez
Hi to all, I'm writing a custom packager to help my IT create ZIP archives from a sum of jars/wars. I could get the jars/wars but can't figure how to get the jars required by wars (we didn't put them in WEB-INF/lib since we should share them). here is my actual code, how could I get jar

Re: maven-artifact: DefaultWagonManagerTest: suffers windows timestamp resolution issues

2008-11-04 Thread Barrie Treloar
On Sat, Oct 25, 2008 at 10:39 AM, Barrie Treloar [EMAIL PROTECTED] wrote: DefaultWagonManagerTest has timestamp resolution issues as the test cases create new files which then have their timestamps checked to see if the downloaded file is newer than the one on disk. I know the eclipse:eclipse