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

Yes, unfortunately separate output folders are simply not supported by
AspectJ and AJDT. There is a bug (101983) for the AspectJ side, and
another (46665) for the AJDT side. I'm fairly sure the work required
to implement the AspectJ side of this will be significant. Until then
I'd suggest the best alternative would be to move the tests into a
separate project.

Regards,

Matt.

On 27/10/05, Alexandru Popescu <the.mindstorm.mailinglist@xxxxxxxxx> wrote:
> #: 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.
>
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>


Back to the top