Re: Jar file name pedantry
Posted by
Xerxes Rånby on
Jun 25, 2012; 11:23am
URL: https://forum.jogamp.org/Jar-file-name-pedantry-tp4025305p4025311.html
Some jogl jars uses a mix of . and - to separate words inside the
jar filename.
I think the suggestion is to only use - to separate words in the jar
filenames like how all the gluegen jars are currently named.
To my understanding he would like to rename:
jogamp.android-launcher.apk to
jogamp-android-launcher.apk
,
jogamp.android-launcher-unsigned.apk
to jogamp-android-launcher-unsigned.apk
,
jogl.all-android-armeabi-v7a.apk
to jogl-all-android-armeabi-v7a.apk ,
jogl.all-android-armeabi-v7a-unsigned.apk
to jogl-all-android-armeabi-v7a-unsigned.apk
,
jogl.all.jar
to jogl-all.jar ,
jogl.all-mobile.jar
to jogl-all-mobile.jar ,
jogl.all-noawt.jar to jogl-all-noawt.jar,
jogl.test-android.apk to jogl-test-android.apk ,
jogl.test-android-unsigned.apk
to jogl-test-android-unsigned.apk and
jogl.test.jar
to jogl-test.jar .
2012-06-25 10:26, gouessej [via jogamp] skrev:
Hi
I don't understand what is wrong with current naming for you. Can
you elaborate please? I already automatize the processing of JARs
in my own builds with Ant.