I have posted a patch for BEEHIVE-374. The patch allows for the apt ant task to either run apt in-process or as an external process. The default behavior for the apt ant task will remain the same for backwards compatibility (apt compiler is run as an external process). If the task's 'fork' attribute is explicitly set to 'no' in the ant build file, the apt compiler will be run in-process.
Any questions/comments are appreciated. - Chad
