I did not have a tick on the line in the call to the shell script.
I get the error now even after trying to build it manually.

JBL ?


> I found out that the JRE does not include classic option, but the full
> JDK does. So, I am past that hurdle, but the build.sh script bombs now
> with message:
>
> BUILD FAILED
>
> ' does not exist in this project
>
> What in the world does the single tick signify?
>
> THANX,
>  JBL
>

I think you wrote in your shell:
sh ./build.sh '
(the single tick is next to the Enter !)

you write
sh ./build.sh
and you obtain the jar file. (in directory bin)

you write
sh ./build.sh war
and you obtain the war (and the jar) file. (in directory bin)

and if problems keep, you can read the file build.sh.

vincent.

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

Reply via email to