- Timestamp:
- Nov 1, 2010, 11:52:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/scripts/continuous_integration.sh
r1023 r1026 61 61 # GENERIC CONFIGURATION 62 62 export CATALINA_OPTS="-Xms4096m -Xmx4096m -XX:MaxPermSize=2048m -XX:MaxHeapFreeRatio=70 -XX:MaxGCPauseMillis=10 -XX:+UseConcMarkSweepGC" 63 export GRAILS_HOME=$GRAILS_INSTALL_PATH/grails63 #export GRAILS_HOME=$GRAILS_INSTALL_PATH/grails 64 64 export JDK_HOME=$JAVA_HOME 65 65 export JAVAC=$JAVA_HOME/bin/javac 66 export PATH=$GRAILS_HOME/bin:$PATH66 #export PATH=$GRAILS_HOME/bin:$PATH 67 67 STAMP=`date +'%Y%m%d%H%M'` 68 68 USER=`/usr/bin/whoami` … … 181 181 fi 182 182 183 # export environment variables so that the this CI script uses 184 # the grails version for this specific project and hence is 185 # grails version independent... 186 export GRAILS_HOME=$GRAILS_INSTALL_PATH/grails-$GRAILS_VERSION 187 export PATH=$GRAILS_HOME/bin:$PATH 188 183 189 # upgrade project to new grails version? 184 190 if [ $GRAILS_UPGRADED -eq 1 ]; then
Note: See TracChangeset
for help on using the changeset viewer.