You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/sh
-
- echo
- echo "Ant Build System"
- echo "----------------"
-
- chmod u+x $PWD/bin/antRun
- chmod u+x $PWD/bin/ant
- #export ANT_OPTS="-Djava.compiler="
-
- ANT_HOME=.
- export ANT_HOME
-
- $PWD/bin/ant -emacs $@ | awk -f $PWD/bin/fixPath.awk
|