akhikhl / wuff

Gradle plugin for automating assembly of OSGi/Eclipse bundles and applications
MIT License
153 stars 51 forks source link

Still maintained? #105

Closed jotdl closed 8 years ago

jotdl commented 8 years ago

Hey there,

We are currently evaluating if we can switch from our maven based eclipse rcp product build to a gradle based one. As it seems the wuff plugin is the only mature gradle plugin for building eclipse products.

But it looks, due last commit is from Sep. 2015 and last issues are not handled, that this project is not maintained anymore... Am I right or is it just working and that's why nothing is changed?!

Cheers

paulvi commented 8 years ago

It still uses eclipse-luna-sr2 repository for downloads

Just got 1,5 GB of old binaries after trying first app https://github.com/akhikhl/wuff/wiki/Create-first-Equinox-app

wuff_repo

petarov commented 8 years ago

Well, it does work. That much I can say, because we use it in production. With the exception of some manifest merging issues I had, Wuff is quite a stable tool.

@paulvi 4.5 / Mars was already added, so you should be able to use it by explicitly specifying the following in your build.gradle

selectedEclipseVersion = '4.5'
jotdl commented 8 years ago

Ok, that's nice. I was not able to get it running with mars in our environment (p2 repository and so on) in the first place. But I will recheck that and create issues if necessary. Thanks for your anwsers @petarov and @paulvi.