Discussion:
[Middlegen-user] newbie problem trying to build
Eric J Kaplan
2003-03-24 11:51:17 UTC
Permalink
I downloaded 2.0 b 1 and just type ant and I get the following:

ant -f build.xml
Buildfile: build.xml

BUILD FAILED
build.xml:15: The value of attribute "value" must not contain the '<'
character.

All I did was set the database to oracle. Any ideas?

Regards

Eric Kaplan (looking forward to using middlegen)
Eivind Waaler
2003-03-24 12:17:14 UTC
Permalink
Hi Eric!

In the oracle.xml file (samples/config/database/oracle.xml) you will have
to specify the connection settings for your Oracle database. The
database.url property is default set to:

"jdbc:oracle:thin:@localhost:1521:<ORASID>"

I think you will have to replace <ORASID> with the name of your
instance.. Probably some other changes to, like host, username and
password. I'm sorry I don't have an exact example, as I'm not using
Oracle myself.

Regards
.eivindw
Post by Eric J Kaplan
ant -f build.xml
Buildfile: build.xml
BUILD FAILED
build.xml:15: The value of attribute "value" must not contain the '<'
character.
All I did was set the database to oracle. Any ideas?
Regards
Eric Kaplan (looking forward to using middlegen)
Loading...