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.

build.sh 204 B

1234567891011
  1. #!/bin/sh
  2. echo
  3. echo "Ant Build System"
  4. echo "----------------"
  5. chmod u+x $PWD/bin/antRun
  6. chmod u+x $PWD/bin/ant
  7. #export ANT_OPTS="-Djava.compiler="
  8. $PWD/bin/ant -emacs $@ | awk -f $PWD/bin/fixPath.awk