small typo fixes and fix of ADempiere name.

This commit is contained in:
trifonnt 2009-11-28 12:53:56 +00:00
parent f293e15d50
commit 75eaad16b9
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,4 @@
@Title Build Adempiere Installer @Title Build ADempiere Installer
@Rem $Header: /cvsroot/adempiere/install/RUN_build.bat,v 1.6 2005/09/13 04:27:12 jjanke Exp $
@Echo off @Echo off
@CALL ..\utils_dev\myDevEnv.bat @CALL ..\utils_dev\myDevEnv.bat

View File

@ -3,14 +3,14 @@
SAVED_DIR=`pwd` #save current dir SAVED_DIR=`pwd` #save current dir
cd `dirname $0`/../utils_dev #change dir to place where script resides - doesn not work with sym links cd `dirname $0`/../utils_dev #change dir to place where script resides - doesn't work with sym links
UTILS_DEV=`pwd` #this is adempiere source UTILS_DEV=`pwd` #this is ADempiere source
cd $SAVED_DIR #back to the saved directory cd $SAVED_DIR #back to the saved directory
. $UTILS_DEV/myDevEnv.sh #call environment ./$UTILS_DEV/myDevEnv.sh #call environment
echo done echo done
if [ ! $ADEMPIERE_ENV==Y ] ; then if [ ! $ADEMPIERE_ENV==Y ] ; then
echo "Can't set developemeent environemnt - check myDevEnv.sh" echo "Can't set development environment - check myDevEnv.sh"
exit 1 exit 1
fi fi