root/tags/release-0.13.4/pfixcore/projects/dumptext.sh

Revision 3168, 0.7 KB (checked in by jenstl, 5 years ago)
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3export CLASSPATH=`ls \`pwd\`/../lib/*.jar | xargs echo | sed -e 's/ /:/g'`:`pwd`/../build
4export LANG=C
5
6echo
7echo -----------------------------------------------------------------------------------------------------------
8echo Going to call:  java -mx500M de.schlund.pfixcore.util.DumpText `pwd` $@
9echo -----------------------------------------------------------------------------------------------------------
10echo
11echo CAUTION:
12echo 'CAUTION:        MAKE SURE THAT THE PROJECT YOU ARE ABOUT TO DUMP HAS BEEN COMPLETELY GENERATED!'
13echo 'CAUTION:                  (call "ant generate" in the top level directory if unsure)'
14echo CAUTION:
15echo
16 
17java -mx500M de.schlund.pfixcore.util.DumpText `pwd` $@
18
19
Note: See TracBrowser for help on using the browser.