You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2010/04/09 06:47:50 UTC

[jira] Created: (BUILDR-420) Support external compiler

Support external compiler
-------------------------

                 Key: BUILDR-420
                 URL: https://issues.apache.org/jira/browse/BUILDR-420
             Project: Buildr
          Issue Type: New Feature
          Components: Compilers
    Affects Versions: 1.3.5
            Reporter: Antoine Toulme
            Priority: Minor
             Fix For: 1.4.1


Sometimes there is just no choice. No matter what, one of the three projects you have to build will be needing jdk5, while the two others use jdk6 specific APIs. How do you mix and match the compilers ? Oh, wait Buildr always uses the same JDK, the one it is tied to ?

Well not so fast! Here comes the external compiler. Tell it what JDK you'd like, and it will use its javac. No questions asked.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (BUILDR-420) Support external compiler

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875831#action_12875831 ] 

Antoine Toulme commented on BUILDR-420:
---------------------------------------

The branch http://github.com/atoulme/buildr/tree/external contains my modifications to support an external compiler.

> Support external compiler
> -------------------------
>
>                 Key: BUILDR-420
>                 URL: https://issues.apache.org/jira/browse/BUILDR-420
>             Project: Buildr
>          Issue Type: New Feature
>          Components: Compilers
>    Affects Versions: 1.3.5
>            Reporter: Antoine Toulme
>            Assignee: Antoine Toulme
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> Sometimes there is just no choice. No matter what, one of the three projects you have to build will be needing jdk5, while the two others use jdk6 specific APIs. How do you mix and match the compilers ? Oh, wait Buildr always uses the same JDK, the one it is tied to ?
> Well not so fast! Here comes the external compiler. Tell it what JDK you'd like, and it will use its javac. No questions asked.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (BUILDR-420) Support external compiler

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884083#action_12884083 ] 

Hudson commented on BUILDR-420:
-------------------------------

Integrated in Buildr-ci-build #46 (See [http://hudson.zones.apache.org/hudson/job/Buildr-ci-build/46/])
    

> Support external compiler
> -------------------------
>
>                 Key: BUILDR-420
>                 URL: https://issues.apache.org/jira/browse/BUILDR-420
>             Project: Buildr
>          Issue Type: New Feature
>          Components: Compilers
>    Affects Versions: 1.3.5
>            Reporter: Antoine Toulme
>            Assignee: Antoine Toulme
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> Sometimes there is just no choice. No matter what, one of the three projects you have to build will be needing jdk5, while the two others use jdk6 specific APIs. How do you mix and match the compilers ? Oh, wait Buildr always uses the same JDK, the one it is tied to ?
> Well not so fast! Here comes the external compiler. Tell it what JDK you'd like, and it will use its javac. No questions asked.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (BUILDR-420) Support external compiler

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Toulme reassigned BUILDR-420:
-------------------------------------

    Assignee: Antoine Toulme

> Support external compiler
> -------------------------
>
>                 Key: BUILDR-420
>                 URL: https://issues.apache.org/jira/browse/BUILDR-420
>             Project: Buildr
>          Issue Type: New Feature
>          Components: Compilers
>    Affects Versions: 1.3.5
>            Reporter: Antoine Toulme
>            Assignee: Antoine Toulme
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> Sometimes there is just no choice. No matter what, one of the three projects you have to build will be needing jdk5, while the two others use jdk6 specific APIs. How do you mix and match the compilers ? Oh, wait Buildr always uses the same JDK, the one it is tied to ?
> Well not so fast! Here comes the external compiler. Tell it what JDK you'd like, and it will use its javac. No questions asked.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (BUILDR-420) Support external compiler

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Toulme resolved BUILDR-420.
-----------------------------------

    Resolution: Fixed

10:05:37~/w/buildr>svn ci spec/java/external_spec.rb lib/buildr/java/external.rb lib/buildr/java.rb CHANGELOG -m "BUILDR-420 Support external compiler"
Sending        CHANGELOG
Adding         lib/buildr/java/external.rb
Sending        lib/buildr/java.rb
Adding         spec/java/external_spec.rb
Transmitting file data ....
Committed revision 958641.

> Support external compiler
> -------------------------
>
>                 Key: BUILDR-420
>                 URL: https://issues.apache.org/jira/browse/BUILDR-420
>             Project: Buildr
>          Issue Type: New Feature
>          Components: Compilers
>    Affects Versions: 1.3.5
>            Reporter: Antoine Toulme
>            Assignee: Antoine Toulme
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> Sometimes there is just no choice. No matter what, one of the three projects you have to build will be needing jdk5, while the two others use jdk6 specific APIs. How do you mix and match the compilers ? Oh, wait Buildr always uses the same JDK, the one it is tied to ?
> Well not so fast! Here comes the external compiler. Tell it what JDK you'd like, and it will use its javac. No questions asked.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.