Hello,
I'm looking for the source files of v2.0.2. Where can I get them? Thanks. |
Administrator
|
Hi
Look at this directory: http://jogamp.org/deployment/v2.0.2/archive/ Download jogamp-all-platforms.7z and then the source code of this release is in this archive which contains several ZIPs named *-java-src.zip. The latest source code is on Github.
Julien Gouesse | Personal blog | Website
|
Hello,
In the Message; Subject : Re: Where can I get sources Message-ID : <[hidden email]> Date & Time: Fri, 23 Aug 2013 01:49:45 -0700 (PDT) "gouessej [via jogamp]" <[hidden email]> has written: > Look at this directory: > http://jogamp.org/deployment/v2.0.2/archive/ > Download jogamp-all-platforms.7z and then the source code of this release is in > this archive which contains several ZIPs named *-java-src.zip. I see. I got it, but how to compile, I wonder..... Thanks, --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Bill! You married with Computers. Not with Me!" "No..., with money." |
Administrator
|
It's explained in our wiki, especially here:
https://jogamp.org/jogl/doc/HowToBuild.html
Julien Gouesse | Personal blog | Website
|
Hello,
In the Message; Subject : Re: Where can I get sources Message-ID : <[hidden email]> Date & Time: Fri, 23 Aug 2013 03:25:25 -0700 (PDT) "gouessej [via jogamp]" <[hidden email]> has written: > It's explained in our wiki, especially here: > https://jogamp.org/jogl/doc/HowToBuild.html I know this. But this method is for the git sources, isn't it? Moreover until v2.0.2-rc12, I could build the sources by this method. The files in the jogamp-all-platforms.7z are completely different! Am I misleading? Thanks, --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Bill! You married with Computers. Not with Me!" "No..., with money." |
The sources found in the GIT is used to build all the jogamp projects. During the build process some new sources are generated by gluegen like the opengl bindings. Use the GIT sources if you want to contribute to the jogamp project. http://jogamp.org/jogl/doc/HowToBuild.html When JogAmp produces a binary release that passes all the test, we package the binaries created by the autobuild system and then create a new git tag marking the sources used to produce the tested binaries. The git tags is the source release! http://jogamp.org/wiki/index.php/Release_2.0.2 The sources found inside the jogamp-all-platforms.7z "binary release" is intended to be used by developers who wants to connect javadoc and sources to their favourite IDE. These source bundles contains all the generated binding source produced by gluegen. http://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE Hope this clears up the misunderstanding. Cheers Xerxes |
Hello,
In the Message; Subject : Re: Where can I get sources Message-ID : <[hidden email]> Date & Time: Fri, 23 Aug 2013 03:53:09 -0700 (PDT) Xerxes Rånby [via jogamp] <[hidden email]> has written: > The sources found in the GIT is used to build all the jogamp projects. During > the build process some new sources are generated by gluegen like the opengl > bindings. > Use the GIT sources if you want to contribute to the jogamp project. > https://jogamp.org/jogl/doc/HowToBuild.html > When JogAmp produces a binary release that passes all the test, we package the > binaries created by the autobuild system and then create a new git tag marking > the sources used to produce the tested binaries. The git tags is the source > release! > http://jogamp.org/wiki/index.php/Release_2.0.2 Yes, I see. But I haven't got an idea for getting the git source with v2.0.2 tag. Any hint? > The sources found inside the jogamp-all-platforms.7z "binary release" is > intended to be used by developers who wants to connect javadoc and sources to > their favourite IDE. These source bundles contains all the generated binding > source produced by gluegen. > https://jogamp.org/wiki/index.php/ > Setting_up_a_JogAmp_project_in_your_favorite_IDE I see. Thanks, --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Bill! You married with Computers. Not with Me!" "No..., with money." |
Administrator
|
I'm sorry, I thought you wanted to use the source code of the latest release just for debug purposes.
Julien Gouesse | Personal blog | Website
|
Administrator
|
In reply to this post by fulwood_jp
On 08/23/2013 01:16 PM, fulwood_jp [via jogamp] wrote:
> Hello, > > > Yes, I see. > But I haven't got an idea for getting the git source with v2.0.2 tag. > Any hint? .. you can fetch all tags, create a branch on the tag .. etc. However, yes, the ChangeLogs and complete Sources were missing: http://jogamp.org/deployment/v2.0.2/archive/Sources/ http://jogamp.org/deployment/v2.0.2/archive/ChangeLogs/ .. added. ~Sven signature.asc (911 bytes) Download Attachment |
Hello,
In the Message; Subject : Re: Where can I get sources Message-ID : <[hidden email]> Date & Time: Sat, 24 Aug 2013 20:35:07 -0700 (PDT) "Sven Gothel [via jogamp]" <[hidden email]> has written: > However, yes, the ChangeLogs and complete Sources were missing: > http://jogamp.org/deployment/v2.0.2/archive/Sources/ > http://jogamp.org/deployment/v2.0.2/archive/ChangeLogs/ > .. added. Thanks. |
Free forum by Nabble | Edit this page |