Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Compiler options

Thanks Andy.

Do you know if there's a way to achieve the same thing from Ant/Maven? I tried to use the iajc Ant task and it doesn't seem to accept any of the batch mode options, and the Maven plug-in doesn't even have an option for warnings.

Eric.

 -------------- Original message ----------------------
From: "Andy Clement" <andrew.clement@xxxxxxxxx>
> If you are using the JDT compiler in batch mode, then switching to ajc
> you can just do 'ajc -?' and you will see the set of warnings it
> supports which can be switched off with 'ajc -warn:'.  Effectively it
> is the same set supported by the 3.1 JDT compiler upon which it is
> based.  If you are in Eclipse then the options that can be set through
> the UI that existed in 3.1 will work.
> 
> Andy.
> 
> On 08/01/07, eric.lessard@xxxxxxxxxxx <eric.lessard@xxxxxxxxxxx> wrote:
> > Hi,
> >
> > I'm currently using the Eclipse compiler with all its nice compilation 
> warnings (e.g., missing JavaDoc, unused imports, etc.) and want to switch to 
> AspectJ's compiler. I would like to know if the AspectJ compiler supports the 
> same warnings and if so, how to turn them on?
> >
> > Thanks and regards,
> >
> > Eric Lessard
> > _______________________________________________
> > aspectj-users mailing list
> > aspectj-users@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/aspectj-users
> >
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top