2004-05-06から1日間の記事一覧

Groovy - Scripting for Java の日本語訳

かくたにさん翻訳 http://www.kakutani.com/trans/ociweb/jnbFeb2004.html 訳注が親切。

groovyc と groovyc Antタスクが --encoding をサポート

>maven -Dmaven.test.skip=true groovy:make-install >set GROOVY_HOME=target/install >type test.SJIS.groovy class Main { public static void main(String[] args) { println("file.encoding=" + System.getProperty("file.encoding")); println("groovy…