Created
June 30, 2014 18:38
-
-
Save rherrick/9553c33e98063bb6aaa3 to your computer and use it in GitHub Desktop.
Error encountered when I try to grab HTTP builder 0.7.2: @grab(group = 'org.codehaus.groovy.modules.http-builder', module = 'http-builder', version = '0.7.2')
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1:36:15 PM 0 Grape dependency jars added | |
@Grab(group = 'org.codehaus.groovy.modules.http-builder', module = 'http-builder', version = '0.7.2'): 0 jars | |
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: | |
General error during conversion: No such property: canonicalPath for class: java.net.URL | |
groovy.lang.MissingPropertyException: No such property: canonicalPath for class: java.net.URL | |
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50) | |
at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:63) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227) | |
at groovy.grape.GrapeIvy.(GrapeIvy.groovy:96) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:526) | |
at java.lang.Class.newInstance(Class.java:374) | |
at groovy.grape.Grape.getInstance(Grape.java:117) | |
at groovy.grape.Grape.grab(Grape.java:155) | |
at groovy.grape.GrabAnnotationTransformation.visit(GrabAnnotationTransformation.java:360) | |
at org.codehaus.groovy.transform.ASTTransformationVisitor$3.call(ASTTransformationVisitor.java:319) | |
at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:923) | |
at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:585) | |
at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:561) | |
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:538) | |
at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:286) | |
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:259) | |
at groovy.lang.GroovyShell.parseClass(GroovyShell.java:674) | |
at groovy.lang.GroovyShell.parse(GroovyShell.java:686) | |
at groovy.lang.GroovyShell.parse(GroovyShell.java:722) | |
at groovy.lang.GroovyShell.parse(GroovyShell.java:713) | |
at org.jetbrains.plugins.groovy.grape.GrapeRunner.main(GrapeRunner.java:23) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:106) | |
at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:128) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at com.intellij.rt.execution.CommandLineWrapper.main(CommandLineWrapper.java:121) | |
1 error | |
at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:309) | |
at org.codehaus.groovy.control.ErrorCollector.addException(ErrorCollector.java:155) | |
at org.codehaus.groovy.control.SourceUnit.addException(SourceUnit.java:345) | |
at groovy.grape.GrabAnnotationTransformation.visit(GrabAnnotationTransformation.java:369) | |
at org.codehaus.groovy.transform.ASTTransformationVisitor$3.call(ASTTransformationVisitor.java:319) | |
at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:923) | |
at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:585) | |
at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:561) | |
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:538) | |
at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:286) | |
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:259) | |
at groovy.lang.GroovyShell.parseClass(GroovyShell.java:674) | |
at groovy.lang.GroovyShell.parse(GroovyShell.java:686) | |
at groovy.lang.GroovyShell.parse(GroovyShell.java:722) | |
at groovy.lang.GroovyShell.parse(GroovyShell.java:713) | |
at org.jetbrains.plugins.groovy.grape.GrapeRunner.main(GrapeRunner.java:23) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:106) | |
at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:128) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:606) | |
at com.intellij.rt.execution.CommandLineWrapper.main(CommandLineWrapper.java:121) (show balloon) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was previously able to import http-builder 0.7, tried to update to 0.7.2, and started getting this message. Now I get the message as well when I go back to 0.7. This is happening within IntelliJ IDEA.