Re: mvn install for ear project

2009-06-01 Thread Stephane Nicoll
(Launcher.java:375) please help me, what is causing this error ? -- Large Systems Suck: This rule is 100% transitive. If you build one, you suck -- S.Yegge -- View this message in context: http://www.nabble.com/mvn-install-for-ear-project-tp23622756p23671801.html Sent from the Maven

Re: mvn install for ear project

2009-05-22 Thread Stephane Nicoll
It's a bug of the war plugin that has been fixed a while back. Please use the latest version. S. On Tue, May 19, 2009 at 8:55 PM, tubin gen fachh...@gmail.com wrote: my project has subprojects one for ear , one for war and one for jar . I get this error when I run mvn install

Re: mvn install for ear project

2009-05-22 Thread fachhoch
) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) please help me, what is causing this error ? -- Large Systems Suck: This rule is 100% transitive. If you build one, you suck -- S.Yegge -- View this message in context: http://www.nabble.com/mvn-install-for-ear-project-tp23622756p23671801.html Sent

Re: mvn install for ear project

2009-05-21 Thread fachhoch
(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) please help me, what is causing this error ? -- View this message in context: http://www.nabble.com/mvn-install-for-ear-project-tp23622756p23656390.html Sent from the Maven - Users mailing list

Re: mvn install for ear project

2009-05-21 Thread Wayne Fay
I am using maven 2 my project contains subprojectsear , war , and jar. here my project pom.xml I actually took your files and recreated your project (with no code obviously). I had to make an empty web.xml file in the WAR and tweak a dependency, but otherwise it all just worked. Here are

Re: mvn install for ear project

2009-05-20 Thread Jim Sellers
More details would be helpful. Could you provide some pom snipits to show the error? What maven version are you using? Jim On Tue, May 19, 2009 at 2:55 PM, tubin gen fachh...@gmail.com wrote: my project has subprojects one for ear , one for war and one for jar . I get this error

mvn install for ear project

2009-05-19 Thread tubin gen
my project has subprojects one for ear , one for war and one for jar . I get this error when I run mvn install java.lang.NullPointerException at org.apache.maven.plugin.war.util.WebappStructure.getDependencies(WebappStructure.java:109) at