Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Javadoc/Ajdoc?

Fyi, you can run ajdoc from within AJDT in Eclipse M8 by doing the
following:

* Select the "Project -> Generate Javadoc..." menu item.

* Set the "Javadoc command:" to point at <aj-install-dir>/bin/ajdoc.bat
(this will be remembered for future uses).

* Set the other options as with Javadoc.

Mik

> -----Original Message-----
> From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-
> admin@xxxxxxxxxxx] On Behalf Of Ramnivas Laddad
> Sent: Monday, April 26, 2004 8:53 AM
> To: aspectj-users@xxxxxxxxxxx
> Subject: Re: [aspectj-users] Javadoc/Ajdoc?
> 
> I meant 1.2rc1 -- here is the corrected message...
> --
> 
> You asked the question at the right time! The just
> released version of AspectJ -- 1.2rc1 -- has brought
> back ajdoc.
> 
> -Ramnivas
> 
> 
> --- TPV01031@xxxxxxxxxxx wrote:
> > Hi all!
> >
> > I've just written my first application using AspectJ - a
> > simple web server. It was a great experience for me, but
> > now I have one question. I'm using Eclipse 3.0M8 and the
> > latest version of AspectJ and AJDT . The problem I have is
> > the lack of documentation, namely JavaDoc. I made a search
> > for aspectj and javadoc and got ajdoc as the answer. I can
> > however, not find it in my installtion and are in need of
> > some directions.
> >
> > Thanks in advance!
> > // Gregor
> >
> > _______________________________________________
> > aspectj-users mailing list
> > aspectj-users@xxxxxxxxxxx
> > http://dev.eclipse.org/mailman/listinfo/aspectj-users
> 
> 
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Photos: High-quality 4x6 digital prints for 25"
> http://photos.yahoo.com/ph/print_splash
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top