error running build xml
Tony007Dec 18 2011 — edited Dec 20 2011hi i have done the following
2.In JDeveloper 11.1.2.1, choose File > Open from the main menu
3.Browse to the location where you extracted the zip in Step 1 and select Infrastucture.jws from the Infrastructure directory. Click Open
4.Expand the MasterBuildScript project and Resources node
5.Double click build.properties to open it in the editor
9.In the application navigator, under the Resources node, Right click build.xml and choose Run Ant Target > buildAll
10.Enter the password for the system account on your database
but am geting this error
Buildfile: C:\ADF\Infrastructure\Ant\build.xml
init:
[javac] Compiling 1 source file to C:\ADF\Infrastructure\Ant\classes
setProperties:
createDatabase:
refreshSchema:
BUILD FAILED
C:\ADF\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
C:\ADF\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
C:\ADF\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
C:\ADF\Infrastructure\DBSchema\build.xml:28: C:\ADF\Infrastructure\Ant\wlserver_10.3\server\lib not found.
Total time: 7 seconds
my build.properties is
# Master Ant properties file for Fusion Order Demo
# All build files refer to this master list of properties
# Continuous builds override these settings
# $Id: build.properties 812 2007-02-20 07:14:33Z lmunsing $
# Base Directory for library lookup
jdeveloper.home=C:\oracle\Middleware\jdeveloper
src.home=..//..
# JDBC info used to create Schema
jdbc.driver=oracle.jdbc.OracleDriver
jdbc.urlBase=jdbc:oracle:thin:@localhost
jdbc.port=1521
jdbc.sid=smsdev
# Information about the default setup for the demo user.
db.adminUser=system
db.demoUser=FOD
db.demoUser.tablespace=USERS
db.demoUser.tempTablespace=TEMP