You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2007/03/11 18:13:43 UTC

svn commit: r516961 - in /james/server/trunk: phoenix-deployment/build.xml stage/junit/junit.jar

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org