Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Aspectj, Eclipse and long classpaths

I have a project that includes over 30 jar files on the classpath (Struts,
Log4j, Servlets, etc).  If I enable this project as an AspectJ project, I
get all sorts of unresolved symbols in my import statements to these jar
files.  I'm using the latest Eclipse plugins (1.1.1) and Eclipse 2.1RC1.
I'm wondering if the long classpath may be the problem.  I know that the dos
prompt chokes when you try to use a command that is over 1k in length.  Do
the AspectJ tools have this issue?  

I have an Ant script that I can use to build the AspectJ portions of the
code but I've separated it into two targets. One compiles my Java files
using javac.  Another target compiles my apsectj files with a much smaller
classpath (my aspects only affect one of the jar files that the other code
uses).

Anyway to setup Eclipse to do the same:  Use AspectJ compiler for source
tree A and javac for source tree B?

Thanks,

Tim



Back to the top