I renamed build.properties.xml to build.properties.
Now I have a new issue.
This is set in build.properties:
javaee.home=D:/Programs/sges-v3;
I am getting a build error
delete-tables:
[sql] Executing resource: F:\Courses\JavaEEcourse
\javaeetutorial5\examples
\web\bookstore1\CoursesJavaEEcourse
How can I debug "ant create-tables" command in app-server-ant.xml
I tried
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 wrote:
> I am working on bookstore1 project of javaeetutorial5. When I execute
> comman