Pablo wrote:
OK I figured it out. A bash shell user wrote the build.sh . How can I
tell . Because build.sh is written in shell and the export commands
are in bash shell format.
for example you can NOT write the following in shell script
export ANT_HOME=tools
rather you have to write
ANT_HOME=tools ; export ANT_HOME
You can see this all over the build.sh shell script. So for anybody
searching the archives that are having the same problem now you know.
-Pablo
Thanks, I'll work on fixing this... next time feel free to file a bug or send a
patch of your own ;)
Tony
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]