Community
Participate
Working Groups
Hello, I a eclipse locally installed with xtext2-plugins. I want to convert the dependency of xtext2 in my eclipse platform to maven form. So I compressed it into "eclipse-Indigo.tar.gz" and putit into folder "downloads/" under "org.eclipse.dash.m4e.tools/". When I run "./run.sh install ./downloads/eclipse-Indigo.tar.gz", I got this error code: ./run.sh install ./downloads/eclipse-Indigo.tar.gz 16:00:08 [INFO ] Downloading Maven 3... 16:00:11 [INFO ] OK 16:00:11 [INFO ] Unpacking Maven 3 archive 16:00:11 [INFO ] OK 16:00:11 [INFO ] Caching necessary plug-ins for Maven 3 16:00:11 [INFO ] Unpacking /home/xue/work/org.eclipse.dash.m4e.tools/data/priming.zip 16:00:11 [INFO ] OK 16:00:11 [INFO ] Analysing Eclipse plugins... Installing 1 of 1 org.eclipse.core:org.eclipse.core.boot:3.1.200 16:01:17 [INFO ] OK 16:01:17 [INFO ] Preparing priming repo 16:01:17 [INFO ] OK 16:01:17 [INFO ] Unpacking ./downloads/eclipse-Indigo.tar.gz 16:02:10 [INFO ] OK 16:02:11 [INFO ] Copying template... 16:02:12 [INFO ] Analysing Eclipse plugins... groovy.lang.MissingPropertyException: No such property: args for class: m4e.ImportTool Possible solutions: log at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50) at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.getProperty(GetEffectivePogoPropertySite.java:86) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231) at m4e.ImportTool.doImport(InstallCmd.groovy:370) at m4e.ImportTool.run(InstallCmd.groovy:340) at m4e.ImportTool$run.call(Unknown Source) at m4e.InstallCmd.importIntoTmpRepo(InstallCmd.groovy:172) at m4e.InstallCmd$importIntoTmpRepo.callCurrent(Unknown Source) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141) at m4e.InstallCmd.importArchive(InstallCmd.groovy:56) at m4e.InstallCmd.run(InstallCmd.groovy:33) at m4e.InstallCmd$run.call(Unknown Source) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) at m4e.Tool.run(Tool.groovy:65) at m4e.Tool$run.call(Unknown Source) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116) at m4e.Tool.main(Tool.groovy:273) Please Help!
Sorry, missed this bug. Still learning my Bugzilla :-) > groovy.lang.MissingPropertyException: No such property: args for class: > m4e.ImportTool Yuk :-( Looks like a bug in the code. Since I'm not sure: Can you please try with the latest version from http://wiki.eclipse.org/Maven_Tools_4_Eclipse I might have fixed it already. If not, drop me a note.
I tried with the latest tools from http://wiki.eclipse.org/Maven_Tools_4_Eclipse , and met the same problem.
Fixed in 0.10.0 which I'll release tomorrow.
Release 0.10.0. You can find it here: http://wiki.eclipse.org/Maven_Tools_4_Eclipse