Author: tfmorris Date: 2008-04-20 12:23:47-0700 New Revision: 14424 Modified: trunk/src/argouml-app/build.xml
Log: Fix command line compile of tests Modified: trunk/src/argouml-app/build.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/build.xml?view=diff&rev=14424&p1=trunk/src/argouml-app/build.xml&p2=trunk/src/argouml-app/build.xml&r1=14423&r2=14424 ============================================================================== --- trunk/src/argouml-app/build.xml (original) +++ trunk/src/argouml-app/build.xml 2008-04-20 12:23:47-0700 @@ -38,6 +38,7 @@ <property name="argo.root.dir" value="${basedir}/.." /> <property file="${override.build.properties}"/> <property file="default.properties"/> + <property file="${argo.root.dir}/argouml-build/default.properties"/> <property name="build.dir" value="build"/> <property name="build.classes" value="${build.dir}/classes"/> @@ -85,6 +86,10 @@ <pathelement location="../../tools/junit-3.8.2/junit.jar"/> <pathelement location="../../tools/lib/easymock12.jar"/> <pathelement location="../../tools/jdepend-2.9/lib/jdepend-2.9.jar"/> + <!-- Not sure if this will work for the single tree checkout, so we'll leave the old versions for now - tfm --> + <pathelement location="${argo.tools.dir}/junit-3.8.2/junit.jar"/> + <pathelement location="${argo.tools.dir}/lib/easymock12.jar"/> + <pathelement location="${argo.tools.dir}/jdepend-2.9/lib/jdepend-2.9.jar"/> <path refid="src.compile.classpath"/> </path> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
