rittmey 2003/10/22 05:24:49
Modified: . build.xml
Log:
Target-correction
Revision Changes Path
1.126 +3 -2 jakarta-jmeter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/build.xml,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- build.xml 20 Oct 2003 10:26:53 -0000 1.125
+++ build.xml 22 Oct 2003 12:24:49 -0000 1.126
@@ -390,7 +390,7 @@
</javac>
</target>
- <target name="compile-http" depends="compile-jorphan,compile-core"
description="Compile components specific to HTTP sampling.">
+ <target name="compile-http"
depends="compile-jorphan,compile-core,compile-htmlparser" description="Compile
components specific to HTTP sampling.">
<mkdir dir="${build.http}"/>
<javac srcdir="${src.http}" destdir="${build.http}" optimize="${optimize}"
debug="on" target="${target.java.version}" deprecation="${deprecation}"
encoding="${encoding}">
<include name="**/*.java"/>
@@ -400,6 +400,7 @@
<path refid="classpath"/>
<pathelement location="${build.jorphan}"/>
<pathelement location="${build.core}"/>
+ <pathelement location="${build.htmlparser}"/>
</classpath>
</javac>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]