Please try again... just did a 'mvn deploy' I think when i did the first 4.0.2 snapshot build, the pom was a bit incorrect, i.e. had left some deps to 4.0.1 somewhere
Ken nashua wrote: > Now I have been building with 4.0.1-SNAPSHOT locally successfully but then I > decided to do "svn update" and rebuild. > > I updated all my pom.xml > > I deleted all my target directories > > I re-generated all my eclipse projects > > PROBLEM: Somehow, 2 tacos libs keep ending up in my WEB-INF/lib directory > > ??? > > tacos-core-4.0.2-SNAPSHOT.jar > tacos-core-4.0.1-20061030.052315-12.jar > > and I receive this when i try to deploy to embedded jetty > > org.apache.hivemind.ApplicationRuntimeException: Error: Module tacos is > duplicated! Definition in > jar:file:/C:/Temp/Jetty__tap_proto-1_0/webapp/WEB-INF/lib/tacos-core-4.0.2-SNAPSHOT.jar!/META-INF/hivemodule.xml > > has been ignored in favor of existing definition from > jar:file:/C:/Temp/Jetty__tap_proto-1_0/webapp/WEB-INF/lib/tacos-core-4.0.1-20061030.052315-12.jar!/META-INF/hivemodule.xml. > > I cannot run my app > > Who is doing this to my lib dir? > > Please help thanks. > > Best regards > > HERE IS MY DEPENDENCY > <dependency> > <groupId>net.sf.tacos</groupId> > <artifactId>tacos-core</artifactId> > <version>4.0.2-SNAPSHOT</version> > <scope>compile</scope> > </dependency> > > I have nothing else anywhere defined referencing 4.0.1 > > _________________________________________________________________ > Use your PC to make calls at very low rates > https://voiceoam.pcs.v2s.live.com/partnerredirect.aspx > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Tacos-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > -- Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / J2EE Consulting ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
