Alexey Varlamov wrote:
> Can't we just take junit.jar from classlib's depends (as we do with XALAN)?

I agree, that would be a better solution.
It just didn't occur to me that we already have it in classlib's depends.

So, the below change seems to be sufficient.

--- build/make/setup.xml
+++ build/make/setup.xml
@@ -148,6 +148,8 @@ Version: $Revision: 1.5.2.33 $
 
     <target name="copy.nessessary.jars">
 
+        <copy 
file="${external.dep.CLASSLIB}/depends/jars/junit_3.8.2/junit.jar" todir="tmp" 
/>
+
         <propertyregex property="build.XALAN.path" input="${if.XALAN.exist}" 
regexp="(.*)/${XALAN.check.file}" select="\1" />
         <copy file="${build.XALAN.path}/xalan.jar" todir="tmp" />
 


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to