Re: [Jmol-developers] Java 9 issue

2016-02-18 Thread Robert Hanson
OK. No rush, I think.

On Thu, Feb 18, 2016 at 4:29 PM, Nicolas Vervelle 
wrote:

>
>
> On Thu, Feb 18, 2016 at 8:52 PM, Robert Hanson  wrote:
>
>> Angel, it's just that the gtext processor is set up for "_" -- I guess,
>> though, that must just be a setting. We liked "_" because it was so short,
>> and actually that does help in keeping file sizes as low as possible.  So,
>> Nico, I guess it is this, right?
>>
>>   
>>
>
> Yes, it's how you can configure gettext to find the translatable strings.
> It's in 2 places in build-i18n.xml, once for Jmol.pot, once for
> JmolApplet.pot.
>
> Nico
>
>
>
>>
>>
>> On Thu, Feb 18, 2016 at 4:28 AM, Angel Herráez 
>> wrote:
>>
>>> if I may throw a suggestion, "L10N" is a term commonly associated to
>>> localization
>>>
>>> It could also be used for the current "idioma" folder in the jsmol
>>> package (I
>>> am happy with idioma, but others may not understand what it is for)
>>>
>>>
>>>
>>>
>>> --
>>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>>> Monitor end-to-end web transactions and take corrective actions now
>>> Troubleshoot faster and improve end-user experience. Signup Now!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
>>> ___
>>> Jmol-developers mailing list
>>> Jmol-developers@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>>>
>>
>>
>>
>> --
>> Robert M. Hanson
>> Larson-Anderson Professor of Chemistry
>> Chair, Department of Chemistry
>> St. Olaf College
>> Northfield, MN
>> http://www.stolaf.edu/people/hansonr
>>
>>
>> If nature does not answer first what we want,
>> it is better to take what answer we get.
>>
>> -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
>>
>>
>>
>> --
>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>> Monitor end-to-end web transactions and take corrective actions now
>> Troubleshoot faster and improve end-user experience. Signup Now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
>> ___
>> Jmol-developers mailing list
>> Jmol-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>>
>>
>
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> ___
> Jmol-developers mailing list
> Jmol-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>
>


-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Department of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers


Re: [Jmol-developers] Java 9 issue

2016-02-18 Thread Robert Hanson
Angel, it's just that the gtext processor is set up for "_" -- I guess,
though, that must just be a setting. We liked "_" because it was so short,
and actually that does help in keeping file sizes as low as possible.  So,
Nico, I guess it is this, right?

  


On Thu, Feb 18, 2016 at 4:28 AM, Angel Herráez  wrote:

> if I may throw a suggestion, "L10N" is a term commonly associated to
> localization
>
> It could also be used for the current "idioma" folder in the jsmol package
> (I
> am happy with idioma, but others may not understand what it is for)
>
>
>
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> ___
> Jmol-developers mailing list
> Jmol-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>



-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Department of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers


Re: [Jmol-developers] Java 9 issue

2016-02-18 Thread Nicolas Vervelle
Hi Bob,

Apparently, this is a change that is planned for Java 9: to remove the
possibility to use '_' as an identifier.
See http://openjdk.java.net/jeps/213 and
https://bugs.openjdk.java.net/browse/JDK-8061549

It was just a convenient way for defining translatable strings, but we can
change it for something else.
Either by using something like _t or anything more Java like ;-)

Nico

On Thu, Feb 18, 2016 at 5:40 AM, Robert Hanson  wrote:

> I notice this warning once I compile with JDK 1.8._073:
>
>
>  [javac] Compiling 14 source files to
> C:\jmol-dev\workspace\Jmol-14_4\build\classes
> [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.6
> [javac]
> C:\jmol-dev\workspace\Jmol-14_4\src\org\jmol\script\ScriptEval.java:3267: 
> *warning:
> '_' used as an identifier*
> [javac]   report(GT.o(GT._("show saved: {0}"),
> vwr.stm.listSavedStates()), false);
> [javac
>
> Nico, have any suggestions? Isn't this necessary for the translations?
>
> Bob
>
>
> --
> Robert M. Hanson
> Larson-Anderson Professor of Chemistry
> Chair, Department of Chemistry
> St. Olaf College
> Northfield, MN
> http://www.stolaf.edu/people/hansonr
>
>
> If nature does not answer first what we want,
> it is better to take what answer we get.
>
> -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
>
>
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> ___
> Jmol-developers mailing list
> Jmol-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>
>
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers