File: build64.sh

package info (click to toggle)
service-wrapper-java 3.5.51-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,716 kB
  • sloc: ansic: 33,016; java: 16,713; xml: 4,368; sh: 3,126; makefile: 24; php: 2
file content (10 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

BUILDFILE="`pwd`/`dirname $0`/build.xml"

echo "--------------------"
echo "Wrapper Build System"
echo "using $BUILDFILE"
echo "--------------------"

"$ANT_HOME/bin/ant" -f "$BUILDFILE" -Dbits=64 $@