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=9084>. 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=9084 scripts/packageBinaries -j option not well documented Summary: scripts/packageBinaries -j option not well documented Product: Xerces-C++ Version: 1.7.0 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The documentation for the -j option of packageBinaries does not indicate that it requires an argument. Without an argument ICU is always built. It would be nice if it were documented to take switch-value pair so you'd have something like the following: perl packageBinaries.pl [-s srcdir] [-o objdir] [-t icu] [-m icu[ [-j {dontmkicu (default) | mkicu}] and change the options handling to look at the value to see if mkicu is specified, and only in that case build ICU. Right now, ICU ALWAYS GETS BUILT when you use this perl script. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]