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 rd...@apache.org on 2007/05/13 17:12:36 UTC

svn commit: r537594 - /james/server/trunk/build-tools/base-build.xml

Author: rdonkin
Date: Sun May 13 08:12:36 2007
New Revision: 537594

URL: http://svn.apache.org/viewvc?view=rev&rev=537594
Log:
Added classpath required to run tests.

Modified:
    james/server/trunk/build-tools/base-build.xml

Modified: james/server/trunk/build-tools/base-build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/base-build.xml?view=diff&rev=537594&r1=537593&r2=537594
==============================================================================
--- james/server/trunk/build-tools/base-build.xml (original)
+++ james/server/trunk/build-tools/base-build.xml Sun May 13 08:12:36 2007
@@ -202,10 +202,13 @@
             </path>   
             <path id='classpath.base.test'>  
                 <path refid='classpath.base'/>
+                <pathelement location="${dir.build.bin}"/>
                 <fileset dir="${lib.dir}">    
                     <include name="${junit.jar}"/>
                     <include name="${commons-net.jar}"/>
                     <include name="${jmock.jar}"/>
+                    <include name="${commons-beanutils.jar}"/>   
+                    <include name="${derby.jar}"/>    
                 </fileset>   
             </path>   
     



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org