Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

error running build xml

Tony007Dec 18 2011 — edited Dec 20 2011
hi 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

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 17 2012
Added on Dec 18 2011
23 comments
2,818 views