Finally found out how to load the ant optional tasks without having to

put the jar under ant lib! :-D
Moved the default.properties of ant in a separate jar and removed the
definitions of the optional tasks used by centipede; removed the optional
tasks from ant optional.jar and put the classes in a jar in the relative cent
lib dir.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352346 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-04-06 17:43:02 +00:00
parent f8d8614cb0
commit b0f941ae4e
8 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<!-- define the tasks found in cents -->
<taskdef file="${temp.dir}/${task.properties.name}">
<classpath>
<fileset dir="tools">
<fileset dir="./tools">
<include name="**/*.jar"/>
</fileset>
</classpath>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.