Bug 489 - ant javadoc fails (documentation issue)
Summary: ant javadoc fails (documentation issue)
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 2
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2011-03-31 17:50 CEST by Robert B
Modified: 2011-12-02 08:03 CET (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
565d148d70bac0059b4bd057330b675248f43fe5
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert B 2011-03-31 17:50:06 CEST
Using the latest git clone on 31 Mar 2011.

According to the instructions at http://jogamp.org/jogl/doc/HowToBuild.html, the last step is to build the javadoc by running "ant javadoc". However, this fails:

MacLap:make robertbaruch$ ant javadoc
Buildfile: /Users/robertbaruch/NetBeansProjects/jogamp/jogl/make/build.xml

BUILD FAILED
Target "javadoc" does not exist in the project "JOGL_ALL". 

Total time: 0 seconds


The correct command appears to be "ant javadoc.all".
Comment 1 Sven Gothel 2011-10-10 09:24:51 CEST
565d148d70bac0059b4bd057330b675248f43fe5

thx