Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Multi-dirrectory output
Multi-dirrectory output [message #592410] Fri, 03 March 2006 13:22
Alex Shneyderman is currently offline Alex ShneydermanFriend
Messages: 71
Registered: July 2009
Member
In my project I have two source folders main/java & test/java. When I
write an abstract object that only needs a pointcut in its concrete
implementation, I would write it inlined in my test. This means that the
test directory does have an aspect but I do not want to package it. While
main/java source' output is the one I want to take and package.

AJDT (and I suppose it is an ajc fault) has a problem with outputing
compiled code to 2 separate output directories, therefore does output
classes into the default directory, which cause me a lot of pain.

Is there a work around this limitation or maybe a solution that I
overlooked?

Thanks,
alex.
Previous Topic:AJDT on Mustang (java 1.6) problem
Next Topic:Multi-dirrectory output
Goto Forum:
  


Current Time: Thu Apr 25 22:55:31 GMT 2024

Powered by FUDForum. Page generated in 0.02925 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top