Database Reference
In-Depth Information
source setAntEnv.sh
Finally, make sure to change to the $ORACLE_HOME/bin directory before run-
ning any of the ant commands:
cd $ORACLE_HOME/bin
On Windows
We will assume that your code will reside under %CODE% . To set your environ-
ment, we recommend first creating a shell script setAntEnv.bat with the fol-
lowing content:
set USERNAME= weblogic
set PASSWORD= welcome1
set SOAHOST= soahost1
set SOAPORT= 8001
set SOAURL=http://soaHost:soaPort
set CODE= c:\svn\SOA11g
set MW_HOME= C:\Oracle\Middleware
set ORACLE_HOME=%MW_HOME%\Oracle_SOA1
set JAVA_HOME= %ORACLE_HOME%\jdk160_24
set ANT_HOME=%ORACLE_HOME%\modules\org.apache.ant_1.7.1
set PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%ANT_HOME%\lib;%PATH%
Make sure to update the highlighted text in the preceding script, to reflect your
actual environment and installation.
Search WWH ::




Custom Search