You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by js...@apache.org on 2005/02/11 23:38:11 UTC

svn commit: r153469 - incubator/beehive/trunk/controls/test/build.xml

Author: jsong
Date: Fri Feb 11 14:38:10 2005
New Revision: 153469

URL: http://svn.apache.org/viewcvs?view=rev&rev=153469
Log:
Add a hook into the mantis classpath so external scripts can add items to the CP.

Contributed by Joe Pemberton.


Modified:
    incubator/beehive/trunk/controls/test/build.xml

Modified: incubator/beehive/trunk/controls/test/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/build.xml?view=diff&r1=153468&r2=153469
==============================================================================
--- incubator/beehive/trunk/controls/test/build.xml (original)
+++ incubator/beehive/trunk/controls/test/build.xml Fri Feb 11 14:38:10 2005
@@ -24,6 +24,7 @@
 
     <property name="derby.data" location="${controls.test.root}/test"/>
     <!-- BeeHive test specific properties -->
+    <property name="extra.test.classpath" value=""/>
 
     <path id="mantis.classpath">
         <pathelement path="${mantis.jar}"/>
@@ -39,6 +40,7 @@
         <pathelement path="${build.beans}"/>
        	<pathelement path="${build.drivers}"/>
         <fileset refid="velocity.fileset"/>
+        <pathelement path="${extra.test.classpath}"/>
     </path>
 
     <property name="mantis.run.classpath" refid="mantis.classpath"/>
@@ -64,7 +66,6 @@
     	</not>
     </condition>
 
-    <property name="extra.test.classpath" value=""/>
     <path id="test.classpath">
         <path refid="controls.dependency.path"/>
         <path refid="velocity.dependency.path"/>