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.

Wes,

Thanks for the info.  Guess I'll have to continue running this from the
command line.  I've separated out the target that uses iajc so I can build
the rest of my app from within Eclipse.

Tim

-----Original Message-----
From: Wes Isberg [mailto:wes@xxxxxxxxxxxxxx]
Sent: Wednesday, March 12, 2003 2:13 PM
To: aspectj-users@xxxxxxxxxxx
Subject: 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
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top