You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/11/26 12:26:39 UTC

svn commit: r884539 - in /incubator/kato/trunk/org.apache.kato/kato.tck: ./ execution/ execution/cjvmti/ harness/ harness/src/ scenarios/ scenarios/142/ scenarios/142/src/ scenarios/150/ scenarios/150/src/ scenarios/160/ scenarios/160/src/ src/ testcas...

Author: spoole
Date: Thu Nov 26 12:26:37 2009
New Revision: 884539

URL: http://svn.apache.org/viewvc?rev=884539&view=rev
Log:
restructure of kato tck module structure

Added:
    incubator/kato/trunk/org.apache.kato/kato.tck/execution/cjvmti/pom.xml
    incubator/kato/trunk/org.apache.kato/kato.tck/execution/pom.xml
    incubator/kato/trunk/org.apache.kato/kato.tck/harness/pom.xml
      - copied, changed from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.harness/pom.xml
    incubator/kato/trunk/org.apache.kato/kato.tck/harness/src/
      - copied from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.harness/src/
    incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/142/pom.xml
      - copied, changed from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.142/pom.xml
    incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/142/src/
      - copied from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.142/src/
    incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/150/pom.xml
      - copied, changed from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.150/pom.xml
    incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/150/src/
      - copied from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.150/src/
    incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/160/pom.xml
      - copied, changed from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.160/pom.xml
    incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/160/src/
      - copied from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.160/src/
    incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/pom.xml
    incubator/kato/trunk/org.apache.kato/kato.tck/testcases/pom.xml
    incubator/kato/trunk/org.apache.kato/kato.tck/testcases/src/
      - copied from r884519, incubator/kato/trunk/org.apache.kato/kato.tck/src/
    incubator/kato/trunk/org.apache.kato/kato.tck/testcases/src/main/java/org/
      - copied from r884519, incubator/kato/trunk/org.apache.kato/kato.tck/src/test/java/org/
Removed:
    incubator/kato/trunk/org.apache.kato/kato.tck/src/
    incubator/kato/trunk/org.apache.kato/kato.tck/testcases/src/test/java/org/
Modified:
    incubator/kato/trunk/org.apache.kato/kato.tck/pom.xml

Added: incubator/kato/trunk/org.apache.kato/kato.tck/execution/cjvmti/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/execution/cjvmti/pom.xml?rev=884539&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck/execution/cjvmti/pom.xml (added)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/execution/cjvmti/pom.xml Thu Nov 26 12:26:37 2009
@@ -0,0 +1,242 @@
+<!--
+ * 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 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">
+	<description>Execute  TCK against  CJVMTI Dump</description>
+  <parent>
+    <artifactId>kato.tck.execution</artifactId>
+    <groupId>org.apache.kato</groupId>
+    <version>M1-incubating</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.kato</groupId>
+  <artifactId>kato.tck.execution.cjvmti</artifactId>
+  <name>Execute  TCK against  CJVMTI Dump</name>
+  <version>M1-incubating</version>
+
+  <profiles>
+  
+  <profile>
+    <id>default</id>
+    <activation>
+      <activeByDefault>true</activeByDefault>
+    </activation>
+      <properties>
+        <cjvmti.groupid>missing</cjvmti.groupid>
+    	<cjvmti.artifact>missing</cjvmti.artifact>
+    	<cjvmti.version>missing</cjvmti.version>
+    	<cjvmti.type>missing</cjvmti.type>
+    	
+    	<vmapi.groupid>missing</vmapi.groupid>
+    	<vmapi.artifact>missing</vmapi.artifact>
+    	<vmapi.version>missing</vmapi.version>
+    	<vmapi.type>missing</vmapi.type>
+    </properties>
+  </profile>
+  
+    <profile>
+      <id>windows x86</id>
+      	<activation>
+				<os>
+					<family>windows</family>
+					<arch>x86</arch>
+				</os>
+			</activation>
+      <properties>
+        <cjvmti.groupid>org.apache.kato.native</cjvmti.groupid>
+    	<cjvmti.artifact>cjvmti-windows-x86</cjvmti.artifact>
+    	<cjvmti.version>M1-incubating</cjvmti.version>
+    	<cjvmti.type>dll</cjvmti.type>
+    	
+    	<vmapi.groupid>org.apache.kato.native</vmapi.groupid>
+    	<vmapi.artifact>katovmapi-windows-x86</vmapi.artifact>
+    	<vmapi.version>M1-incubating</vmapi.version>
+    	<vmapi.type>dll</vmapi.type>
+    	 
+    </properties>
+    <dependencies>
+    	<dependency>
+    	 <artifactId>katovmapi-windows-x86</artifactId>
+    	 <groupId>org.apache.kato.native</groupId>
+    	 <version>M1-incubating</version>
+    	 <type>dll</type>
+    	 <scope>test</scope>
+    	</dependency>
+    </dependencies>
+    </profile>
+
+    <profile>
+      <id>linux-x86</id>
+			<activation>
+				<os>
+					<family>unix</family>
+					<arch>i386</arch>
+				</os>
+			</activation>
+    <properties>
+        <cjvmti.groupid>org.apache.kato.native</cjvmti.groupid>
+    	<cjvmti.artifact>libcjvmti-linux-x86</cjvmti.artifact>
+    	<cjvmti.version>M1-incubating</cjvmti.version>
+    	<cjvmti.type>so</cjvmti.type>
+    	<vmapi.groupid>org.apache.kato.native</vmapi.groupid>
+    	<vmapi.artifact>libkatovmapi-linux-x86</vmapi.artifact>
+    	<vmapi.version>M1-incubating</vmapi.version>
+    	<vmapi.type>so</vmapi.type>
+    </properties>
+     <dependencies>
+    	<dependency>
+    	 <artifactId>libkatovmapi-linux-x86</artifactId>
+    	 <groupId>org.apache.kato.native</groupId>
+    	 <version>M1-incubating</version>
+    	 <scope>test</scope>
+    	 <type>so</type>
+    	</dependency>
+    	
+    </dependencies>
+    </profile>
+  </profiles>
+    
+    
+	<dependencies>
+					
+					
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.tck.testsuite.scenario.142</artifactId>
+						<version>M1-incubating</version>
+						<scope>test</scope>
+					</dependency>
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.tck.testsuite.scenario.150</artifactId>
+						<version>M1-incubating</version>
+						<scope>test</scope>
+					</dependency>
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.tck.testsuite.scenario.160</artifactId>
+						<version>M1-incubating</version>
+						<scope>test</scope>
+					</dependency>
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.common.142</artifactId>
+						<version>M1-incubating</version>
+						<scope>test</scope>
+					</dependency>
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.cjvmti</artifactId>
+						<version>M1-incubating</version>
+                        <scope>test</scope>
+					</dependency>
+	</dependencies>
+	
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.6</source>
+					<target>1.6</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<version>1.3</version>
+				<executions>
+					<execution>
+						<id>setup</id>
+						<phase>generate-test-resources</phase>
+						<configuration>
+							<tasks>
+							
+							<property name="path" refid="maven.test.classpath" />
+							<property name="cjvmti.agent.path" value="${settings.localRepository}/org/apache/kato/native/${cjvmti.artifact}/${cjvmti.version}/${cjvmti.artifact}-${cjvmti.version}.${cjvmti.type}"/>
+							<property name="vmapi.agent.path" value="${settings.localRepository}/org/apache/kato/native/${vmapi.artifact}/${vmapi.version}/${vmapi.artifact}-${vmapi.version}.${vmapi.type}"/>
+							<property name="target" value="${project.build.directory}"/>
+							
+							
+							<taskdef resource="org/apache/kato/anttasks/anttasks.properties">
+								<classpath path="${path}" />
+							</taskdef>
+							
+							<!-- create the scenario and cause a cjvmti dump -->
+		
+							<tcksetup dir="${target}">
+								<classpath path="${path}" />
+								<scenario name="142"/>
+								<jvmarg value="-agentpath:${cjvmti.agent.path}"/>
+								<jvmarg value="-Dorg.apache.kato.dumptrigger.librarypath=${vmapi.agent.path}"/>
+							</tcksetup>
+							
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+				<dependencies>
+					<dependency>
+						<groupId>ant</groupId>
+						<artifactId>ant-trax</artifactId>
+						<version>1.6.5</version>
+					</dependency>
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.cjvmti</artifactId>
+						<version>M1-incubating</version>
+					</dependency>
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.anttasks</artifactId>
+						<version>M1-incubating</version>
+					
+					</dependency>
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.tck.harness</artifactId>
+						<version>M1-incubating</version>
+					
+					</dependency>
+				</dependencies>
+			</plugin>
+			
+			<plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+         <testFailureIgnore>true</testFailureIgnore>
+          <systemProperties>
+            <property>
+              <name>org.apache.kato.dumppath</name>
+              <value>${project.build.directory}/cjvmtiV0.cdmp</value>
+            </property>
+          </systemProperties>
+          
+        </configuration>
+      </plugin>
+			
+		</plugins>
+	</build>
+	  
+</project>
+	
\ No newline at end of file

