Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Is ajdoc working?

Carlos,

Sorry for the very slow reply.  Nobody has contributed an ajdoc ant task
yet.  If you're interested, you could submit one, and base it off one of the
existing Ant tasks in:

http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/modules/taskdefs/src/or
g/aspectj/tools/ant/taskdefs/?cvsroot=Technology_Project

Note that the commented-out code in the Ajdoc.java task is quite old, and
using the Ajc tasks will provide a better example.  If you create the task
you can create a bug report, submit it as a patch, and I can review and
commit.

Cheers,

Mik

> -----Original Message-----
> From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users- 
> admin@xxxxxxxxxxx] On Behalf Of Carlos Sanchez
> Sent: Wednesday, June 16, 2004 3:35 PM
> To: aspectj-users@xxxxxxxxxxx
> Subject: [aspectj-users] Is ajdoc working?
> 
> Hi Mik,
> 
> I'll take a look.
> 
> Just a question, what about the ajdoc ant task? Is it working? Where 
> can I find information?
> 
> 
> Carlos Sanchez
> A Coruña, Spain
> 
> Oness Project
> http://oness.sourceforge.net
> 
> 
> > -----Original Message-----
> > From: aspectj-users-admin@xxxxxxxxxxx 
> > [mailto:aspectj-users-admin@xxxxxxxxxxx] On Behalf Of Mik Kersten
> > Sent: Wednesday, June 16, 2004 8:05 PM
> > To: aspectj-users@xxxxxxxxxxx
> > Subject: RE: [aspectj-users] POLL: How do you use ".lst"
> > files with AJDT in Eclipse?
> >
> > Thanks Carlos.
> >
> > Could I ask you to consider how effective the recent 
> > ajbuild.properties proposals would be for Maven interoperability?
> >
> >   https://bugs.eclipse.org/bugs/show_bug.cgi?id=50454#c12
> >
> > Please comment on the bug report.
> >
> > Thanks!
> >
> > Mik
> >
> > > -----Original Message-----
> > > From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users- 
> > > admin@xxxxxxxxxxx] On Behalf Of Carlos Sanchez
> > > Sent: Tuesday, June 15, 2004 1:37 PM
> > > To: aspectj-users@xxxxxxxxxxx
> > > Subject: RE: [aspectj-users] POLL: How do you use ".lst" files 
> > > with AJDT in Eclipse?
> > >
> > > I use the great Maven tool ;) with the aspectj plugin, that
> > allows me
> > > to specify wheter to weave or not.
> > > I have aspects in a top level project because they affect many 
> > > projects (that's AOP isn't it?).
> > >
> > > The maven-aspectj-plugin currently doesn't support .lst files as 
> > > nobody has requested it.
> > >
> > >
> > > Carlos Sanchez
> > > A Coruña, Spain
> > >
> > > Oness Project
> > > http://oness.sourceforge.net
> > >
> > >
> > > > -----Original Message-----
> > > > From: aspectj-users-admin@xxxxxxxxxxx 
> > > > [mailto:aspectj-users-admin@xxxxxxxxxxx] On Behalf Of Mik 
> > > > Kersten
> > > > Sent: Tuesday, June 15, 2004 7:12 PM
> > > > To: aspectj-users@xxxxxxxxxxx
> > > > Subject: RE: [aspectj-users] POLL: How do you use ".lst"
> > > > files with AJDT in Eclipse?
> > > >
> > > > To clarify, could those posting that they don't use an ".lst"
> > > > expand their statements along the following lines:
> > > >
> > > > a) I don't use any kind of build configuration support to
> > plug and
> > > > unplug aspects from my system.
> > > >
> > > > b) I use another technique for build configurations. [e.g. In 
> > > > the Eclipse IDE I use separate projects with different source 
> > > > folder configurations.]
> > > >
> > > > Thanks,
> > > >
> > > > Mik
> > > >
> > > > > -----Original Message-----
> > > > > From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users- 
> > > > > admin@xxxxxxxxxxx] On Behalf Of Alan Williamson
> > > > > Sent: Tuesday, June 15, 2004 8:44 AM
> > > > > To: aspectj-users@xxxxxxxxxxx
> > > > > Subject: Re: [aspectj-users] POLL: How do you use ".lst" files 
> > > > > with AJDT in Eclipse?
> > > > >
> > > > >
> > > > >
> > > > > Charles N. Harvey III wrote:
> > > > >
> > > > > >> I'm one of those who never use .lst files :) Under eclipse 
> > > > > >> I use the default .lst file.
> > > > >
> > > > > i am the same i don't have any need for them
> > > > >
> > > > > --
> > > > > Alan Williamson, City Planner
> > > > >
> > > > > w: http://www.BLOG-CITY.com/
> > > > > b: http://alan.blog-city.com/
> > > > > e: alan@xxxxxxxxxxxxx
> > > > > p: http://www.blog-city.com/profiles/9.htm
> > > > >
> > > > > _______________________________________________
> > > > > aspectj-users mailing list
> > > > > aspectj-users@xxxxxxxxxxx
> > > > > http://dev.eclipse.org/mailman/listinfo/aspectj-users
> > > >
> > > > _______________________________________________
> > > > aspectj-users mailing list
> > > > aspectj-users@xxxxxxxxxxx
> > > > http://dev.eclipse.org/mailman/listinfo/aspectj-users
> > > >
> > > >
> > >
> > >
> > > _______________________________________________
> > > aspectj-users mailing list
> > > aspectj-users@xxxxxxxxxxx
> > > http://dev.eclipse.org/mailman/listinfo/aspectj-users
> >
> > _______________________________________________
> > aspectj-users mailing list
> > aspectj-users@xxxxxxxxxxx
> > http://dev.eclipse.org/mailman/listinfo/aspectj-users
> >
> >
> 
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top