From: Francois B. <fbe...@ft...> - 2002-10-22 16:01:25
|
Hi ! I do not have the J2EE classes installed on my system, and when I try building MockObjects-java, Ant stops at line 183 and gives me an error. To prevent this problem, the j2ee folder should be created. The patch below corrects this problem. Have a nice day ! Francois Beausoleil Index: build.xml =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/build.xml,v retrieving revision 1.27 diff -u -r1.27 build.xml --- build.xml 21 Oct 2002 22:56:19 -0000 1.27 +++ build.xml 22 Oct 2002 15:57:17 -0000 @@ -180,6 +180,10 @@ <target name="junit" depends="call-me-first, compile-j2ee" description="run the junit tests"> + <mkdir dir="${core.classes}" /> + <mkdir dir="${jdk.classes}" /> + <mkdir dir="${j2ee.classes}" /> + <junit fork="yes" haltonfailure="yes"> <classpath> <path refid="lib.classpath" /> -- http://fastmail.fm - The professional email service |