You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Kyle Marvin (JIRA)" <be...@incubator.apache.org> on 2005/02/28 17:21:49 UTC

[jira] Created: (BEEHIVE-374) Make ant task respect the fork attribute

Make <apt> ant task respect the fork attribute
----------------------------------------------

         Key: BEEHIVE-374
         URL: http://issues.apache.org/jira/browse/BEEHIVE-374
     Project: Beehive
        Type: Improvement
  Components: Build  
    Versions: V1Beta    
    Reporter: Kyle Marvin


The <apt> ant task is built on top of the built-in <javac> 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-374) Make ant task respect the fork attribute

Posted by "Steve Tocco (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-374?page=history ]

Steve Tocco updated BEEHIVE-374:
--------------------------------

    Fix Version: V1

moving to v1 (if not needed for ship, please move to Fix For = TBD)

> Make <apt> ant task respect the fork attribute
> ----------------------------------------------
>
>          Key: BEEHIVE-374
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-374
>      Project: Beehive
>         Type: Improvement
>   Components: Build
>     Versions: V1Beta
>     Reporter: Kyle Marvin
>      Fix For: V1

>
> The <apt> ant task is built on top of the built-in <javac> 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-374) Make ant task respect the fork attribute

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-374?page=all ]

Eddie O'Neil updated BEEHIVE-374:
---------------------------------

      Component: Controls
                     (was: Build)
    Description: 
The <apt> ant task is built on top of the built-in <javac> 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.

  was:
The <apt> ant task is built on top of the built-in <javac> 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.

    Environment: 

Setting component.

> Make <apt> 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: Kyle Marvin
>      Fix For: TBD

>
> The <apt> ant task is built on top of the built-in <javac> 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


[jira] Updated: (BEEHIVE-374) Make ant task respect the fork attribute

Posted by "Kyle Marvin (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-374?page=all ]

Kyle Marvin updated BEEHIVE-374:
--------------------------------

    Version: TBD
                 (was: V1Beta)

This is really just a build perf issue, not a functional one, so I am going to push it out a bit.  Scream if you think this is wrong!

> Make <apt> ant task respect the fork attribute
> ----------------------------------------------
>
>          Key: BEEHIVE-374
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-374
>      Project: Beehive
>         Type: Improvement
>   Components: Build
>     Versions: TBD
>     Reporter: Kyle Marvin
>     Assignee: Kyle Marvin
>      Fix For: V1

>
> The <apt> ant task is built on top of the built-in <javac> 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


[jira] Assigned: (BEEHIVE-374) Make ant task respect the fork attribute

Posted by "Kyle Marvin (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-374?page=history ]

Kyle Marvin reassigned BEEHIVE-374:
-----------------------------------

    Assign To: Kyle Marvin

> Make <apt> ant task respect the fork attribute
> ----------------------------------------------
>
>          Key: BEEHIVE-374
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-374
>      Project: Beehive
>         Type: Improvement
>   Components: Build
>     Versions: V1Beta
>     Reporter: Kyle Marvin
>     Assignee: Kyle Marvin
>      Fix For: V1

>
> The <apt> ant task is built on top of the built-in <javac> 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-374) Make ant task respect the fork attribute

Posted by "Kyle Marvin (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-374?page=all ]

Kyle Marvin updated BEEHIVE-374:
--------------------------------

        Version: V1Alpha
                     (was: TBD)
    Fix Version: TBD
                     (was: V1)

Meant to change "Fix Version" on last edit, but accidentally modified "Affects Version".  Correcting....

> Make <apt> ant task respect the fork attribute
> ----------------------------------------------
>
>          Key: BEEHIVE-374
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-374
>      Project: Beehive
>         Type: Improvement
>   Components: Build
>     Versions: V1Alpha
>     Reporter: Kyle Marvin
>     Assignee: Kyle Marvin
>      Fix For: TBD

>
> The <apt> ant task is built on top of the built-in <javac> 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