You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2007/03/28 16:28:09 UTC

svn commit: r523343 - in /activemq/camel/trunk: ./ camel-itest/ camel-itest/src/ camel-itest/src/main/ camel-itest/src/main/java/ camel-itest/src/main/resources/ camel-itest/src/test/ camel-itest/src/test/ide-resources/ camel-itest/src/test/java/ camel...

Author: chirino
Date: Wed Mar 28 07:28:07 2007
New Revision: 523343

URL: http://svn.apache.org/viewvc?view=rev&rev=523343
Log:
Adding an itest module

Added:
    activemq/camel/trunk/camel-itest/
    activemq/camel/trunk/camel-itest/README.txt
    activemq/camel/trunk/camel-itest/pom.xml
    activemq/camel/trunk/camel-itest/src/
    activemq/camel/trunk/camel-itest/src/main/
    activemq/camel/trunk/camel-itest/src/main/java/
    activemq/camel/trunk/camel-itest/src/main/resources/
    activemq/camel/trunk/camel-itest/src/test/
    activemq/camel/trunk/camel-itest/src/test/ide-resources/
    activemq/camel/trunk/camel-itest/src/test/ide-resources/log4j.properties
    activemq/camel/trunk/camel-itest/src/test/java/
    activemq/camel/trunk/camel-itest/src/test/resources/
Modified:
    activemq/camel/trunk/pom.xml

Added: activemq/camel/trunk/camel-itest/README.txt
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-itest/README.txt?view=auto&rev=523343
==============================================================================
--- activemq/camel/trunk/camel-itest/README.txt (added)
+++ activemq/camel/trunk/camel-itest/README.txt Wed Mar 28 07:28:07 2007
@@ -0,0 +1,8 @@
+=============================================================================
+ Camel Integration Tests
+=============================================================================
+
+Overview
+--------------------------------------------------------------------------
+ 
+ This module is where you should add cross component tests.

Added: activemq/camel/trunk/camel-itest/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-itest/pom.xml?view=auto&rev=523343
==============================================================================
--- activemq/camel/trunk/camel-itest/pom.xml (added)
+++ activemq/camel/trunk/camel-itest/pom.xml Wed Mar 28 07:28:07 2007
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.camel</groupId>
+    <artifactId>camel-parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>camel-itest</artifactId>
+  <name>Camel :: Integration Tests</name>
+  <description>Performs cross component integration tests</description>
+
+  <dependencies>
+
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-mina</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-jms</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-jbi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-cxf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-script</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-spring</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-core</artifactId>
+      <type>test-jar</type>
+      <optional>true</optional>
+      <scope>test</scope>
+    </dependency>
+
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+
+</project>

Added: activemq/camel/trunk/camel-itest/src/test/ide-resources/log4j.properties
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-itest/src/test/ide-resources/log4j.properties?view=auto&rev=523343
==============================================================================
--- activemq/camel/trunk/camel-itest/src/test/ide-resources/log4j.properties (added)
+++ activemq/camel/trunk/camel-itest/src/test/ide-resources/log4j.properties Wed Mar 28 07:28:07 2007
@@ -0,0 +1,31 @@
+## ------------------------------------------------------------------------
+## 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.
+## ------------------------------------------------------------------------
+
+#
+# The logging properties used for eclipse testing, We want to see debug output on the console.
+#
+log4j.rootLogger=INFO, out
+
+#log4j.logger.org.apache.activemq=DEBUG
+log4j.logger.org.apache.camel=DEBUG
+log4j.logger.org.springframework=DEBUG
+
+# CONSOLE appender not used by default
+log4j.appender.out=org.apache.log4j.ConsoleAppender
+log4j.appender.out.layout=org.apache.log4j.PatternLayout
+log4j.appender.out.layout.ConversionPattern=[%30.30t] %-30.30c{1} %-5p %m%n
+#log4j.appender.out.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=523343&r1=523342&r2=523343
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Mar 28 07:28:07 2007
@@ -120,6 +120,7 @@
     <module>camel-mina</module>
     <module>camel-script</module>
     <module>camel-spring</module>
+    <module>camel-itest</module>
   </modules>
 
   <scm>