Hi everyone, This is a small note for people building Jmol on their own computer.
Currently, if the gettext tools are available, a lot of things is done when building on the internationalisation stuff. All this can leads to conflicts in some files used by the i18n stuff when updating with SVN, which can break the following builds. To prevent this situation, I am making some changes in the build process. By default, the build process will only do the i18n stuff partially. This should be ok for almost everyone, including : - people wanting to include translations in the version of Jmol they are building - developers - translators - ... I think I am probably the only one that needs to do the full build (to update .pot and .po files), but if anyone else needs to make a full build (I don't see why), here's the explanation : you have to run the build with 2 properties set to true (do.create.pot and do.create.po). To do this in Eclipse: - Select Run / External Tools / External Tools ... - In the Tree at the left, select Ant Build / Jmol build.xml - In the JRE tab, add the following line in the VM arguments field (without quotes) "-Ddo.create.pot=true -Ddo.create.po=true" Nico ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
