Andrey Hihlovskiy

Results 111 comments of Andrey Hihlovskiy

Understood and agreed. Gradle task and PDE integration - probably we need both? Wuff initially was thought as a build-tool loosely coupled with Eclipse IDE, so that all things could...

Is there some special API in Eclipse to operate on symlinks? Or do you mean java NIO?

You can specify arbitrary eclipse mirror by adding the following to your build.gradle: ``` groovy wuff { eclipseVersion('4.4.2') { eclipseMirror = 'http://mirror.onet.pl/pub/mirrors' } } ```

I don't remember why I did put it to project.ext. I looked into the code, I have impression that it's totally OK to move osgiExecutionEnvironment from project.ext to EquinoxAppProductsExtension.

BTW, the property can be unset by `project.ext.osgiExecutionEnvironment = null`

I'll take a look, thank you for reporting.

Could you, please, provide the minimal "build.gradle", allowing to reproduce the problem?

I am working on exactly these things, please stay in touch :smile:

I plan to implement "inobtrusive" manifest and plugin.xml interpretation over this week/weekend. Generation will be optional and it will be transparent to Eclipse IDE.

Please don't hesitate reporting any "time-burners" in Wuff issue tracker. I am here to help.