Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Running aspectj in Ant in Eclipse.

known problem: http://bugs.eclipse.org/bugs/show_bug.cgi?id=34246

I believe the JDT classes are on the parent class loader as a result
of the Eclipse Ant team defining the incremental-build task by default.

If anyone has a workaround for this, e.g., to find out from the eclipse
Ant folks how to disable the task and fix the classpath, add it to
the bug.  I noticed this too late for the 2.1 train.

Wes


"Pedone, Tim" wrote:
> 
> In order to use the -injars arg I've modified my Ant script to use the iajc
> task.  This works fine if I invoke Ant from the command prompt.  If I invoke
> it from Eclipse, I get an error.  I've added the aspectj jars to the Ant
> classpath but it just hangs when I try to invoke that task.  Any ideas?
> 
> Tim
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top