Gangmax Blog

Add Ant parameters in Eclipse

In some cases, when running ant build, some parameters of ant are needed. If we run ant from command line, we can add the parameters as “-Dproperty=value” within the ant command(from here).

RVM

“rvm(Ruby Version Manager)”是用于在一台机器上管理多个不同版本ruby实现的工具。这篇文章的内容主要参考了这里和[这里][rtrvm_url]。