root/trunk/build.sh

Revision 748, 233 bytes (checked in by kohlhaas, 7 years ago)

*** empty log message ***

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh
2#
3# Usage:
4#
5# for a list of all available build-targets type
6#   ./build.sh -projecthelp
7#
8chmod u+x ./bin/antRun
9chmod u+x ./bin/ant
10export ANT_HOME=.
11$PWD/bin/ant -logger org.apache.tools.ant.NoBannerLogger -emacs $@ 
Note: See TracBrowser for help on using the browser.