Re: Creating a target/lib with all project dependencies

2007-04-25 Thread Trevor Torrez
the build-classpath seems to be broken on windows: c:\webarch\.maven-local-repo\aopalliance\aopalliance\1.0\aopalliance-1.0.jar:c:\ webarch\.maven-local-repo\asm\asm\1.5.3\asm-1.5.3.jar:c:\webarch\.maven-local-re Its separating the elements with ':' not ';' -- did someone not use

Re: Creating a target/lib with all project dependencies

2007-04-25 Thread Dan Tran
/lib with all project dependencies the build-classpath seems to be broken on windows: c:\webarch\.maven-local-repo\aopalliance\aopalliance\1.0\aopalliance-1.0 .jar:c:\ webarch\.maven-local-repo\asm\asm\1.5.3\asm-1.5.3.jar:c:\webarch\.maven- local-re Its separating the elements

Re: Creating a target/lib with all project dependencies

2007-04-25 Thread Dan Tran
: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 11:39 AM To: Maven Users List Subject: Re: Creating a target/lib with all project dependencies the build-classpath seems to be broken on windows: c:\webarch\.maven-local-repo\aopalliance\aopalliance\1.0\aopalliance-1.0 .jar:c:\ webarch\.maven

Re: Creating a target/lib with all project dependencies

2007-04-25 Thread Trevor Torrez
11:39 AM To: Maven Users List Subject: Re: Creating a target/lib with all project dependencies the build-classpath seems to be broken on windows: c:\webarch\.maven-local-repo\aopalliance\aopalliance\1.0\aopalliance-1.0 .jar:c:\ webarch\.maven-local-repo\asm\asm\1.5.3\asm-1.5.3.jar:c:\webarch\.maven

RE: Creating a target/lib with all project dependencies

2007-04-25 Thread Brian E. Fox
Probably. Can you file a jira? -Original Message- From: Trevor Torrez [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 11:39 AM To: Maven Users List Subject: Re: Creating a target/lib with all project dependencies the build-classpath seems to be broken on windows: c:\webarch

Re: Creating a target/lib with all project dependencies

2007-04-25 Thread Wayne Fay
Message- From: Trevor Torrez [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 11:39 AM To: Maven Users List Subject: Re: Creating a target/lib with all project dependencies the build-classpath seems to be broken on windows: c:\webarch\.maven-local-repo\aopalliance\aopalliance\1.0

Creating a target/lib with all project dependencies

2007-04-14 Thread Craig L Russell
I'm trying to have maven build a target/lib that contains all of the runtime dependencies of the project so I can use lib/*.jar as an ant classpath. Is there a plugin that I can use that packages the dependencies into target/lib? I know that some plugins package this as part of their

Re: Creating a target/lib with all project dependencies

2007-04-14 Thread Napoleon Esmundo Ramirez
Hello Craig, You can use the maven-dependency-plugin's copy/copy-dependencies goals for that. But if you just need the classpath, try `mvn dependency:build-classpath'. Please read here http://maven.apache.org/plugins/maven-dependency-plugin Cheers! Nap On 4/14/07, Craig L Russell [EMAIL