Humm, I am not sure about manifest classpaths, but compiling tasks that depend on other jars work. I use it. You just need to specify the classpath nested element in the task declaration.
Jose Alberto > -----Original Message----- > From: Peter Donald [mailto:[EMAIL PROTECTED] > Sent: Monday, November 13, 2000 6:13 PM > To: [EMAIL PROTECTED] > Subject: Re: beanshell > > > At 09:23 13/11/00 +0100, you wrote: > >Peter Donald <[EMAIL PROTECTED]> wrote: > > > >> First and most importantly is dynamically loading taskdefinitions > >> from a specific jar file after compiling it. > > > >Pete, I think this should be possible since Ant 1.2alpha3. > What is the > >problem? Am I missing something? > > essentially when the task depends on other classes compiled > during build > process or on other jars indicated via manifest entries etc. > > Cheers, > > Pete > > *------------------------------------------------------* > | "Nearly all men can stand adversity, but if you want | > | to test a man's character, give him power." | > | -Abraham Lincoln | > *------------------------------------------------------* >
