]
Jeff Mesnil commented on WFLY-4356:
-----------------------------------
build.sh script no longer accepts any errors in the script (such as the ulimit command on
OS X)
build.sh fails on OS X
-----------------------
Key: WFLY-4356
URL:
https://issues.jboss.org/browse/WFLY-4356
Project: WildFly
Issue Type: Bug
Components: Build System
Reporter: Jeff Mesnil
Assignee: Paul Gier
the build.sh script fails on Mac OS X:
{noformat}
$ ./build.sh clean install
Maven already exists
Maven is correct version
./build.sh: line 107: ulimit: open files: cannot modify limit: Invalid argument
{noformat}
The ulimit error was already present before but since WFLY-4305, the build.sh script will
exit after this error instead of continuing.