Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add groovy eclipse compiler #16

Closed
GoogleCodeExporter opened this issue May 3, 2015 · 5 comments
Closed

Add groovy eclipse compiler #16

GoogleCodeExporter opened this issue May 3, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

<build>
...
<plugins>
  <plugin>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>2.3.2</version>
    <configuration>
      <compilerId>groovy-eclipse-compiler</compilerId>
      <verbose>true</verbose>
    </configuration>
    <dependencies>
      <dependency>
        <groupId>org.codehaus.groovy</groupId>
        <artifactId>groovy-eclipse-compiler</artifactId>
        <version>2.6.0-01</version>
      </dependency>
    </dependencies>
  </plugin>
  ...
</plugins>
</build>

Original issue reported on code.google.com by lennypri...@gmail.com on 1 Feb 2012 at 7:29

@GoogleCodeExporter
Copy link
Author

Fixed in version 0.9.2

Original comment by lennypri...@gmail.com on 1 Feb 2012 at 9:28

@GoogleCodeExporter
Copy link
Author

Original comment by lennypri...@gmail.com on 1 Feb 2012 at 9:28

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision 34c471b317c6.

Original comment by lennypri...@gmail.com on 1 Feb 2012 at 9:50

@GoogleCodeExporter
Copy link
Author

Eclipse compiler didn't work with Lombok
GMaven didn't work with GWT asyncGenerate, 
so took it out

Original comment by lennypri...@gmail.com on 1 Feb 2012 at 11:07

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

GMaven works in the correct order with GWT

Original comment by lennypri...@gmail.com on 2 Feb 2012 at 1:24

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant