>De: [EMAIL PROTECTED] >I see that there's a small problem that should probably be fixed because some >strings are in both .pot files (common to applet/application, and applet >only). I will look into this.
Ok, the problem is in build-i18n.xml. Two filesets are defined to decide what needs to be added to Jmol.pot (Jmol.java.files) and JmolApplet.pot (JmolApplet.java.files). They should be exclusive to avoid having the same string in both .pot files. What patterns should be used ? - Jmol.java.files should get all the Java files useful only for the application (not useful for the applet) - JmolApplet.java.files should get all the Java files useful for the applet (useful or not for the application, it doesn't matter). Nico ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
