Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] bug-46665 : Output folder for source folder not utilized

This bug has been marked as fixed sometime ago. Yet I cannot get any AspectJ project to compile to a directory other than the default. Even if I override the output folder for every source folder, all classes (and other output) go to the default.

This has killed me after a project combing-refactoring, where the resulting project had a META-INF/aop.xml in both the production source folder and the test source folder. The result being that only one aop.xml survives the compile, causing all kinds of errors.

Is anybody else actually using this feature in ajdt 1.4.0.20060629124300 or better?

-barry


Back to the top