|
From: Sean R. <sra...@ae...> - 2005-07-26 14:21:41
|
Ok, swapped to Java 1.4 and now have the following problem:
compile:
[iajc]
/home/sradford/stuff/sandbox/coefficient/src/za/org/coefficient/modules/project/Projects.java:48
The import za.org.coefficient.modules.rss cannot be resolved
[iajc] import za.org.coefficient.modules.rss.AffectedData;
[iajc]
So I then checked out the rssBlog module. Now when I 'ant' that I get:
compile:
[iajc] build config error: bad aspectpath:
/home/sradford/stuff/sandbox/coefficient/build/lib/coefficient-ejb.jar
[iajc] AspectJ Compiler 1.1.0
(and coefficient-ejb.jar doesn't exist (yet))
This seems to be a circular dependency, but I presume I am wrong about
this. How do I proceed form here?
Thanks,
Sean
|