Thomas,

is there a reason why you set the war.bundle property to true on avalon-framework-impl ? I doubt that the war.bundle property is used at all by the build process.

I like the rest of the patch.

   Thomas

On Sun, 23 Jul 2006, [EMAIL PROTECTED] wrote:

Author: tv
Date: Sun Jul 23 13:03:33 2006
New Revision: 424793

URL: http://svn.apache.org/viewvc?rev=424793&view=rev
Log:
- Derive TorqueComponent from TorqueInstance
- Provide a test and its dependencies to check it works

Added:
   db/torque/runtime/trunk/src/test/TestComponentConfig.xml
   db/torque/runtime/trunk/src/test/TestRoleConfig.xml
   db/torque/runtime/trunk/src/test/org/apache/torque/avalon/AvalonTest.java
Modified:
   db/torque/runtime/trunk/project.xml
   db/torque/runtime/trunk/src/java/org/apache/torque/Torque.java
   
db/torque/runtime/trunk/src/java/org/apache/torque/avalon/TorqueComponent.java

Modified: db/torque/runtime/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/db/torque/runtime/trunk/project.xml?rev=424793&r1=424792&r2=424793&view=diff
==============================================================================
--- db/torque/runtime/trunk/project.xml (original)
+++ db/torque/runtime/trunk/project.xml Sun Jul 23 13:03:33 2006
@@ -187,6 +187,29 @@
      </properties>
    </dependency>

+    <!--  Needed only for testing -->
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3</version>
+      <type>jar</type>
+      <properties>
+          <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>fulcrum</groupId>
+      <artifactId>fulcrum-testcontainer</artifactId>
+      <version>1.0.5</version>
+    </dependency>
+
+    <dependency>
+      <groupId>fulcrum</groupId>
+      <artifactId>fulcrum-yaafi</artifactId>
+      <version>1.0.4</version>
+    </dependency>
+
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>

....

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to