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 <bell...@gmail.com> wrote:
> 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
>             specify the javaee.server.passwordfile property in 'bp-
> project/build
> .properties'.
>             You will also need to ensure that the passwordfile is
> present and co
> ntains
>             AS_ADMIN_PASSWORD.
>
> I think one of the problems could be wrong password
> I am using a default password for glassfish. I am assuming that it is
> adminadmin
> Documentaton file DeveloperREADME.html states that password.txt file
> should be the path to a file containing the admin password for the
> Java EE 5 SDK.  What is the default password for Java EE 5 SDK.  I
> don't remember any upon installation
>
> Initially, I thought the problem could be spaces in my path.  I
> reinstalled to a directory without spaces and I am still getting the
> same error.  After reinstalling I did reset all necessary environment
> variables.
>
> Thanks in advance for all your help
> Bella

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to