[java ee programming] unable to create tables

2010-02-05 Thread Bella
I am working on bookstore1 project of javaeetutorial5. When I execute command: ant create-tables I get the following error message: BUILD FAILED F:\Courses\JavaEEcourse\javaeetutorial5\examples\bp-project\app-server- ant.xml:4 19: Property javaee.server.passwordfile not specified. Please

[java ee programming] Re: unable to create tables

2010-02-05 Thread Bella
How can I debug ant create-tables command in app-server-ant.xml I tried echo javaee.server.passwordfile=Variable value is t: $ {javaee.server.passwordfilel}/ but was not able to get the value of my variable to print. Variable name was printed instead of its value On Feb 5, 1:25 pm, Bella