Added: incubator/kato/trunk/org.apache.kato/kato.tck/execution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/execution/pom.xml?rev=884539&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck/execution/pom.xml (added)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/execution/pom.xml Thu Nov 26 12:26:37 2009
@@ -0,0 +1,36 @@
+<!--
+ * 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 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">
+	<description>Execute TCK against default implementations</description>
+  <parent>
+    <artifactId>kato.tck</artifactId>
+    <groupId>org.apache.kato</groupId>
+    <version>M1-incubating</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.kato</groupId>
+  <artifactId>kato.tck.execution</artifactId>
+  <packaging>pom</packaging>
+  <name>Execute TCK against default implementations</name>
+  <version>M1-incubating</version>
+  
+  <modules>
+  <module>cjvmti</module>
+  </modules>
+</project>

Copied: incubator/kato/trunk/org.apache.kato/kato.tck/harness/pom.xml (from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.harness/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/harness/pom.xml?p2=incubator/kato/trunk/org.apache.kato/kato.tck/harness/pom.xml&p1=incubator/kato/trunk/org.apache.kato/kato.tck.harness/pom.xml&r1=884519&r2=884539&rev=884539&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck.harness/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/harness/pom.xml Thu Nov 26 12:26:37 2009
@@ -19,7 +19,7 @@
 
 <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">
   <parent>
-    <artifactId>kato</artifactId>
+    <artifactId>kato.tck</artifactId>
     <groupId>org.apache.kato</groupId>
     <version>M1-incubating</version>
   </parent>

Modified: incubator/kato/trunk/org.apache.kato/kato.tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/pom.xml?rev=884539&r1=884538&r2=884539&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/pom.xml Thu Nov 26 12:26:37 2009
@@ -17,7 +17,7 @@
  * under the License.
 -->
 <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">
-	<description>Builds tck testsuite and runs against CJVMTI dump</description>
+	<description>TCK</description>
   <parent>
     <artifactId>kato</artifactId>
     <groupId>org.apache.kato</groupId>
@@ -26,214 +26,15 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.kato</groupId>
   <artifactId>kato.tck</artifactId>
+  <packaging>pom</packaging>
   <name>TCK testcases and default execution</name>
   <version>M1-incubating</version>
-  <profiles>
+  <modules>
+  	<module>harness</module>
+  	<module>scenarios</module>
+  	<module>testcases</module>
+  	<module>execution</module>
+  </modules>
   
-  <profile>
-    <id>default</id>
-    <activation>
-      <activeByDefault>true</activeByDefault>
-    </activation>
-      <properties>
-        <cjvmti.groupid>missing</cjvmti.groupid>
-    	<cjvmti.artifact>missing</cjvmti.artifact>
-    	<cjvmti.version>missing</cjvmti.version>
-    	<cjvmti.type>missing</cjvmti.type>
-    	
-    	<vmapi.groupid>missing</vmapi.groupid>
-    	<vmapi.artifact>missing</vmapi.artifact>
-    	<vmapi.version>missing</vmapi.version>
-    	<vmapi.type>missing</vmapi.type>
-    </properties>
-  </profile>
   
-    <profile>
-      <id>windows x86</id>
-      	<activation>
-				<os>
-					<family>windows</family>
-					<arch>x86</arch>
-				</os>
-			</activation>
-      <properties>
-        <cjvmti.groupid>org.apache.kato.native</cjvmti.groupid>
-    	<cjvmti.artifact>cjvmti-windows-x86</cjvmti.artifact>
-    	<cjvmti.version>M1-incubating</cjvmti.version>
-    	<cjvmti.type>dll</cjvmti.type>
-    	
-    	<vmapi.groupid>org.apache.kato.native</vmapi.groupid>
-    	<vmapi.artifact>katovmapi-windows-x86</vmapi.artifact>
-    	<vmapi.version>M1-incubating</vmapi.version>
-    	<vmapi.type>dll</vmapi.type>
-    	 
-    </properties>
-    <dependencies>
-    	<dependency>
-    	 <artifactId>katovmapi-windows-x86</artifactId>
-    	 <groupId>org.apache.kato.native</groupId>
-    	 <version>M1-incubating</version>
-    	 <type>dll</type>
-    	 <scope>test</scope>
-    	</dependency>
-    </dependencies>
-    </profile>
-
-    <profile>
-      <id>linux-x86</id>
-			<activation>
-				<os>
-					<family>unix</family>
-					<arch>i386</arch>
-				</os>
-			</activation>
-    <properties>
-        <cjvmti.groupid>org.apache.kato.native</cjvmti.groupid>
-    	<cjvmti.artifact>libcjvmti-linux-x86</cjvmti.artifact>
-    	<cjvmti.version>M1-incubating</cjvmti.version>
-    	<cjvmti.type>so</cjvmti.type>
-    	<vmapi.groupid>org.apache.kato.native</vmapi.groupid>
-    	<vmapi.artifact>libkatovmapi-linux-x86</vmapi.artifact>
-    	<vmapi.version>M1-incubating</vmapi.version>
-    	<vmapi.type>so</vmapi.type>
-    </properties>
-     <dependencies>
-    	<dependency>
-    	 <artifactId>libkatovmapi-linux-x86</artifactId>
-    	 <groupId>org.apache.kato.native</groupId>
-    	 <version>M1-incubating</version>
-    	 <scope>test</scope>
-    	 <type>so</type>
-    	</dependency>
-    	
-    </dependencies>
-    </profile>
-  </profiles>
-    
-    
-	<dependencies>
-					
-					
-					<dependency>
-						<groupId>org.apache.kato</groupId>
-						<artifactId>kato.tck.testsuite.scenario.142</artifactId>
-						<version>M1-incubating</version>
-						<scope>test</scope>
-					</dependency>
-					<dependency>
-						<groupId>org.apache.kato</groupId>
-						<artifactId>kato.tck.testsuite.scenario.150</artifactId>
-						<version>M1-incubating</version>
-						<scope>test</scope>
-					</dependency>
-					<dependency>
-						<groupId>org.apache.kato</groupId>
-						<artifactId>kato.tck.testsuite.scenario.160</artifactId>
-						<version>M1-incubating</version>
-						<scope>test</scope>
-					</dependency>
-					<dependency>
-						<groupId>org.apache.kato</groupId>
-						<artifactId>kato.common.142</artifactId>
-						<version>M1-incubating</version>
-						<scope>test</scope>
-					</dependency>
-					<dependency>
-						<groupId>org.apache.kato</groupId>
-						<artifactId>kato.cjvmti</artifactId>
-						<version>M1-incubating</version>
-                        <scope>test</scope>
-					</dependency>
-	</dependencies>
-	
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.6</source>
-					<target>1.6</target>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-antrun-plugin</artifactId>
-				<version>1.3</version>
-				<executions>
-					<execution>
-						<id>setup</id>
-						<phase>generate-test-resources</phase>
-						<configuration>
-							<tasks>
-							
-							<property name="path" refid="maven.test.classpath" />
-							<property name="cjvmti.agent.path" value="${settings.localRepository}/org/apache/kato/native/${cjvmti.artifact}/${cjvmti.version}/${cjvmti.artifact}-${cjvmti.version}.${cjvmti.type}"/>
-							<property name="vmapi.agent.path" value="${settings.localRepository}/org/apache/kato/native/${vmapi.artifact}/${vmapi.version}/${vmapi.artifact}-${vmapi.version}.${vmapi.type}"/>
-							<property name="target" value="${project.build.directory}"/>
-							
-							
-							<taskdef resource="org/apache/kato/anttasks/anttasks.properties">
-								<classpath path="${path}" />
-							</taskdef>
-							
-							<!-- create the scenario and cause a cjvmti dump -->
-		
-							<tcksetup dir="${target}">
-								<classpath path="${path}" />
-								<scenario name="142"/>
-								<jvmarg value="-agentpath:${cjvmti.agent.path}"/>
-								<jvmarg value="-Dorg.apache.kato.dumptrigger.librarypath=${vmapi.agent.path}"/>
-							</tcksetup>
-							
-							</tasks>
-						</configuration>
-						<goals>
-							<goal>run</goal>
-						</goals>
-					</execution>
-				</executions>
-				<dependencies>
-					<dependency>
-						<groupId>ant</groupId>
-						<artifactId>ant-trax</artifactId>
-						<version>1.6.5</version>
-					</dependency>
-					<dependency>
-						<groupId>org.apache.kato</groupId>
-						<artifactId>kato.cjvmti</artifactId>
-						<version>M1-incubating</version>
-					</dependency>
-					<dependency>
-						<groupId>org.apache.kato</groupId>
-						<artifactId>kato.anttasks</artifactId>
-						<version>M1-incubating</version>
-					
-					</dependency>
-					<dependency>
-						<groupId>org.apache.kato</groupId>
-						<artifactId>kato.tck.harness</artifactId>
-						<version>M1-incubating</version>
-					
-					</dependency>
-				</dependencies>
-			</plugin>
-			
-			<plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-         <testFailureIgnore>true</testFailureIgnore>
-          <systemProperties>
-            <property>
-              <name>org.apache.kato.dumppath</name>
-              <value>${project.build.directory}/cjvmtiV0.cdmp</value>
-            </property>
-          </systemProperties>
-          
-        </configuration>
-      </plugin>
-			
-		</plugins>
-	</build>
 </project>

Copied: incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/142/pom.xml (from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.142/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/142/pom.xml?p2=incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/142/pom.xml&p1=incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.142/pom.xml&r1=884519&r2=884539&rev=884539&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.142/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/142/pom.xml Thu Nov 26 12:26:37 2009
@@ -19,13 +19,13 @@
 -->
 
   <parent>
-    <artifactId>kato</artifactId>
+    <artifactId>kato.tck.scenarios</artifactId>
     <groupId>org.apache.kato</groupId>
     <version>M1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.kato</groupId>
-  <artifactId>kato.tck.testsuite.scenario.142</artifactId>
+  <artifactId>kato.tck.scenario.142</artifactId>
   <name>TCK testsuite scenario 1.4.2 </name>
   <version>M1-incubating</version>
   <description>Scenario setup for TCK. Used to create an example system suitable for running on a 1.4.2 JVM</description>
@@ -83,9 +83,9 @@
   			<version>M1-incubating</version>
   		</dependency>
   		<dependency>
-  		 <groupId>org.apache.kato</groupId>
-  		 <artifactId>kato.common.142</artifactId>
-  		  <version>M1-incubating</version>
+  			<groupId>org.apache.kato</groupId>
+  			<artifactId>kato.common.142</artifactId>
+  			<version>M1-incubating</version>
   		</dependency>
   	</dependencies>
 	

Copied: incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/150/pom.xml (from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.150/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/150/pom.xml?p2=incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/150/pom.xml&p1=incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.150/pom.xml&r1=884519&r2=884539&rev=884539&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.150/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/150/pom.xml Thu Nov 26 12:26:37 2009
@@ -1,3 +1,4 @@
+<?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">
 <!--
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,13 +20,13 @@
 -->
 
   <parent>
-    <artifactId>kato</artifactId>
+    <artifactId>kato.tck.scenarios</artifactId>
     <groupId>org.apache.kato</groupId>
     <version>M1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.kato</groupId>
-  <artifactId>kato.tck.testsuite.scenario.150</artifactId>
+  <artifactId>kato.tck.scenario.150</artifactId>
   <name>TCK testsuite scenario 1.5 </name>
   <version>M1-incubating</version>
   <description>Scenario setup for TCK. Used to create an example system suitable for running on a 1.5 JVM</description>
@@ -82,6 +83,11 @@
   			<artifactId>kato.tck.harness</artifactId>
   			<version>M1-incubating</version>
   		</dependency>
+  		<dependency>
+  		 <groupId>org.apache.kato</groupId>
+  		 <artifactId>kato.common.142</artifactId>
+  		  <version>M1-incubating</version>
+  		</dependency>
   	</dependencies>
 	
 </project>

Copied: incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/160/pom.xml (from r884519, incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.160/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/160/pom.xml?p2=incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/160/pom.xml&p1=incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.160/pom.xml&r1=884519&r2=884539&rev=884539&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck.testsuite.scenario.160/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/160/pom.xml Thu Nov 26 12:26:37 2009
@@ -20,13 +20,13 @@
 -->
 
   <parent>
-    <artifactId>kato</artifactId>
+    <artifactId>kato.tck.scenarios</artifactId>
     <groupId>org.apache.kato</groupId>
     <version>M1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.kato</groupId>
-  <artifactId>kato.tck.testsuite.scenario.160</artifactId>
+  <artifactId>kato.tck.scenario.160</artifactId>
   <name>TCK testsuite scenario 1.6 </name>
   <version>M1-incubating</version>
   <description>Scenario setup for TCK. Used to create an example system suitable for running on a 1.6 JVM</description>

Added: incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/pom.xml?rev=884539&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/pom.xml (added)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/scenarios/pom.xml Thu Nov 26 12:26:37 2009
@@ -0,0 +1,37 @@
+<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">
+<!--
+ * 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.
+-->
+
+  <parent>
+    <artifactId>kato.tck</artifactId>
+    <groupId>org.apache.kato</groupId>
+    <version>M1-incubating</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.kato</groupId>
+  <artifactId>kato.tck.scenarios</artifactId>
+  <packaging>pom</packaging>
+  <name>TCK testsuite scenarios</name>
+  <version>M1-incubating</version>
+  <modules>
+  <module>142</module>
+  <module>150</module>
+  <module>160</module>
+  </modules>
+  </project>

Added: incubator/kato/trunk/org.apache.kato/kato.tck/testcases/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck/testcases/pom.xml?rev=884539&view=auto
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck/testcases/pom.xml (added)
+++ incubator/kato/trunk/org.apache.kato/kato.tck/testcases/pom.xml Thu Nov 26 12:26:37 2009
@@ -0,0 +1,63 @@
+<!--
+ * 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 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">
+	<description>Test Compliance Kit testcases</description>
+  <parent>
+    <artifactId>kato.tck</artifactId>
+    <groupId>org.apache.kato</groupId>
+    <version>M1-incubating</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.kato</groupId>
+  <artifactId>kato.tck.testcases</artifactId>
+
+  <name>Test Compliance Kit testcases</name>
+  <version>M1-incubating</version>
+  <dependencies>
+					
+					
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.tck.scenario.142</artifactId>
+						<version>M1-incubating</version>
+					
+					</dependency>
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.tck.scenario.150</artifactId>
+						<version>M1-incubating</version>
+					
+					</dependency>
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.tck.scenario.160</artifactId>
+						<version>M1-incubating</version>
+					
+					</dependency>
+					<dependency>
+						<groupId>org.apache.kato</groupId>
+						<artifactId>kato.common.142</artifactId>
+						<version>M1-incubating</version>
+					
+					</dependency>
+					
+	</dependencies>
+	
+  
+</project>