Obtaining a task classpath

2004-11-25 Thread Omry Yadan
How can a task obtain the classpath it was defined with in the build.xml ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Classpath issues

2004-11-30 Thread Omry Yadan
I can specify the classpath of user tasks when I define them. This makes the build more portable, because I can include the required jars with it, and have a relative classpath in the taskdef. Can I somehow do the same for system tasks with external dependencies? Suppose I want to use the mail task