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:
parent
f8d8614cb0
commit
b0f941ae4e
@ -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.
BIN
tools/antipede/lib/ant-taskdefs-dev-20020402.jar
Normal file
BIN
tools/antipede/lib/ant-taskdefs-dev-20020402.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user