-
Notifications
You must be signed in to change notification settings - Fork 51
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
gradle scaffold: Cannot cast object '[configuration ':publicLib']' with class 'java.util.ArrayList' to class FileCollection #119
Comments
I also met the same error, Is that settled? |
add me to the list :-) . The error is coming up with the shipped examples. |
I had a same problem.. A problem occurred evaluating root project 'MyRcpApp'.
with: |
I saw at least one possible solution here |
Same problem here |
I think this repo is no longer maintained. Any alternative? |
Check out my fork v0.0.21. You need my upgraded unpuzzle version 0.0.23. I use the gradle I'm interested in feedback if it works on your side. |
Hi, are there already some news when the bugfix will be released ? |
@bueli |
Hi @MarceloRuiz |
Hi @bueli Thanks for getting back to me. I am quite new to this. I didn't try it. I downloaded your repository and it says wuff-0.0.21. I opened the MyEfxclipseApp example app folder and the gradle.properties shows wuff_version=0.0.14 and after executing it I was getting the same error described in the first post. I also updated the version to 0.0.21 but the error I get is 'Could not resolve org.akhikhl.wuff:wuff-plugin:0.0.21' |
@numical thanks, that's pointed us in the right direction |
mac osx 10.12.4
jdk 1.8.0_31
gradle 3.5
~/experiment/tutorial/MyEquinoxApp 🌈 :gradle scaffold
:
:
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar
FAILURE: Build failed with an exception.
Where:
Build file '/Users/simonso/experiment/tutorial/MyEquinoxApp/build.gradle' line: 13
What went wrong:
A problem occurred evaluating root project 'MyEquinoxApp'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
The text was updated successfully, but these errors were encountered: