Downloadable Javadoc

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Downloadable Javadoc

Matteo Battaglio
Hi,
is there any place where I can get the zipped javadoc for JOGL, in order to add it to the jogl dependency of my maven project?

Thanks in advance
Reply | Threaded
Open this post in threaded view
|

Re: Downloadable Javadoc

gouessej
Administrator
Hi

You can generate the javadoc from the source. Best regards.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Downloadable Javadoc

Matteo Battaglio
I've tried, but it says:
BUILD FAILED
Target "javadoc" does not exist in the project "JOGL_ALL"

Any hints?
Reply | Threaded
Open this post in threaded view
|

Re: Downloadable Javadoc

Sven Gothel
Administrator
On Friday, July 29, 2011 10:46:45 AM Matteo Battaglio [via jogamp] wrote:
>
> I've tried, but it says:
> BUILD FAILED
> Target "javadoc" does not exist in the project "JOGL_ALL"
>
> Any hints?
>

target javadoc.all.zip

if you use an IDE (NB or Eclipse) you can also add
the generated source zip folders to it's respective *all* jar files.

jogl.all.jar -> jogl-java-src.zip, etc ..

~Sven
Reply | Threaded
Open this post in threaded view
|

Re: Downloadable Javadoc

Emmentaler
I thought I might clarify Sven's answer and make sure I understand as well.  On the wiki page for building http://jogamp.org/jogl/doc/HowToBuild.html it says to run
ant javadoc when in fact I think you should run ant javadoc.all.zip

Nathaniel