Bug 56775 - support generating ajdoc documentation for a project
Summary: support generating ajdoc documentation for a project
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: 1.2.0   Edit
Hardware: PC Windows XP
: P2 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Mik Kersten CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-30 12:26 EST by Mik Kersten CLA
Modified: 2004-04-07 00:29 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mik Kersten CLA 2004-03-30 12:26:09 EST
The "ajdoc.bat" file should work when plugged into the "Project -> Generate 
Javadoc..." menu as a Javadoc command.  At this time the problem is that ajdoc 
does not accept the temporary arguments file that Eclipse uses.
Comment 1 Mik Kersten CLA 2004-04-07 00:29:49 EDT
To run from our tree in bootstrap mode use something like the batch script 
below.  To run from AJDT point Eclipse at this command under the "Project -> 
Generate Javadoc" menu.  End users will be able to point at the "<aj-install-
dir>/bin/ajdoc.bat".

---------
@echo off
"%JAVA_HOME%\bin\java" -classpath "C:\Dev\workspace-
aspectj\ajdoc\bin;C:\Dev\workspace-aspectj\asm\bin;C:\Dev\workspace-
aspectj\bridge\bin;C:\Dev\workspace-aspectj\weaver\bin;C:\Dev\workspace-
aspectj\util\bin;C:\Dev\workspace-aspectj\org.eclipse.jdt.core\jdtcore-for-
aspectj.jar;C:\Dev\workspace-aspectj\lib\bcel\bcel.jar;C:\Dev\workspace-
aspectj\org.aspectj.ajdt.core\bin;C:\Dev\workspace-aspectj\aj-
build\dist\tools\lib\aspectjrt.jar;%CLASSPATH%" -Xmx64M 
org.aspectj.tools.ajdoc.Main %1 %2 %3 %4 %5 %6 %7 %8 %9