sebb 2004/10/30 02:17:41 Modified: . build.xml Log: Ensure jms build dir exists even if JMS doesn't build Revision Changes Path 1.196 +4 -2 jakarta-jmeter/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-jmeter/build.xml,v retrieving revision 1.195 retrieving revision 1.196 diff -u -r1.195 -r1.196 --- build.xml 29 Oct 2004 16:52:21 -0000 1.195 +++ build.xml 30 Oct 2004 09:17:41 -0000 1.196 @@ -838,6 +838,8 @@ </jar> <!-- jms --> + <!-- Ensure that build dir exists, even if JMS has not been built --> + <mkdir dir="${build.jms}"/> <jar jarfile="${dest.jar}/ApacheJMeter_jms.jar"> <fileset dir="${build.jms}" includes="**/*.class" /> <fileset dir="${src.jms}" includes="**/*.properties" />
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]