Author: doogie
Date: Fri Dec 18 08:01:03 2009
New Revision: 892167
URL:
http://svn.apache.org/viewvc?rev=892167&view=revLog:
Use the built jar instead of the classes dir, so that any resources
added to the jar are available for the tests.
Modified:
ofbiz/trunk/common.xml
Modified: ofbiz/trunk/common.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/common.xml?rev=892167&r1=892166&r2=892167&view=diff==============================================================================
--- ofbiz/trunk/common.xml (original)
+++ ofbiz/trunk/common.xml Fri Dec 18 08:01:03 2009
@@ -29,7 +29,6 @@
<path id="test.class.path">
<path refid="local.class.path"/>
- <pathelement location="${build.dir}/classes"/>
<pathelement location="config"/>
</path>
<filelist id="test.classes"/>
@@ -89,6 +88,7 @@
<classpath>
<path refid="junit.class.path"/>
<path refid="test.class.path"/>
+ <pathelement location="${build.dir}/lib/${name}.jar"/>
</classpath>
<sysproperty key="ofbiz.home" value="${ofbiz.home.dir}"/>
<formatter usefile="false" type="plain"/>