--- Adrian Madrid <[EMAIL PROTECTED]> wrote:
> I'm getting this error while doing the "ant init"
> part:
> 
> BUILD FAILED
>
file://C:/Dev/tdk/webapps/aemapp/WEB-INF/build/build.xml:6:
> Property databasePassword was circularly defined.
> 
> Looking at the files in that directory I can't see
> how
> to define acces to my MySQL server. Any clues for a
> clueless newbie? Again, trying tdk2.2rc2.
> 
> Thanks in advance,
> 

Adding more detail: running on a W2K machine with a
local MySQL Max 4. 

My aemapp/WEB-INF/build/build.properties file has a
secion like this:

database.name = aemapp
database = ${target.database}
createDatabaseUrl = ${createDatabaseUrl}
buildDatabaseUrl = ${buildDatabaseUrl}
databaseUrl = ${databaseUrl}
databaseDriver = ${database.driver}
databaseUser = ${databaseUser}
databasePassword = ${databasePassword}
databaseHost = ${databaseHost}

but I have no idea on what's the proper format. I know
my ip/uname/pw for mysql but need help defining this
stuff. Any clues, please?

Thanks again,



=====
----------------
Adrian Madrid
=========

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to