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

Hi Matt, 

I'm trying to extend the maven aspectj plugin to allow choosing the set of
aspects to use for weaving.

Regards

Carlos Sanchez
A Coruña, Spain

Oness Project
http://oness.sourceforge.net



________________________________

	From: aspectj-users-admin@xxxxxxxxxxx
[mailto:aspectj-users-admin@xxxxxxxxxxx] On Behalf Of Matt Chapman
	Sent: Tuesday, August 03, 2004 6:03 PM
	To: aspectj-users@xxxxxxxxxxx
	Subject: 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