Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 19453 invoked from network); 7 Oct 2005 15:08:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Oct 2005 15:08:38 -0000 Received: (qmail 14366 invoked by uid 500); 7 Oct 2005 15:08:24 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 14337 invoked by uid 500); 7 Oct 2005 15:08:24 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 14315 invoked by uid 99); 7 Oct 2005 15:08:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2005 08:08:24 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 33115220 for ; Fri, 7 Oct 2005 17:08:03 +0200 (CEST) Message-ID: <1466958518.1128697683206.JavaMail.jira@ajax.apache.org> Date: Fri, 7 Oct 2005 17:08:03 +0200 (CEST) From: "Chad Schoettger (JIRA)" To: dev@beehive.apache.org Subject: [jira] Assigned: (BEEHIVE-374) Make ant task respect the fork attribute Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/BEEHIVE-374?page=all ] Chad Schoettger reassigned BEEHIVE-374: --------------------------------------- Assign To: Eddie O'Neil (was: Chad Schoettger) to Eddie for review/commit > Make ant task respect the fork attribute > ---------------------------------------------- > > Key: BEEHIVE-374 > URL: http://issues.apache.org/jira/browse/BEEHIVE-374 > Project: Beehive > Type: Improvement > Components: Controls > Versions: V1Alpha > Reporter: Kyle Marvin > Assignee: Eddie O'Neil > Attachments: BEEHIVE-374.diff, BEEHIVE-374.zip > > The ant task is built on top of the built-in task, which includes a "fork" attribute enabling in-proc invocation of the compiler. Currently, the apt task ignores this attribute and will always launch the apt executable in a seperate process. > The Javac ant task has a pluggable architecture for invoking different compilers and already has support built in for the various jdk compilers, jikes, sj, etc. > I think doing this would only involve writing one of these CompilerAdaptor classes for in-proc APT invocations, then modifying AptTask to configure it. > Sample compiler adaptors can be found in the ant source distribution under src/main/org/apache/tools/ant/taskdefs/compilers. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira