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 George,

hmmm, no dice I'm afraid. Also there seems to be irregularities with the Javadoc wizard not remembering the right tool that you selected. I checked out the ajdoc command script file and it was already set to the % that you mentioned. I'm totally foxed by this. Luckily I do have a laptop that is effectively a clean system so maybe it's something to do with my setup and a clean install might help. I'll try that next...

Cheers,

Russ

On 13 May 2004, at 09:47, George Harley1 wrote:

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







<x-tad-smaller>Russell Miles <russellmiles@xxxxxxx></x-tad-smaller><x-tad-smaller> </x-tad-smaller>
<x-tad-smaller>Sent by: aspectj-users-admin@xxxxxxxxxxx</x-tad-smaller>
<x-tad-smaller>12/05/2004 22:34</x-tad-smaller>
<x-tad-smaller>Please respond to</x-tad-smaller>
<x-tad-smaller> aspectj-users</x-tad-smaller>
<x-tad-smaller>To</x-tad-smaller>
<x-tad-smaller>aspectj-users@xxxxxxxxxxx</x-tad-smaller>
<x-tad-smaller>cc</x-tad-smaller>
<x-tad-smaller>Subject</x-tad-smaller>
<x-tad-smaller>[aspectj-users] ajdoc in Eclipse 3 M8 (AJDT 1.1.8) No packages or classes specified</x-tad-smaller>
<x-tad-smaller>Hi everyone,</x-tad-smaller>

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

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

<x-tad-smaller> Cheers,</x-tad-smaller>

<x-tad-smaller> Russ</x-tad-smaller>

<x-tad-smaller> _______________________________________________</x-tad-smaller>
<x-tad-smaller> aspectj-users mailing list</x-tad-smaller>
<x-tad-smaller> aspectj-users@xxxxxxxxxxx</x-tad-smaller>
<x-tad-smaller> http://dev.eclipse.org/mailman/listinfo/aspectj-users</x-tad-smaller>



Back to the top