Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] aspectj nature on EJB/Web projects in WSAD 5.x?

actually, looks like our little ant external builder was very close to begin with. adding the fork/forkclasspath arguments to the iajc task was all we needed. separate aspectj projects can be "projected" on non-aspectj projects in the workspace by adding those projects to the sourceroots of the iajc task, etc.
 
so, we seem to be on the road, able to make progress.
 
thanks much. if i can help document this approach (or anything else that would be useful), let me know.
 
mike

Back to the top