Bug 504

Summary: git url is incorrect on http://jogamp.org/jogl/doc/HowToBuild.html
Product: [JogAmp] Jogl Reporter: Donald Bleyl <d_bleyl>
Component: coreAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: enhancement CC: sgothel
Priority: ---    
Version: 2   
Hardware: All   
OS: all   
Type: --- SCM Refs:
0d33c08d880ab035911b0af0c87e1fdf11e7ad60
Workaround: ---

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.