MONKEY-WORKS/BuildMonkey

Cannot launch exampleApp

anfark opened this issue · 4 comments

Hi,

i'm trying to get the Example RCP App running, but when i try to launch it from inside eclipse it fails because it cannot resolve org.eclipse.equinox.ds

I builded the root project with resolveManifestDependencies build publish and then activated the builded target platform.

After that I tried to launch the application from inside eclipse via the MonkeyExcampleE4Application.product file.

This is the log:
1519401509430.log

The sample app was unmaintained for a while, because we investigate a maven free way for the materialisation. I will fix it now.

I'm currently looking for an alternative to maven tycho and your project looks very promising to me.
I also found your slides online and was wondering if there's also a video of the presentation?

Sorry, I think there was no movie camera running. We found a solution replacing tycho, but we need a little bit to implement it ready to go. I you are interested, the materialisation branch contains our current state.

Hi Anfark,
I try out the master and it fails, but the materialisation branch succeed. It seems, that something in the underlaying eclipse is wrong. If you want to test it, checkout the materialisation branch and install all plugins by gradle publishToMavenLocal. Then activate the mavenLocal repository in the build.gradle of the example and run gradle build.
We will merge the branch as soon as possible and will also publish the plugins to jcenter, then the master should be succeed too.