Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] .lst and .ajproperties ant task status


> As the maven aspectj plugin manager I'd like to know if there's something
> implemented about conditional aspects
> .lst and .ajproperties explained at
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=50454 are marked as FIXED,
> could tell me if the ant task is implemented and where to get it?

Hi Carlos,

There is no Ant task for this as such. The "Build Configurations" section of the AJDT User Guide in AJDT 1.1.11 describes the new functionality, and at the end lists an example Ant build file which reads .ajproperties files, and passes the appropriate files to the iajc task (subject to the noted limitation). Does this help? What functionality are you looking for? A future enhancement might be to extend the iajc task itself to give it direct support for .ajproperties files.

Regards,

Matt.

Back to the top