Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Ant task: choosing which aspect to weave

Hello, 

Here I am again fighting with Ant. 
The older problem was solved, thanks Adrian and Wes. The jar file is created. 
But now I have another problem: I have a jar file with .class aspects,
but I don't want all of them to be weaved into my code. I want to
choose which aspects will be weaved.
Is there a way of doing this, using something like <exclude>? What
about command-line compiler?
I've tried, but I am a dummy in Ant, so... It'm in trouble. 

Thanks, 

-- 
Camila Rocha
www.ic.unicamp.br/~ra022247


Back to the top