Re: systemPath for directories not jars

2009-04-27 Thread Lee Mighdoll
t; On 4/26/2009 2:18 PM, Lee Mighdoll wrote: > >> I'd like to specify a directory of .class files instead of a jar with >> systemPath. Is there any way to do this? >> >> 1) It would be convenient during development not to have to create a jar >> of >> a c

Re: systemPath for directories not jars

2009-04-27 Thread Lee Mighdoll
Thanks, I hadn't tried that. I found a patchfor the aspectj plugin that allows the use of .class directories. Lee On Sun, Apr 26, 2009 at 2:58 PM, Martin Gainty wrote: > > Lee > did you try to put the root folder of .classes in classpathPrefix elemen

systemPath for directories not jars

2009-04-26 Thread Lee Mighdoll
I'd like to specify a directory of .class files instead of a jar with systemPath. Is there any way to do this? 1) It would be convenient during development not to have to create a jar of a closely related project 2) It might help work around a problem with the maven aspectj plugin, which afaik wi