LarchObjectUtilを修正。ユニットテストを追加。
| @@ -2,8 +2,8 @@ | ||
| 2 | 2 | cd `dirname $0` |
| 3 | 3 | if [ $# -eq 0 ] |
| 4 | 4 | then |
| 5 | - ant -q -find build.xml -Dmodule=larch-core clean swc src test doc-without-lib | |
| 5 | + $ANT_HOME/bin/ant -q -find build.xml -Dmodule=larch-core clean swc src test doc-without-lib | |
| 6 | 6 | else |
| 7 | - ant -q -find build.xml -Dmodule=larch-core $* | |
| 7 | + $ANT_HOME/bin/ant -q -find build.xml -Dmodule=larch-core $* | |
| 8 | 8 | fi |
| 9 | 9 |