You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Ja...@rzf.fin-nrw.de on 2006/02/20 16:04:52 UTC

AW: ¿How to split a file? Split Task?????

>  I was looking in the web and there is an split task 
>supported by Antelope
>   
>  http://antelope.tigris.org/nonav/docs/manual/bk03ch23.html
>   
>  can I use this task using the Ant syntax in a build.xml ant 
>file. If you look in the example the syntax is a little bit 
>different. They use the <a: notation.


This is used together with ant-libs and defined via xmlns="antlib:..."
If you only define the split-task via taskdef (like printed there) just 
use a <split> instead of <a:split>.



>  If so, there should be necessary to download the Antelope 
>3.2.10 Tasks and take the *jar fie insite it, put it in the 
>class path and declare the new task.
>   
>  http://antelope.tigris.org/servlets/ProjectDocumentList


as other external tasks ...


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org