GitHub user neykov opened a pull request:

    https://github.com/apache/incubator-brooklyn/pull/470

    Use javac compiler where possible

    Replace groovy-eclipse compiler with javac. All projects' non-test code 
apart from `groovy-utils` and `brooklyn-test-support` is compiled with javac. 
Test code for the following projects still compiled with groovy-eclipse:
      * core
      * locations-jclouds
      * policy
      * sandbox/database
      * sanbox/nosql
      * software-database
      * software-webapp
      * cli

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/neykov/incubator-brooklyn javac-compiler

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-brooklyn/pull/470.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #470
    
----
commit c34812c66a46ebac2fe95a808b257fdf92ec70e3
Author: Svetoslav Neykov <[email protected]>
Date:   2015-01-24T21:22:39Z

    Use javac to compile non-test code
    
    Still use groovy-eclipse for test-support & groovy-utils due to existing 
.groovy code.

commit 4c1d54b9eac17cdad475c2b10dd0c668e854d180
Author: Svetoslav Neykov <[email protected]>
Date:   2015-01-25T09:03:20Z

    Use groovy compiler where really necessary.
    
    Override the compiler per-project, only where there are groovy files to 
compile. Convert one of the groovy files to java.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to