Re: Configuring a custom task

2005-03-31 Thread Upayavira
Upayavira wrote: Yves Martin wrote: Upayavira <[EMAIL PROTECTED]> writes: 1) Every time I use my task, I have to pass the task the classpath definition, as the task needs to create a new classloader with which to run my application. Is there a way to remove the necessity to mention the cla

Re: Configuring a custom task

2005-03-29 Thread Upayavira
Yves Martin wrote: Upayavira <[EMAIL PROTECTED]> writes: 1) Every time I use my task, I have to pass the task the classpath definition, as the task needs to create a new classloader with which to run my application. Is there a way to remove the necessity to mention the classpath, deriving i

Configuring a custom task

2005-03-29 Thread Upayavira
ill effect all tasks or (b) would someone recommend a specific way to provide this configuration just once, e.g. set a property, and have the task always look for a property of that name. Is there a convention here? Thanks for any help yo