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 ;)
Actually, this has been fixed in CVS already since 2.1.5 was released, which explains why I couldn't find the export statements in my copy of the code:
http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/build.sh?r1=1.12&r2=1.13&diff_format=h
Tony
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
