djames
|
| Posted: 11/04/2002, 2:06 PM |
|
How can I generate Javadocs available for the CCS Servlet API's?
|
|
|
 |
chaskunz
|
| Posted: 11/05/2002, 10:05 AM |
|
Here are the steps for Win2K:
To create the javadoc for a project:
1. Open a Command Prompt window.
2. Copy the 'call' line from the Messages window in CodeChargeStudio after building your project. You just need from 'call' thru the quote before -logfile.
3. Paste this into the Command Prompt window and add doc at the end. (right mouse button pastes)
Example: call C:\ant\bin\ant.bat -buildfile "C:\DOCUME~1\{your name}\LOCALS~1\Temp\~{your project name}\CCSBuild\build.xml" doc
4. Run the command by hitting <Enter>.
5. In Windows Explorer, go to the C:\Documents and Settings\{your name}\Local Settings\Temp\~{your project name}\CCSBuild\doc directory and double-click on index.html.
For other versions of Windows, I would think the only change would be to figure out where your build was done by looking at the command line in #3.
|
|
|
 |
|