Browse Source

Include optional-* ( probably don't have to include ant.jar any more for

ant1.6, but still needed with ant1.5 )


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273723 13f79535-47bb-0310-9956-ffa450edef68
master
Costin Manolache 22 years ago
parent
commit
7561f93fd8
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      proposal/embed/test.xml

+ 4
- 1
proposal/embed/test.xml View File

@@ -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>



Loading…
Cancel
Save