Well, i just tried this whole procedure (in order to update one of my
projects to 4.0.2-SNAPSHOT)
and didn't have any problems...

Can you search in your system for the
tacos-core-4.0.1-20061030.052315-12.jar
file?
Is it possible that you have it as a resource and thus it gets copied
into the war?


Ken nashua wrote:
> Ok, here is the app pom.xml
>
> <?xml version="1.0" encoding="UTF-8"?>
> <project xmlns="http://maven.apache.org/POM/4.0.0";
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
> http://maven.apache.org/maven-v4_0_0.xsd";>
>   <modelVersion>4.0.0</modelVersion>
>
>   <parent>
>     <groupId>product</groupId>
>     <artifactId>product</artifactId>
>     <version>1.0</version>
>   </parent>
>
>   <groupId>tap.proto</groupId>
>   <artifactId>tap.proto</artifactId>
>   <packaging>war</packaging>
>   <version>1.0</version>
>
>   <description>tap.proto</description>
>   <name>tap.proto</name>
>   <inceptionYear>2006</inceptionYear>
>
>   <dependencies>
>     <dependency>
>       <groupId>common</groupId>
>       <artifactId>common</artifactId>
>       <version>1.0</version>
>       <scope>compile</scope>
>     </dependency>
>     <dependency>
>       <groupId>proto.component</groupId>
>       <artifactId>proto.component</artifactId>
>       <version>1.0</version>
>       <scope>compile</scope>
>     </dependency>
>
>
>   </dependencies>
>
>
>   <!-- Container-specific profiles -->
>   <profiles>
>     <profile>
>       <id>tomcat5x</id>
>       <activation>
>         <activeByDefault>true</activeByDefault>
>       </activation>
>       <build>
>         <plugins>
>           <plugin>
>             <groupId>org.codehaus.cargo</groupId>
>             <artifactId>cargo-maven2-plugin</artifactId>
>             <version>0.3-SNAPSHOT</version>
>             <configuration>
>               <wait>${cargo.wait}</wait>
>               <container>
>                 <containerId>tomcat5x</containerId>
>                 <zipUrlInstaller>
>                   <url> 
> http://apache.org/dist/tomcat/tomcat-5/v5.5.17/bin/apache-tomcat-5.5.17.zip 
> </url>
>                   <installDir>${installDir}</installDir>
>                 </zipUrlInstaller>
>               </container>
>               <configuration>
>                 <home>${project.build.directory}/tomcat5x/container</home>
>                 <properties>
>                   <cargo.hostname>${cargo.host}</cargo.hostname>
>                   <cargo.servlet.port>${cargo.port}</cargo.servlet.port>
>                 </properties>
>               </configuration>
>             </configuration>
>             <executions>
>               <execution>
>                 <id>start-container</id>
>                 <phase>pre-integration-test</phase>
>                 <goals>
>                   <goal>start</goal>
>                 </goals>
>               </execution>
>               <execution>
>                 <id>stop-container</id>
>                 <phase>post-integration-test</phase>
>                 <goals>
>                   <goal>stop</goal>
>                 </goals>
>               </execution>
>             </executions>
>           </plugin>
>         </plugins>
>       </build>
>     </profile>
>     <profile>
>       <id>jetty6x</id>
>       <activation>
>         <activeByDefault>true</activeByDefault>
>       </activation>
>       <build>
>         <plugins>
>           <plugin>
>             <groupId>org.codehaus.cargo</groupId>
>             <artifactId>cargo-maven2-plugin</artifactId>
>             <version>0.3-SNAPSHOT</version>
>             <configuration>
>               <wait>false</wait>
>               <container>
>                 <containerId>jetty6x</containerId>
>                 <type>embedded</type>
>               </container>
>               <configuration>
>                 <type>standalone</type>
>                 <properties>
>                   <cargo.hostname>${cargo.host}</cargo.hostname>
>                   <cargo.servlet.port>${cargo.port}</cargo.servlet.port>
>                 </properties>
>               </configuration>
>             </configuration>
>             <executions>
>               <execution>
>                 <id>start-container</id>
>                 <phase>pre-integration-test</phase>
>                 <goals>
>                   <goal>start</goal>
>                 </goals>
>               </execution>
>               <execution>
>                 <id>stop-container</id>
>                 <phase>post-integration-test</phase>
>                 <goals>
>                   <goal>stop</goal>
>                 </goals>
>               </execution>
>             </executions>
>           </plugin>
>         </plugins>
>       </build>
>     </profile>
>   </profiles>
>
> </project>
>
> _________________________________________________________________
> Stay in touch with old friends and meet new ones with Windows Live Spaces 
> http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
>
>
> -------------------------------------------------------------------------
> 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
> Tacos-devel@lists.sourceforge.net
> 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
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to