You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by pt...@apache.org on 2007/11/03 21:21:53 UTC

svn commit: r591673 - in /jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/scratchpad/TestCactus: kate pom.xml test/

Author: ptahchiev
Date: Sat Nov  3 13:21:53 2007
New Revision: 591673

URL: http://svn.apache.org/viewvc?rev=591673&view=rev
Log:
deleted the test directory and added some configuration to the pom.xml

Removed:
    jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/scratchpad/TestCactus/kate
    jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/scratchpad/TestCactus/test/
Modified:
    jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/scratchpad/TestCactus/pom.xml

Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/scratchpad/TestCactus/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/scratchpad/TestCactus/pom.xml?rev=591673&r1=591672&r2=591673&view=diff
==============================================================================
--- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/scratchpad/TestCactus/pom.xml (original)
+++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/scratchpad/TestCactus/pom.xml Sat Nov  3 13:21:53 2007
@@ -1,61 +1,114 @@
-<?xml version="1.0"?>
-<!--
-	Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	
-	http://www.apache.org/licenses/LICENSE-2.0
-	
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.   
--->
-<project>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.cactus</groupId>
-	<artifactId>test</artifactId>
-	<version>0.1-SNAPSHOT</version>
-	<packaging>war</packaging>
-	<build>
-		<plugins>
-  			<plugin>
-        <groupId>org.apache.cactus.integration.m2</groupId>
-        <artifactId>cactus-m2-plugin</artifactId>
-				<version>1.0-SNAPSHOT</version>
-				<executions>
-					<execution>
-						<phase>compile</phase>
-						<goals>
-							<goal>cactifywar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-
-	<dependencies>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-			<version>2.3</version>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.2</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.cactus</groupId>
-			<artifactId>javaEE-14-uberjar</artifactId>
-			<version>1.18-SNAPSHOT</version>
-		</dependency>
-	</dependencies>
-</project>
+<?xml version="1.0"?>
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.   
+-->
+<project>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.cactus</groupId>
+	<artifactId>test</artifactId>
+	<version>0.1-SNAPSHOT</version>
+	<packaging>war</packaging>
+	<build>
+		<plugins>
+  			<plugin>
+        <groupId>org.apache.cactus.integration.m2</groupId>
+        <artifactId>cactus-m2-plugin</artifactId>
+				<version>1.0-SNAPSHOT</version>
+					<dependencies>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<version>2.3</version>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.2</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.cactus</groupId>
+			<artifactId>integration-ant</artifactId>
+			<version>1.18-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.cactus</groupId>
+			<artifactId>javaEE-14-uberjar</artifactId>
+			<version>1.18-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.cactus</groupId>
+			<artifactId>javaEE-14-uberjar</artifactId>
+			<version>1.18-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>xerces</groupId>
+			<artifactId>xercesImpl</artifactId>
+			<version>2.6.2</version>
+		</dependency>
+	</dependencies>
+<configuration>
+  <!--cactifyConfiguration-->
+    <!--srcFile>target\test-0.1-SNAPSHOT.war</srcFile>
+    <destFile>test-01-SNAPSHOT-cactified.war</destFile-->
+    <warFile>test-01-SNAPSHOT-cactified.war</warFile>
+    <containerSet implementation="org.apache.cactus.integration.ant.ContainerSet">
+      		<cargo>
+           <containerId>tomcat5x</containerId> 
+           <home>C:\apache\tomcat\apache-tomcat-6.0.14\</home>
+           <configuration>
+		  	    <property>
+              <name>cargo.servlet.port</name>
+              <value>8080</value>
+            </property>
+		  	    <deployable>
+             <type>war</type> 
+             <file>test-01-SNAPSHOT-cactified.war</file>
+            </deployable>
+		  	  </configuration>
+		  	</cargo>
+    </containerSet>
+  <!--/cactifyConfiguration-->
+</configuration>
+			</plugin>
+			
+		</plugins>
+		</build>
+					<dependencies>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<version>2.3</version>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.2</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.cactus</groupId>
+			<artifactId>integration-ant</artifactId>
+			<version>1.18-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.cactus</groupId>
+			<artifactId>javaEE-14-uberjar</artifactId>
+			<version>1.18-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org