Re: Build dependencies into the jar file?

2007-03-06 Thread Sasha O
Eric -- Thanks very much. This is what I needed. -- Sasha Eric Redmond wrote: > mvn assembly:assemble -DdescriptorId=jar-with-dependencies > > http://maven.apache.org/plugins/maven-assembly-plugin/ > > Eric > > On 3/6/07, Sasha O <[EMAIL PROTECTED]> wrote: >> >> Dear All, >> >> What would be

Re: Build dependencies into the jar file?

2007-03-06 Thread Eric Redmond
mvn assembly:assemble -DdescriptorId=jar-with-dependencies http://maven.apache.org/plugins/maven-assembly-plugin/ Eric On 3/6/07, Sasha O <[EMAIL PROTECTED]> wrote: Dear All, What would be the best way to build all the dependencies into the resulting JAR file? I want the JAR file to be "doub

Build dependencies into the jar file?

2007-03-06 Thread Sasha O
Dear All, What would be the best way to build all the dependencies into the resulting JAR file? I want the JAR file to be "double-clickable". With Ant, I was using . With Maven2 I have no idea how to run it on all the dependent JARs. Any help is appreciated, Sasha -