Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] RE: [aspectj-users] Re: query about iajc ant task

Actually, AJDT already does this! It just puts the generated XLint
file in a place you wouldn't normally see it - under
.metadata/.plugins/org.eclipse.ajdt.core for that workspace, called
<projectName>.generated.lst. So it would be possible to add an "export
XLint file" option to the property page.

On 17/03/06, Ron Bodkin <rbodkin@xxxxxxxxxxxxxx> wrote:
> Wouldn't this be just an option to generate the file from the existing
> AspectJ Compiler properties settings?
>
> -----Original Message-----
> From: aspectj-users-bounces@xxxxxxxxxxx
> [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Wes Isberg
> Sent: Wednesday, March 15, 2006 8:25 AM
> To: aspectj-users@xxxxxxxxxxx; ajdt-dev@xxxxxxxxxxx
> Subject: Re: [aspectj-users] Re: query about iajc ant task
>
> Ok, changing XLint properties is high-traffic enough and
> hard enough to perhaps warrant some help - and a code
> contribution?
>
> It might be nice in AJDT to have an interface that listed
> all the options and had a four-way list for the values (say
> nothing, ignore, warning, error), and generated an
> XLint.properties file in the right place.  If the AJDT guys
> like this idea, then perhaps some user interested in
> Eclipse could contribute the code to do this, adding to the
> current AJDT code for preferences?
>
> Wes
>
> On Wed, 15 Mar 2006 12:57:55 +0100
>  prg@xxxxxxxxxxxxxxx wrote:
> > Venkatray Kamath wrote:
> > > I defined a XLint properties file with 2 properties set
> >
> > > invalidAbsoluteTypeName=ignore
> > > unmatchedSuperTypeInCall=ignore
> > >
> > > and set an attribute in the ant iajc task as
> > XlintFile="AspectJ.properties"
> >
> >
> > Hi Venkat,
> >
> > Thanks for your mini-HOWTO! I allways wanted to figure
> > this out "sometime"...
> > Yes, works as a charm!
> >
> > --
> >
> > Cheers,
> > Hermann
> >
> >
> >
> ---------------------------------------------------------------
> > Hermann Voßeler
> > Baader Wertpapierhandelsbank AG / IT
> > Weihenstephaner Straße 4
> > D-85716 Unterschleißheim
> > Internet: www.baaderbank.de
> >
> ---------------------------------------------------------------
> > _______________________________________________
> > 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
>
>
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>


Back to the top