Release 2.0.2

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

Release 2.0.2

Sven Gothel
Administrator
2.0.2 is released ..

http://jogamp.org/wiki/index.php/Release_2.0.2

http://jogamp.org/wiki/index.php/SW_Tracking_Report_Objectives_for_the_release_2.0.2_of_JOGL

Javadoc's updated as well ..
http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/
http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/overview-summary.html#overview_description

@Mark: The maven v2.0.2 is in your hands now.

Thank you all.

All missing bugs we have not fixed yet,
will be addressed in 2.0.3 .. and the story continuous.

Cheers, Xerxes, Rami and Sven

PS: Meet us at SIGGRAPH2013
http://s2013.siggraph.org/attendees/birds-feather/events/jogamp-2d3d-multimedia-across-devices


signature.asc (911 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Release 2.0.2

Sven Gothel
Administrator
Release 2.0.2

<http://jogamp.org/wiki/index.php/Release_2.0.2>
<http://jogamp.org/wiki/index.php/SW_Tracking_Report_Objectives_for_the_release_2.0.2_of_JOGL>

You may enjoy JOAL audio w/ the GL Movie player test applet ..

API docs updates as well, e.g.:
<http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/overview-summary.html#overview_description>

Remaining bugs will be addressed in 2.0.3
and the story continues ..

Cheers from Xerxes, Rami & Sven

Meet us @ SIGGRAPH2013
<http://s2013.siggraph.org/attendees/birds-feather/events/jogamp-2d3d-multimedia-across-devices>

--
health & wealth
mailto:[hidden email] ; http://jausoft.com
land : +49 (471) 4707742 ; fax : +49 (471) 4707741
Timezone CET: PST+9, EST+6, UTC+1


signature.asc (911 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.0.2

io7m
Packages are being uploaded to Maven Central as we speak.
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.0.2

Wade Walker
Administrator
In reply to this post by Sven Gothel
Great work! That's an awesomely long list of bugs fixed in this release :)
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.0.2

Jesus Zazueta
In reply to this post by io7m
Awesome. Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.0.2

Jesus Zazueta
In reply to this post by Sven Gothel
Congratulations, and thanks for so much 1337 goodness!
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.0.2

gouessej
Administrator
In reply to this post by io7m
io7m wrote
Packages are being uploaded to Maven Central as we speak.
Ok but I get that and I can't build Ardor3D any more with BuildHive:
[WARNING] The POM for org.jogamp.gluegen:gluegen-rt-main:jar:2.0.2 is missing, no dependency information available

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /scratch/jenkins/workspace/Renanse/Ardor3D/ardor3d-jogl/src/main/java/com/ardor3d/image/util/jogl/JoglImageLoader.java:[31,29] package com.jogamp.common.nio does not exist
[ERROR] /scratch/jenkins/workspace/Renanse/Ardor3D/ardor3d-jogl/src/main/java/com/ardor3d/image/util/jogl/JoglImageLoader.java:[78,72] cannot find symbol
  symbol:   variable Buffers
  location: class com.ardor3d.image.util.jogl.JoglImageLoader
[ERROR] /scratch/jenkins/workspace/Renanse/Ardor3D/ardor3d-jogl/src/main/java/com/ardor3d/image/util/jogl/JoglImageLoader.java:[79,109] cannot find symbol
  symbol:   variable Buffers
  location: class com.ardor3d.image.util.jogl.JoglImageLoader
[ERROR] /scratch/jenkins/workspace/Renanse/Ardor3D/ardor3d-jogl/src/main/java/com/ardor3d/image/util/jogl/JoglImageLoader.java:[144,37] cannot find symbol
  symbol:   variable Buffers
  location: class com.ardor3d.image.util.jogl.JoglImageLoader
[ERROR] /scratch/jenkins/workspace/Renanse/Ardor3D/ardor3d-jogl/src/main/java/com/ardor3d/renderer/jogl/JoglRenderer.java:[299,25] cannot access com.jogamp.common.nio.Buffers
  class file for com.jogamp.common.nio.Buffers not found
[ERROR] /scratch/jenkins/workspace/Renanse/Ardor3D/ardor3d-jogl/src/main/java/com/ardor3d/framework/jogl/JoglNewtWindow.java:[60,31] cannot access com.jogamp.common.type.WriteCloneable
  class file for com.jogamp.common.type.WriteCloneable not found

https://buildhive.cloudbees.com/job/Renanse/job/Ardor3D/110/console
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.0.2

io7m
'Lo.

I've just spotted in the log that the build is trying to download 2.0.2 from the jogamp repository. 2.0.2
doesn't exist in that repository as it was pushed to Central (generally, the jogamp repository will only contain
unreleased development versions like the various release candidates).
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.0.2

gouessej
Administrator
Ok, I told them that they could remove the lines pointing to this repo but they didn't :s
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.0.2

io7m
Generally, in my own projects, I keep both of them around (so that when I specify a release such as 2.0.2,
I get the Central repos version, and if I need to test a more recent development snapshot, I get the jogamp
repository).

It does warn on the wiki page that most people really don't want to be using the jogamp repository!