Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] ANT-Task problem

On Montag, Juli 28, 2003, at 12:29  Uhr, Wes Isberg wrote:

This looks like a known bug (in Eclipse?):

  https://bugs.eclipse.org/bugs/show_bug.cgi?id=34246

The workaround is to fork the iajc task to avoid
the eclipse JDT libraries in the parent class loader:

    <iajc
        fork="true"
        forkclasspath="${aspectjtools.jar}"
        destDir="${dir.compile.source}"
        classpath="${jar.aspectjrt}">
        ...

Does that work for you?


YES!!

Thanks!

Regards,

Cyrill



Back to the top