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

Without Building Groovy #1

Open
sirinath opened this issue Nov 8, 2014 · 1 comment
Open

Without Building Groovy #1

sirinath opened this issue Nov 8, 2014 · 1 comment

Comments

@sirinath
Copy link

sirinath commented Nov 8, 2014

Looking to see if you can achieve the same without having to build groovy. May be through instrumentation of some other form. Also up and coming 2.4 compatibility.

@koden8
Copy link
Owner

koden8 commented Nov 10, 2014

I made a mistake in the description of the assembly process. Build original groovy from source is not necessary. When building the quasar-groovy we use already builded original Groovy jar, we only just repack it using pre InstrumentedTask and replacing two original class GroovyClassLoader and DefaultGroovyStaticMethods.

May be through instrumentation of some other form

you can always use the Java Agent for instrumenting your code on the fly. See http://docs.paralleluniverse.co/quasar/#instrumentation
But for this you have to add to your project files suspendable-supers and suspendables. But this approach I do not like - do not always have the opportunity to use Java Agent.

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

No branches or pull requests

2 participants