wuff
wuff copied to clipboard
Gradle plugin for automating assembly of OSGi/Eclipse bundles and applications
Apologies for the spam, but in case you're still working on p2 stuff I figured you might like to know about a new clean slate p2 implementation which is available...
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...
I tried to convert my existing Eclipse plugins to Gradle using the script from "https://github.com/akhikhl/wuff/wiki/Convert-existing-Eclipse-plugins-and-apps-to-Gradle". I get an error for which I have no idea what might be the reason...
Trying wuff for converting RCP app to gradle for creating Product export. Tried with eclipse neon, gradle 4.10.1 on windows x86_64 OS the sample RCPApp3 in examples. Got GrrovyCast exception...
Hi, I want to use wuff behind a firewall. With "gradle task" i've got the following output: Downloading file: http://mirror.netcologne.de/eclipse//technology/epp/downloads/release/luna/SR2/eclipse-jee-luna-SR2-win32-x86_64.zip FAILURE: Build failed with an exception. .... Caused by: java.net.ConnectException:...
How to fix the below error `org.gradle.api.ProjectConfigurationException: A problem occurred configuring root project 'XYZ'. at org.gradle.configuration.project.LifecycleProjectEvaluator.addConfigurationFailure(LifecycleProjectEvaluator.java:79) at org.gradle.configuration.project.LifecycleProjectEvaluator.notifyAfterEvaluate(LifecycleProjectEvaluator.java:74) at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:61) at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProject.java:470) at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProject.java:79) at org.gradle.configuration.DefaultBuildConfigurer.configure(DefaultBuildConfigurer.java:31) at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:128) at org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:105)...
Hallo Andrey Hab die Issue mit Collection + Collection nach dem Update auf Gradle 3.5 gefixt. Viele Grüsse, bue
I have a large SBT based multi-project build I want to leave this way. Now, I want to add a GUI application that is based on Eclipse RCP / Workbench....
After using the example build.gradle to scaffold: Downloading file: http://mirror.netcologne.de/eclipse//eclipse/downloads/drops4/R-4.4.2-201502041700/eclipse-SDK-4.4.2-macosx-cocoa-x86_64.tar.gz FAILURE: Build failed with an exception. - What went wrong: A problem occurred configuring root project 'blah'. > Failed to...
Hello, I am a little bit stuck on a problem - maybe you can help: ### Info I am developing a eclipse integration for eclipse called egradle (https://github.com/de-jcup/egradle) and I...