Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] ajdoc in Eclipse 3 M8 (AJDT 1.1.8) No packages or classes specified


Hi Russ,

Sounds like we need some more information about how you are using the ajdoc.bat script. How many packages are we talking about here ? Are you passing in any other options through the "Extra Javadoc options" panel ?

Recently it was noticed that the ajdoc.bat launch script on Windows XP was limiting the number of arguments getting passed into the ajdoc main class. If you are running on XP then as a quick check to see if this is the cause of your problem you could go into the ajdoc.bat script and make a minor alteration to the last line. Replace the "%1 %2 %3 %4 %5 %6 %7 %8 %9" with "%*" (no quotes around it).

Best regards,
George
________________________________________
George C. Harley




Russell Miles <russellmiles@xxxxxxx>
Sent by: aspectj-users-admin@xxxxxxxxxxx

12/05/2004 22:34

Please respond to
aspectj-users

To
aspectj-users@xxxxxxxxxxx
cc
Subject
[aspectj-users] ajdoc in Eclipse 3 M8 (AJDT 1.1.8) No packages or classes specified





Hi everyone,

This one has been bugging me for a while now and for the life of me I
can't seem to figure out what is wrong. I am using Eclipse 3 M8, AJDT
1.1.8 with AspectJ 1.2 on the machine. i am trying to generate the docs
using AJDoc which was working fine up until I put my source on a CVS
server and now I am getting the message 'No packages or classes
specified' every time I try to run the documentation generation. I am
also getting the 'Ignoring unsupported option: -use' message, is that
anything to do with it? I think I got that message before and the
source still generated ok. I've tried this out on my Mac and Windows
boxes (same environment setup) and still no joy.

I've checked the documentation creation wizard and everything seems to
be in order (all my sources seem selected), and things were working ok
before. Basically has anyone else had this problem? It just stinks of
being something silly I've done but any help in putting me right would
be great.

Cheers,

Russ

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top