Andrey Hihlovskiy

Results 111 comments of Andrey Hihlovskiy

Hi @Fab1n , nice work! I'd be happy to improve Wuff, so that it solves all OSGi-related problems for you.

@bodensee, @Fab1n : I created tiny draft on the improvement in this area (MANIFEST.MF and plugin.xml handling in Wuff): https://github.com/akhikhl/wuff-drafts/blob/master/Wuff-bundle-files-draft.md The coding effort related to this improvement will be probably...

@bodensee, @Fab1n : Just one more addition to the draft, regarding build lifecycle. Please criticize: https://github.com/akhikhl/wuff-drafts/blob/master/Wuff-bundle-files-draft.md#build-cycle Correct build cycle might be critical from the perspective of how Wuff is used...

Regarding bundle resolution: There's function OsgiBundleConfigurer.configureDependencies. It iterates "Require-Bundle" elements and tries to resolve each. Since bundle names don't include maven group and version, Wuff uses the following heuristic: ```...

I implemented support of e4 technology in Wuff 0.0.13-SNAPSHOT. Please, test the following scenario: - Create new directory, create "build.gradle", insert code: ``` groovy buildscript { repositories { jcenter() maven...

Moving Application.e4xmi to src/main/resources - yes, this is a good idea. I will try to do it. e(fx)clipse integration - I am new in this area. Will see what I...

This feature will be implemented soon. I'll let you know when it's ready for testing.

Early preview of Eclipse Feature and Repository generation is now available in Wuff 0.0.13-SNAPSHOT. I created set of example projects, showing this feature at work, at: https://github.com/akhikhl/wuff-sandbox Your critique, comments...

@nogar02, @jaysonminard : **Update** Wuff 0.0.13-SNAPSHOT now implements improved repository generation, with site.xml. Would you like to test it on sandbox projects? https://github.com/akhikhl/wuff-sandbox

Regarding hot reload: I used springloaded library in another project, Gretty: https://github.com/akhikhl/gretty How springloaded works: 1. You must add `'-javaagent:pathToSpringloaded', '-noverify'` to jvm args (where pathToSpringloaded must be replaced with...