Commit Graph

13 Commits

Author SHA1 Message Date
Federico Fissore 271a2c53d4 moved tests in a separater ant target so that they can run AFTER assets like nodejs and the compiler are unpacked and ready to be used 2013-02-19 15:26:49 +01:00
Federico Fissore a78cbf1ef3 updated build.xml to include new jars 2013-02-19 15:26:44 +01:00
Federico Fissore 7887b54199 updated build.xml to include new jars 2013-02-19 15:26:37 +01:00
Federico Fissore 5fd56b5d91 monitoring I18N translations 2013-01-23 13:04:45 +01:00
Federico Fissore e18d2a018d ignored test-bin folder
junit reports in xml
2012-12-04 13:43:21 +01:00
Federico Fissore 320648e67f tests now run at each build 2012-12-04 13:38:02 +01:00
Federico Fissore 527e07b26f fixed java 1.5 compatibility issue
moved unknown AutoFormat class to external folder
2012-12-04 11:54:19 +01:00
Shigeru KANEMOTO 541a7b3575 UI i18n and the Japanese text catalog.
Wrapped the every string literals with _(...) function.
The _() function resides in "app/src/processing/app/I18n.java",
which translates the UI texts using "Resources_XX.properties" file
where XX is the locale code.

I provided the properties file for the ja (Japanese) locale.
I created this file using "xgettext" and "msgcat" commands.
"i18n_update.{py,sh}" files are the tool I used to do that.

Change in "app/build.xml" is to include the properties files
in jar file.
2011-12-07 01:45:13 +09:00
David A. Mellis a142a2564d Enabling debugging for compilation of the app. 2010-11-27 11:54:07 -06:00
David A. Mellis fa4d058297 Reapplying Christian's regex patch.
Revert "Revert "Removed dependencies from regex library oro.jar""

This reverts commit ed7795ef8d.
2010-10-03 19:44:28 -04:00
David A. Mellis ed7795ef8d Revert "Removed dependencies from regex library oro.jar"
This reverts commit 2b4391052c.
2010-10-02 17:19:53 +02:00
Cristian Maglie 2b4391052c Removed dependencies from regex library oro.jar 2010-10-01 19:41:36 +02:00
David A. Mellis c4760d8ae7 Moving to ant-based build system from Processing. Mac OS X seems to work (for the moment). 2010-05-08 21:47:19 +00:00