The split task referenced in the bug is the same split task from Antelope.
To use the Antelope version:
1. download the task zip file from
http://antelope.tigris.org/files/documents/1409/11489/AntelopeTasks_3.2.10.zip
2. unzip the file. It has documentation and source as well as a jar file.
Copy the jar file to your ${ant.home}/lib directory.
3. adjust your build file to use the task by adding a line like this
near the top of the build file:
<taskdef name="split" classname="ise.antelope.tasks.SplitTask"/>
Then you can use the task like any other task, and you won't need the "a:"
in front of the task.
Dale
On Mon, 20 Feb 2006, David wrote:
Dear members,
I was looking in to the Ant Bug database and I have found the following
request:
http://issues.apache.org/bugzilla/show_bug.cgi?id=37200
any way I don't know how to use the split task from Antelope in order to use
it via ant build file.
Thanks in advance,
David Leal
---------------------------------
What are the most popular cars? Find out at Yahoo! Autos
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]