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

groovy 1.5.4 compatible #34

Closed
GoogleCodeExporter opened this issue Apr 21, 2015 · 3 comments
Closed

groovy 1.5.4 compatible #34

GoogleCodeExporter opened this issue Apr 21, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

looks to be an issue with jointcompiler under groovy > 1.5.1

move to 1.5.4 and make changes to allow easyb to compile.

suggestion made my Chris Mayes on easyb-users said this:

-  Ant.groovyc(destdir:destination, jointCompilationOptions:"-j
-Jsource=1.5 -Jtarget=1.5"){
+  Ant.groovyc(destdir:destination){
+       javac(source:"1.5", target:"1.5", debug:"on")

Original issue reported on code.google.com by kenneth....@gmail.com on 23 Mar 2008 at 4:40

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

just sent the same patch to the dev list

Original comment by uruba...@gmail.com on 24 Mar 2008 at 3:16

Attachments:

@GoogleCodeExporter
Copy link
Author

fixed, patch applied and tested with groovy 1.5.4

Original comment by kenneth....@gmail.com on 29 Mar 2008 at 2:12

  • 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