Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Ajc Ant Task

"Seaman, Sloan" <Sloan.Seaman@xxxxxxxxxxx> wrote on 03/09/2004 20:36:24:
> How do you make this statement: 
> ajc -injars ..\target\classes12.jar 
> com\ptilabs\commons\audit\jdbc\StatementAspect.aj -outjar ..
> \target\classes12Audit.jar
> Work with the ajc ant task? 
> I don't see anything about jar files... 

I don't know about the old "ajc" ant task, but can't you use the "iajc" 
task instead? That has attributes such as "inpath" and "outJar" etc, which 
can take jar files. 

Regards,

Matt.



Back to the top