Database Reference
In-Depth Information
In your Windows environment, if you do not have Oracle SOA Suite 11g and in-
stead only have Oracle JDeveloper 11g installed, only a few modifications are
required, and you should use the following commands instead:
set USERNAME= weblogic
set PASSWORD= welcome1
set SOAHOST= soahost1
set SOAPORT= 8001
set SOAURL=http://%SOAHOST%:%SOAPORT%
set CODE= c:\svn\SOA11g
set ORACLE_HOME= C:\Oracle\jdev\jdeveloper
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%
But only for installations of Oracle JDeveloper 11g, you must also perform a one-
time copy of ant-contrib-1.0b3.jar . The file can be downloaded from ht-
tp://sourceforge.net/projects/ant-contrib/files/ant-contrib/ . Simply copy the file to
%ANT_HOME%\lib as follows:
copy c:\temp\ant-contrib-1.0b3.jar %ANT_HOME%\lib
Now that your batch script is created, simply run it once in the command prompt
to set your environment for your session:
setAntEnv.bat
Search WWH ::




Custom Search