Author: noel
Date: Sun Mar 11 10:13:42 2007
New Revision: 516961

URL: http://svn.apache.org/viewvc?view=rev&rev=516961
Log:
Modify the build to compile and run with junit from local classpath (new Ant 
1.7.0 feature).  Add junit.jar binary (approved on 3rd party license list to 
local set of libraries.

Added:
    james/server/trunk/stage/junit/junit.jar   (with props)
Modified:
    james/server/trunk/phoenix-deployment/build.xml

Modified: james/server/trunk/phoenix-deployment/build.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/build.xml?view=diff&rev=516961&r1=516960&r2=516961
==============================================================================
--- james/server/trunk/phoenix-deployment/build.xml (original)
+++ james/server/trunk/phoenix-deployment/build.xml Sun Mar 11 10:13:42 2007
@@ -858,6 +858,7 @@
     -->
     <target name="unit-tests-classpath" depends="compile">
         <path id="unittest.class.path">
+            <pathelement location="../stage/junit/junit.jar"/>
             <fileset dir="${lib.dir}">
                 <include name="${commons-net.jar}"/>
                 <include name="${jmock.jar}"/>

Added: james/server/trunk/stage/junit/junit.jar
URL: 
http://svn.apache.org/viewvc/james/server/trunk/stage/junit/junit.jar?view=auto&rev=516961
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/junit/junit.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



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

Reply via email to