You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Assaf Arkin (JIRA)" <ji...@apache.org> on 2008/02/15 03:07:07 UTC

[jira] Reopened: (BUILDR-37) Groovyc joint compiler

     [ https://issues.apache.org/jira/browse/BUILDR-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Assaf Arkin reopened BUILDR-37:
-------------------------------


compile.language should return a symbol with the compiled language, so it should be :java, :scala, :groovy, etc.  A Groovy project is a Groovy project, so:

  puts compile.language
  => :groovy

I looked into two languages in the same project before, a lot of issues came up (you have to consider other tasks like IDE, testing, code generation) and decided not to implement it, so let's not go there without due consideration.  It's OK if the Groovy compiler decides to pick up and compile both .groovy and .java files for a Groovy project, but a project reporting itself as multi-lingual affects not just Ruby.


> Groovyc joint compiler
> ----------------------
>
>                 Key: BUILDR-37
>                 URL: https://issues.apache.org/jira/browse/BUILDR-37
>             Project: Buildr
>          Issue Type: New Feature
>          Components: Compilers
>    Affects Versions: 1.3
>            Reporter: Victor Hugo Borja
>            Assignee: Victor Hugo Borja
>             Fix For: 1.3
>
>         Attachments: buildfile, groovyc.rb
>
>
> Buildr needs groovyc joint compiler support. 

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