#jogamp @ irc.freenode.net - 20140331 05:05:12 (UTC)


20140331 05:05:12 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20140330050512.html
20140331 05:05:12 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20140331050512.html
20140331 06:33:24 * monsieur_max (~maxime@anon) has joined #jogamp
20140331 06:38:30 * hija (~hija@anon) Quit (Quit: hija)
20140331 06:50:41 * hija (~hija@anon) has joined #jogamp
20140331 06:59:03 * hija (~hija@anon) Quit (Quit: hija)
20140331 08:10:12 * guardianx_ (~guardian@anon) has joined #jogamp
20140331 08:53:10 * [Mike] (~Mike]@anon) Quit ()
20140331 08:57:14 * jk4 (~jk4@anon) Quit (Ping timeout: 252 seconds)
20140331 09:02:51 * jk4 (~jk4@anon) has joined #jogamp
20140331 10:53:17 * hija (~hija@anon) has joined #jogamp
20140331 11:22:49 * jvanek (jvanek@anon) has joined #jogamp
20140331 11:32:41 * phao (~phao@anon) has joined #jogamp
20140331 11:33:50 * phao (~phao@anon) Quit (Client Quit)
20140331 11:57:39 * rmk0 (~rmk0@anon) has joined #jogamp
20140331 11:58:27 <jvanek> sgothel, hi
20140331 11:59:00 <jvanek> we have an "bug" in ITW wich is making http://jogamp.org/deployment/jogamp-current/jogl-applet-version-napplet.html not to run
20140331 11:59:19 <jvanek> howevcer, I'm not sure how to deal with it
20140331 12:00:10 * guardianx_ (~guardian@anon) Quit (Remote host closed the connection)
20140331 12:00:10 <jvanek> specification of codebase attribute have in examples *.xxx.yy matches eg xxx.y
20140331 12:00:15 <jvanek> so do jogamp
20140331 12:00:35 <jvanek> you have codebase *.jogamp.org
20140331 12:00:42 <jvanek> and codebase is jogamp.org
20140331 12:00:51 <jvanek> so acording to "specification" it should be ok
20140331 12:01:02 <jvanek> however, when we implemented it in itw, we considered it as bug
20140331 12:01:14 <jvanek> I emailed tto oracle an motnh ago .. no reply
20140331 12:01:20 <jvanek> ...surpirse:-//
20140331 12:01:39 * phao (~phao@anon) has joined #jogamp
20140331 12:01:54 <jvanek> acording to itw the *.xxx.yy matches whatever.xxx.yy and not xxx.yy
20140331 12:04:29 * phao (~phao@anon) Quit (Client Quit)
20140331 12:05:45 <xranby> http://www.raspberrypi.org/archives/6561 Quake III bounty: we have a winner! (FOSS GPU driver for the raspberry pi)
20140331 12:10:47 <jvanek> xranby ^^^^^^
20140331 12:13:37 <sgothel> @Jiri: Yes, I was wondering as well about the 'spec' when reading it (sub-domains) .. well, thats what that questionable feature says .. hmm
20140331 12:14:14 <sgothel> so here it implies 2 codebase .. *.xx.yy and xx.yy
20140331 12:14:17 <jvanek> well :))You are one of the most favorit "customers" of ITW so - Will you update the mainnfest, or I the permission attribute? :)))
20140331 12:14:34 <sgothel> honor .. bowing
20140331 12:14:55 <jvanek> " 2 codebase .. *.xx.yy and xx.yy" I must say.. its wrong...
20140331 12:15:06 <jvanek> But you are probably not the oonly one who follwoed it... as it waswrittn
20140331 12:15:16 <sgothel> our server currently is accessible via other sub-level, like www. or jogl. .. hmm
20140331 12:15:39 <jvanek> the you should define *xx.yyy (without the DOT"
20140331 12:15:42 <jvanek> )
20140331 12:15:50 <jvanek> thats my concern here
20140331 12:16:00 <sgothel> I guess we can change our manifest .. sure, as you said .. maybe there are others
20140331 12:16:09 <jvanek> that dot should mean avaiable on any subdomain of xx.yy
20140331 12:16:11 <sgothel> so we shall call it '*jogamp.org' ?
20140331 12:16:18 <jvanek> I would sya yes
20140331 12:16:23 <jvanek> well I may be wrong
20140331 12:16:27 <sgothel> yes .. that is the goal .. i.e. avail on all subdomains
20140331 12:16:29 <jvanek> but it give me much more sense
20140331 12:16:37 <sgothel> i.e. www.jogamp.org
20140331 12:16:40 <sgothel> etc
20140331 12:16:44 <sgothel> and jogamp.ort
20140331 12:16:46 <sgothel> *org
20140331 12:16:57 <jvanek> www. can be tricky
20140331 12:16:58 <jvanek> hmhmhm
20140331 12:17:34 <jvanek> hmm I have did this chnage in itw intentionally .. now I doubt
20140331 12:18:11 <sgothel> 'Codebase: *.jogamp.org' == 'Codebase: *.jogamp.org jogamp.org'
20140331 12:18:19 <sgothel> but I doubt the latter is not allowed ?
20140331 12:19:05 <sgothel> so when parsing you can create both for validation, what I meant above
20140331 12:19:24 <jvanek> hmm :)) In itw more then one value is ok in codebase
20140331 12:19:30 <jvanek> but it is not for specification
20140331 12:19:39 <sgothel> yup
20140331 12:20:04 <jvanek> well your argument with www is probabky cutting knife
20140331 12:20:07 <sgothel> I guess it's best to 'follow suite' .. if impl. this 'feature' :-/
20140331 12:20:08 <jvanek> I forgot this simple case
20140331 12:20:36 <sgothel> or you have big company .. w/ tons of subdomains sharing code ..
20140331 12:20:45 <jvanek> I will probably fix ITW so it handles *.xxx.yy to match xxx.y
20140331 12:21:01 <jvanek> I hate the specification :((
20140331 12:21:11 <jvanek> it was so vague in so many palces :((
20140331 12:21:33 <sgothel> I dislike the whole snakeoil .. yup
20140331 12:21:41 <jvanek> yah :(
20140331 12:21:54 <jvanek> We agreed that it do no other help just anoyng applet/jnlp makers
20140331 12:22:09 <sgothel> yup
20140331 12:22:57 <jvanek> ok..
20140331 12:23:00 * jvanek writing fix
20140331 12:23:21 <sgothel> thank you!
20140331 12:23:28 <jvanek> :)
20140331 12:24:33 <sgothel> @Xerxes: Will play w/ Rasperry(sic!)/Wayland after more GraphUI hacking .. me currently working on performance, color channels and textures
20140331 16:43:35 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20140331 16:50:21 * phao (~phao@anon) has joined #jogamp
20140331 16:55:50 * phao (~phao@anon) Quit (Quit: Fui embora)
20140331 17:25:38 * zzuegg (~zzuegg@anon) has joined #jogamp
20140331 17:52:16 * monsieur_max (~maxime@anon) has joined #jogamp
20140331 18:11:01 * hija (~hija@anon) Quit (Quit: hija)
20140331 18:31:51 * jvanek (jvanek@anon) Quit (Quit: Leaving)
20140331 18:35:55 * monsieur_max (~maxime@anon) Quit (Remote host closed the connection)
20140331 18:37:22 * monsieur_max (~maxime@anon) has joined #jogamp
20140331 18:46:10 * phao (~phao@anon) has joined #jogamp
20140331 18:48:22 * jvanek (jvanek@anon) has joined #jogamp
20140331 19:05:59 * jvanek (jvanek@anon) Quit (Quit: Leaving)
20140331 19:07:50 * jvanek (jvanek@anon) has joined #jogamp
20140331 19:14:24 * jvanek (jvanek@anon) Quit (Quit: Leaving)
20140331 19:45:59 * hija (~hija@anon) has joined #jogamp
20140331 20:18:27 * phao (~phao@anon) Quit (Quit: Fui embora)
20140331 21:03:41 * monsieur_max (~maxime@anon) has left #jogamp
20140331 22:04:08 * jk4 (~jk4@anon) Quit (Ping timeout: 240 seconds)
20140331 22:10:26 * jk4 (~jk4@anon) has joined #jogamp
20140401 01:28:40 * guardianx_ (guardian@anon) has joined #jogamp
20140401 01:29:06 * guardianx_ (guardian@anon) has left #jogamp
20140401 04:15:16 * guardianx_ (~guardian@anon) has joined #jogamp
20140401 04:16:22 * guardianx_ (~guardian@anon) has left #jogamp
20140401 05:05:12 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20140401050512.html