First Commit - Source Code from Reply
This commit is contained in:
11
dbcmnpsrc/FE/mnpdev/dbcgo/dbcgoEar/build.sh
Normal file
11
dbcmnpsrc/FE/mnpdev/dbcgo/dbcgoEar/build.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/ksh
|
||||
set -a
|
||||
ANT_HOME=../apache-ant-1.6.2
|
||||
JAVA_HOME=/usr/java14
|
||||
PATH=$ANT_HOME/bin:$JAVA_HOME/bin:$PATH
|
||||
REPOLOCAL=$PWD/../
|
||||
echo $REPOLOCAL
|
||||
echo "starting ant"
|
||||
ant -version
|
||||
ant -buildfile build.xml $1
|
||||
echo "ant end"
|
||||
Reference in New Issue
Block a user