The forge command file is a copy of the unix "forge.sh" that is included in the windows/unix archive.
For this shell script top be executable under Mac OS
X the file extension needs to be changed to ".command" and the file access permissions need to be set via the "chmod 755" command.
It may be possible to do this but I do not know how it would be accomplished with our Maven based build and deploy system. The unix shell script is located on the SVN in the /src/main/ directory. File access permissions are tricky.
EDIT:
There may also be problems in getting our user base who use Macs to understand this and to use the new command file.