#jogamp @ irc.freenode.net - 20131106 05:05:52 (UTC)


20131106 05:05:52 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20131104072252.html
20131106 05:05:52 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20131106050552.html
20131106 05:24:43 * xranby (~xranby@anon) Quit (Ping timeout: 260 seconds)
20131106 05:29:27 * [Mike] (~Mike]@anon) Quit ()
20131106 06:00:06 * xranby (~xranby@anon) has joined #jogamp
20131106 08:01:28 * monsieur_max (~maxime@anon) has joined #jogamp
20131106 11:43:02 <xranby> have someone tested greebo? http://sourceforge.net/projects/greebo for use by ant projects to download external jars
20131106 11:43:55 <xranby> it would be nice to have a simple solution for ant users who want to depend on jogamp without having to push the jars into their archive
20131106 11:44:38 <sgothel> we have our stable URLs for jar files ..
20131106 11:46:34 <xranby> for example it would be nice to update the jake2 ant files to use the stable URLs for jar files
20131106 11:46:45 <xranby> instead of hosting a copy inside the source tree
20131106 11:47:13 <sgothel> right .. changes are welcome
20131106 11:47:19 <xranby> withg it.. copys usually turn into copys :)
20131106 11:47:23 <xranby> with git
20131106 11:48:51 <sgothel> re performance: one useless lock brought down offscreen drawable creation .. like 50%+ in multithreading environment :)
20131106 11:49:09 <xranby> horray
20131106 11:49:24 <sgothel> can ant to wget ?
20131106 11:49:35 <sgothel> that IMHO would be easiest ..
20131106 11:49:52 <xranby> best is if i can ask the webserver if the file have changed before updating
20131106 11:49:56 <xranby> it
20131106 11:50:05 <sgothel> so I assume greebo does it ? it's an ant plugin ?
20131106 11:50:22 <sgothel> sure
20131106 11:50:32 <xranby> http://ant.apache.org/manual/Tasks/get.html
20131106 11:50:35 <sgothel> wget can do that as well
20131106 11:50:56 <sgothel> nice
20131106 11:51:04 <sgothel> go for it ..
20131106 11:58:17 <sgothel> I would vote for using: 'skipexisting'
20131106 12:07:16 <xranby> i used the timestamp option
20131106 12:07:22 <xranby> it worked
20131106 12:07:23 <xranby> [get] Not modified - so not downloaded
20131106 12:07:44 <sgothel> (still a connection / also - build changes what you have on the fly)
20131106 12:08:00 <sgothel> remove it manually - triggers re-dl
20131106 12:08:20 <sgothel> just a matter of taste .. will pull anyways :)
20131106 12:13:19 <xranby> ok fixed
20131106 12:13:59 <xranby> https://github.com/xranby/jake2/commit/c1168a77e9fa4e9ac7e0451554066c05e2937b31
20131106 12:15:51 <sgothel> hohoho .. thx
20131106 12:16:21 <sgothel> now we have a boiler plate .. nice
20131106 12:16:42 <sgothel> the source zips ..
20131106 12:17:08 <sgothel> ^^ missing
20131106 12:17:21 <xranby> was it really needed?
20131106 12:17:36 <xranby> it built fine here without it
20131106 12:17:56 <sgothel> well .. not needed .. but w/ eclipse .. etc
20131106 12:18:04 <sgothel> nice to have the documentation :)
20131106 12:18:10 <xranby> sure..
20131106 12:18:16 <xranby> ok... hmm .. well i can add it
20131106 12:22:18 <xranby> hum... the jogl-java-src.zip is only found inside the jogamp-all-platforms?
20131106 12:22:31 <sgothel> scratch head ..
20131106 12:22:37 <xranby> i cant find any stable URL for it
20131106 12:23:12 <sgothel> maybe better to dl the 7z file anyways (I hear 'em .. 7z .. :)
20131106 12:24:11 <sgothel> yeah .. does matter I guess, can be done manually
20131106 12:27:00 <xranby> 7z is an ancient word for ant killer
20131106 12:27:39 <sgothel> we have one recipe in gluegen .. oh well .. all good, let's consider it done :)
20131106 12:28:27 * xranby is testing to update qtjambi to use this ant recipe ... for thier GLWidget
20131106 12:43:11 <rmk0> xranby: can actually use the URIs of the jar files on the central repos
20131106 12:43:17 <rmk0> if you only mean official releases
20131106 12:43:57 <xranby> rmk0: oh.. is jogl-java-src.zip pushed to maven central?
20131106 12:44:48 <xranby> who pays for maven central?
20131106 12:45:06 <xranby> sounds like everyone eats the free cake :)
20131106 12:45:59 <xranby> + that maven is an ancient word for download the internet == someone got a good deal on free bandwidth
20131106 12:47:07 <xranby> The Central Repository is a service mark of Sonatype, -> http://www.sonatype.com/
20131106 12:48:23 <xranby> http://www.sonatype.org/
20131106 12:52:04 <xranby> http://www.youtube.com/watch?v=e-nk-1Si2bU
20131106 12:54:59 <rmk0> yeah, the jogl-java-src.zip is pushed, but it's renamed to *-sources.jar
20131106 12:55:08 <rmk0> central is hosted by sonatype, yes
20131106 12:55:39 <xranby> sounds like java would need a distributed central
20131106 12:57:14 <rmk0> well the central repository exists precisely so that there aren't tons of untrusted repositories that can disappear at a moment's notice
20131106 12:58:09 <rmk0> the general idea is that you depend on an artifact, and maven (or whatever you're using to manage packages) knows exactly how to get them without any configuration required
20131106 12:58:17 <rmk0> and that those artifacts will be around forever
20131106 12:58:25 <rmk0> are required to be pgp-signed too
20131106 12:59:07 <rmk0> for someone using ant, i'd probably tell them to try ivy
20131106 12:59:27 <rmk0> is a package manager that uses maven packages, but doesn't require anyone to use maven for actual builds
20131106 13:14:14 <rmk0> xranby: http://search.maven.org/#api
20131106 13:14:24 <rmk0> can use those addresses to get stable URIs for any released jogamp jar
20131106 13:15:06 <rmk0> http://search.maven.org/remotecontent?filepath=org/jogamp/jogl/jogl/2.1.2/jogl-2.1.2-sources.jar
20131106 13:57:17 * rmk0 (~rmk0@anon) Quit (Quit: leaving)
20131106 13:57:57 * rmk0 (~rmk0@anon) has joined #jogamp
20131106 13:57:57 * rmk0 (~rmk0@anon) Quit (Changing host)
20131106 13:57:57 * rmk0 (~rmk0@anon) has joined #jogamp
20131106 15:03:21 <sgothel> https://jogamp.org/wiki/index.php/SW_Tracking_Report_Objectives_for_the_release_2.1.3
20131106 15:08:37 * [Mike] (~Mike]@anon) has joined #jogamp
20131106 15:09:24 <sgothel> ok .. 2.1.3 shall result in a good bug-free release before finally starting 2.2 train (which may take a while to condense)
20131106 15:10:09 <sgothel> maybe we shall give 2.1.3 a bit more time .. at least ask folks to verify before 'stamping' it
20131106 16:26:42 <masterzen> do you want me to test the 2.1.3?
20131106 16:26:54 <masterzen> if it's available on maven I can try it
20131106 16:27:35 <masterzen> I just got a bug report on linux with this inside: finishLifecycleAction(com.jogamp.opengl.util.Animator$2): ++++++ timeout reached ++++++ Thread-6
20131106 16:27:35 <masterzen> finishLifecycleAction(com.jogamp.opengl.util.Animator$2): OK false- pollPeriod 1000, blocking true, waited 1000/1000 - Thread-6
20131106 16:27:35 <masterzen> - com.jogamp.opengl.util.Animator[started true, animating true, paused false, drawable 1, totals[dt 0, frames 252, fps 0.0], modeBits 1, init'ed true, animThread Thread[main-AWTAnimator,5,main], exclCtxThread false(null)]
20131106 16:27:48 <masterzen> any idea what can be the issue?
20131106 16:54:34 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20131106 17:01:17 * rmk0 (~rmk0@anon) Quit (Quit: leaving)
20131106 17:01:44 * rmk0 (~rmk0@anon) has joined #jogamp
20131106 17:01:45 * rmk0 (~rmk0@anon) Quit (Changing host)
20131106 17:01:45 * rmk0 (~rmk0@anon) has joined #jogamp
20131106 17:14:37 <sgothel> @Brice: Hmm .. AWT Animator .. guess there was a new bug report or forum post / 2.1.3 is still under development .. see bug reports, maybe you can test something tomorrow .. would be great - thx
20131106 17:33:13 * monsieur_max (~maxime@anon) has joined #jogamp
20131106 20:15:32 * Eclesia (~eclesia@anon) has joined #jogamp
20131106 20:15:36 <Eclesia> hi
20131106 20:16:13 <monsieur_max> Hello fellow french pal ;)
20131106 20:17:19 <Eclesia> sgothel: Are there some uniform matrix issue on the 2.x version of JOGL ?
20131106 20:18:44 <Eclesia> on 2.1.2 I have something strange, uniforms array values which are reset
20131106 20:43:36 * Eclesia (~eclesia@anon) Quit (Quit: Leaving.)
20131106 21:45:02 * void256 (~void@anon) has joined #jogamp
20131106 23:02:06 * monsieur_max (~maxime@anon) has left #jogamp
20131106 23:17:42 * void256_ (~void@anon) has joined #jogamp
20131106 23:19:26 * void256 (~void@anon) Quit (Ping timeout: 240 seconds)
20131106 23:19:37 * void256_ is now known as void256
20131106 23:35:20 * void256_ (~void@anon) has joined #jogamp
20131106 23:37:02 * void256 (~void@anon) Quit (Ping timeout: 240 seconds)
20131106 23:37:14 * void256_ is now known as void256
20131106 23:41:21 * void256_ (~void@anon) has joined #jogamp
20131106 23:43:50 * void256 (~void@anon) Quit (Ping timeout: 240 seconds)
20131106 23:44:01 * void256_ is now known as void256
20131107 00:44:58 * void256 (~void@anon) Quit (Remote host closed the connection)
20131107 01:43:33 * rmk0 (~rmk0@anon) Quit (Quit: Lost terminal)
20131107 01:45:42 * rmk0 (~rmk0@anon) has joined #jogamp
20131107 01:45:42 * rmk0 (~rmk0@anon) Quit (Changing host)
20131107 01:45:42 * rmk0 (~rmk0@anon) has joined #jogamp
20131107 01:57:19 * juank_prada (~juank_pra@anon) has joined #jogamp
20131107 02:11:46 * juank_prada (~juank_pra@anon) Quit (Quit: Leaving)
20131107 03:55:20 * [Mike] (~Mike]@anon) Quit ()
20131107 05:05:52 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20131107050552.html