costin 2002/12/28 21:58:48
Modified: proposal/embed test.xml
Log:
Include optional-* ( probably don't have to include ant.jar any more for
ant1.6, but still needed with ant1.5 )
Revision Changes Path
1.8 +4 -1 jakarta-ant/proposal/embed/test.xml
Index: test.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/embed/test.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- test.xml 18 Oct 2002 21:50:31 -0000 1.7
+++ test.xml 29 Dec 2002 05:58:48 -0000 1.8
@@ -26,9 +26,12 @@
<pathelement location="${ant.home}/lib/xercesImpl.jar"/>
<pathelement location="${ant.home}/lib/xml-apis.jar"/>
<pathelement location="${ant.home}/lib/ant.jar"/>
+ <fileset dir="${ant.home}/lib" includes="optional-*.jar" />
</path>
- <systemPath pathRef="myJars"/>
+ <echo>Path: ${toString:myJars}</echo>
+
+ <classloader classpathRef="myJars"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>