[jdom-interest] XPath package build 2, with fix
Xuemin Guan
xuemin at appresso.com
Wed Jul 17 00:44:59 PDT 2002
The following is my fix to the build.xml. It is only concerned with the
"Compiles the source directory" section.
The attachment is the full build.xml I am using now.
<!--
=================================================================== -->
<!-- Compiles the source directory
-->
<!--
=================================================================== -->
<target name="compile" depends="prepare-src,collections">
<javac srcdir="${build.src}"
destdir="${build.dest}"
debug="${debug}"
optimize="${optimize}">
<!-- <exclude name="**/Jaxen*" unless="jaxen.present"/> comment
out by Xuemin Guan xuemin at appresso.com-->
<!-- the classpath is added by Xuemin Guan xuemin at appresso.com -->
<classpath>
<fileset dir="${lib.dir}">
<include name="*.jar" />
</fileset>
</classpath>
</javac>
</target>
--
Xuemin Guan
Java & XML Developer
Appresso SpA (www.appresso.com)
Tel: +81-3-4412-7790 (Direct)
+81-3-4412-7700 (Representative)
Email: xuemin at appresso.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.xml
Type: text/xml
Size: 11947 bytes
Desc: not available
Url : http://jdom.org/pipermail/jdom-interest/attachments/20020717/631a6209/build.xml
More information about the jdom-interest
mailing list