#jogamp @ irc.freenode.net - 20150202 05:05:23 (UTC)


20150202 05:05:23 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20150201050523.html
20150202 05:05:23 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20150202050523.html
20150202 07:40:56 * monsieur_max (~maxime@anon) has joined #jogamp
20150202 08:12:21 <monsieur_max> hi there
20150202 09:41:40 * jvanek (jvanek@anon) has joined #jogamp
20150202 12:06:30 <sgothel> hi
20150202 12:07:28 <sgothel> @Mark: Later today I will produce build again, w/ android aarch64 and javax renaming <- maven scripts need an update?
20150202 12:07:48 <rmk0> lo
20150202 12:07:56 <sgothel> See http://forum.jogamp.org/Head-Up-Bug-682-Relocating-remaining-javax-media-opengl-gt-com-jogamp-opengl-Etc-td4033975.html
20150202 12:08:04 <rmk0> i think i'd need to add an architecture to the list in the maven stuff
20150202 12:08:10 <rmk0> shouldn't need anything else
20150202 12:08:20 <sgothel> ah .. renaming is fine? good.
20150202 12:08:34 <sgothel> i.e. for android apk, the product even gets a new name :)
20150202 12:08:43 <sgothel> they use the package name
20150202 12:09:12 <rmk0> hm, i'd have to try it
20150202 12:09:30 <sgothel> will fix jogl-demos (partially)
20150202 12:10:01 <rmk0> would the new names look like: jogl-all-natives-linux-aarch64.jar?
20150202 12:11:36 <sgothel> good question, currently yes - but look at this:
20150202 12:11:54 <sgothel> android armv6/armeabi: gluegen-rt-natives-android-armv6.jar gluegen-rt-android-armeabi.apk
20150202 12:12:11 <sgothel> android aarch64: gluegen-rt-natives-android-aarch64.jar gluegen-rt-android-arm64-v8a.apk
20150202 12:12:29 <sgothel> the apk name's arch is as expected for android
20150202 12:12:29 <rmk0> hrm
20150202 12:12:39 <sgothel> the former jar name is chosen by us ..
20150202 12:12:54 <sgothel> it is at least confusing .. hmm
20150202 12:13:09 <sgothel> should use the android apk arch name to make life easy ?
20150202 12:13:26 <rmk0> would be better if it was consistent everywhere, yeah
20150202 12:13:50 <sgothel> ok, so I will make that 1st ..
20150202 12:42:38 * doev (~doev@anon) has joined #jogamp
20150202 15:19:24 * jvanek (jvanek@anon) Quit (Quit: Leaving)
20150202 16:45:13 <sgothel> req: regexp help
20150202 16:46:27 <monsieur_max> ah regexp ... one of the few thing you have to learn again each time you need it :)
20150202 16:46:34 <sgothel> input: ['aaaaa-lala', 'aaaaa', 'aaaaa-lila']: I like to have the capturing group for only 'aaaaa' ?
20150202 16:46:42 <sgothel> yes
20150202 16:47:03 <sgothel> in short, I like to cut-off '-lala' if existing
20150202 16:47:28 <sgothel> return would be: ['aaaaa', 'aaaaa', 'aaaaa-lila'] .. for above input
20150202 16:47:57 <sgothel> I thought like: .*^("-lala")
20150202 16:48:05 <sgothel> i.e. not "-lala"
20150202 16:48:09 <sgothel> or w/o lala ..
20150202 16:48:20 <sgothel> but that ant/java regexp .. hmm .. dunno how to say it
20150202 16:48:29 <sgothel> http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
20150202 16:49:15 <sgothel> i.e. having the desired output in one capturing group
20150202 16:50:07 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20150202 17:34:00 * monsieur_max (~maxime@anon) has joined #jogamp
20150202 17:38:16 * rmk0 (~rmk0@anon) Quit (Quit: leaving)
20150202 17:42:10 * rmk0 (~rmk0@anon) has joined #jogamp
20150202 17:57:28 <sgothel> @Mark: any idea regarding the regex pattern ?
20150202 17:57:55 <sgothel> (I need it to extract the '-android' in the apk aapt ant 'script')
20150202 17:58:01 <sgothel> *remove*
20150202 18:32:22 <sgothel> solved .. in another way: extracting the 'arch' from os.and.arch via: [^-]*-(.*)
20150202 19:34:10 * doev (~doev@anon) Quit (Ping timeout: 255 seconds)
20150202 20:46:29 <sgothel> @Mark: I remember this was needed: 'gluegen-rt-android-natives-android-aarch64.jar'
20150202 20:46:52 <sgothel> however, this we don't need to create (copy) right? : 'gluegen-rt-android-natives-linux-amd64.jar' ?
20150202 20:47:00 <sgothel> the latter would not work anyways ..
20150202 20:47:13 <sgothel> Bug 1023/Bug 1024
20150202 20:47:38 <sgothel> I leave it till I get your input ... hmm
20150202 21:59:14 * void256 (~void@anon) has joined #jogamp
20150202 22:33:23 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20150202 23:11:30 * void256 (~void@anon) Quit (Remote host closed the connection)
20150203 04:01:35 <i-make-robots> any jogamp experts awake atm?
20150203 05:05:23 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20150203050523.html