DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5102>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5102 build.sh doesn't work with Solaris /bin/sh Summary: build.sh doesn't work with Solaris /bin/sh Product: Cocoon 2 Version: 2.0rc2 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] (This might be an Ant bug - I don't know) The build.sh provided with Cocoon 2.0rc2 doesn't work with Solaris /bin/sh, as it uses some features which are not implemented in the standard Solaris Bourne shell (for instance, it says export CP=... rather than CP=...; export CP) Substituting bash for /bin/sh in build.sh as well as bin/ant makes the build process work. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]