Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Convert to AspectJ project

#: Rafal Krzewski changed the world a bit at a time by saying on  10/27/2005 12:27 PM :#
Alexandru Popescu wrote:

Is this coming from the fact that the project uses 2 source folders: one for code, and one for tests and is separating the output in 2 build directories?

If yes, is there any workaround for this?

your answers are highly appreciated,

AFAICT 2 solutions are possible:

1. let the comiler put all the classes in a single output directory. If you are using the eclipse comiled files to build a jar, you will need to filter the test classes out (should be straightforward if you have consistent naming conventions)

2) if filtering out the test classes is too cubmersome, you may move them to a separate project.

R.

Unfortunately, this doesn't look like a workaround :-(.

Is this gonna change? I don't see any valid reason for doing one of the suggested ways.

./alex
--
.w( the_mindstorm )p.



Back to the top