>Does anybody know how to parse ant script from URL instead of File?

URL is not supported - too many file relative tasks.


>2. As I need to call ant tasks in the java class, I'll have to 
>parse the ant script. 

Why? You dont have to parse a script - you can instantiate the tasks for
your own.


>However, as the script is in .jar, I 
>think I'll have to specify the URL instead of File object. 
>(Please correct me if it isn't
>necessary.)

Mmh - or extract the script prior parsing ...


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to