Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] iajc bootclasspath attribute in ant

Sorry, ajc 1.1, like the eclipse compiler it's built on, does not
support the bootclasspath option any more.  Try using classpath.

(We should have mentioned this in README-11.html where it talks 
about 1.0 compiler features not supported in the 1.1 compiler;
I'll add it for the next release.)

Wes

Mark Panahi wrote:
> 
> It seems that the explicit bootclasspath attribute has been
> remove in the new release.  I tried to use bootclasspath
> with the X attribute instead but it gives me a message
> saying that it is "ignoring"  the option I give it.
> 
> Any help on getting this to work would be appreciated.
> 
> -Mark
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online, calculators, forms, and more
> http://tax.yahoo.com
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top