Bug 504 - git url is incorrect on http://jogamp.org/jogl/doc/HowToBuild.html
Summary: git url is incorrect on http://jogamp.org/jogl/doc/HowToBuild.html
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-07-11 03:49 CEST by Donald Bleyl
Modified: 2011-12-02 08:04 CET (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
0d33c08d880ab035911b0af0c87e1fdf11e7ad60
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Donald Bleyl 2011-07-11 03:49:01 CEST
The "how to build" web page references jogamp.com insteado jogamp.org in the url.

http://jogamp.org/jogl/doc/HowToBuild.html

It is crucial that you checkout the source code under a common root directory:

    /home/dude/projects/jogamp> git clone git://jogamp.com/srv/scm/gluegen.git gluegen
    /home/dude/projects/jogamp> git clone git://jogamp.com/srv/scm/jogl.git jogl
                            
Should be:

It is crucial that you checkout the source code under a common root directory:

    /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/gluegen.git gluegen
    /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/jogl.git jogl
Comment 1 Sven Gothel 2011-07-23 01:59:52 CEST
fixed in jogl/wip_mobile, commit 0d33c08d880ab035911b0af0c87e1fdf11e7ad60

will merge to master and website soon.