[Yanel-commits] rev 46973 - public/yanel/trunk/src/resources/testing-control/src/build

michi at wyona.com michi at wyona.com
Fri Jan 8 20:59:24 CET 2010


Author: michi
Date: 2010-01-08 20:59:23 +0100 (Fri, 08 Jan 2010)
New Revision: 46973

Modified:
   public/yanel/trunk/src/resources/testing-control/src/build/dependencies.xml
Log:
TODO added re possible ant version conflict

Modified: public/yanel/trunk/src/resources/testing-control/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/testing-control/src/build/dependencies.xml	2010-01-08 19:56:18 UTC (rev 46972)
+++ public/yanel/trunk/src/resources/testing-control/src/build/dependencies.xml	2010-01-08 19:59:23 UTC (rev 46973)
@@ -30,6 +30,8 @@
       <dependency groupId="nekohtml" artifactId="nekohtml" version="0.9.5"/>
       <dependency groupId="avalon-framework" artifactId="avalon-framework-impl" version="4.3"/>
       <dependency groupId="avalon-framework" artifactId="avalon-framework-api" version="4.3"/>
+
+      <!-- TODO: This might cause a conflict/ambiguity with the ant version located within the tools directory if running the junit tests -->
       <dependency groupId="ant" artifactId="ant" version="1.7.0"/>
       <dependency groupId="ant" artifactId="ant-launcher" version="1.7.0"/>
       <dependency groupId="ant" artifactId="ant-junit" version="1.7.0"/>



More information about the Yanel-commits mailing list