Ned Twigg

Results 639 comments of Ned Twigg

As best we could tell, there wasn’t a single regex that worked for all cases, you need a full Java parser, which is why it has gone unsupported so long.

Might wanna take a look at [Goomph](https://github.com/diffplug/goomph) and its [example project](https://github.com/diffplug/gradle_and_eclipse_rcp). Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.

Might wanna take a look at [Goomph](https://github.com/diffplug/goomph) and its [example project](https://github.com/diffplug/gradle_and_eclipse_rcp). Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.

Might wanna take a look at [Goomph](https://github.com/diffplug/goomph) and its [example project](https://github.com/diffplug/gradle_and_eclipse_rcp). Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.

Might wanna take a look at [Goomph](https://github.com/diffplug/goomph) and its [example project](https://github.com/diffplug/gradle_and_eclipse_rcp). Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.

Might wanna take a look at [Goomph](https://github.com/diffplug/goomph) and its [example project](https://github.com/diffplug/gradle_and_eclipse_rcp). Currently on 3.0.0-SNAPSHOT, actively seeking feedback before 3.0.0 release.

I had a similar problem, it was related to Eclipse using the configuration area as a cache for unpacking parts of jars, but not checking to see if the underlying...

I had the same problem. If you have an existing MANIFEST.MF, Wuff attempts to merge them, and seems to have a hard time. My workaround to prevent merging is this...

I dig it. > On Oct 17, 2014, at 11:53 PM, Andrey Hihlovskiy [email protected] wrote: > > @tschulte, @nedtwigg, @aalmiray: > Just one more addition to the draft, regarding build...

Putting things into "Plugin.apply" can be expensive for the user. It slows down large multi-project builds, and brings fragility. I've got a hacked-up implementation of the "generation" mode. It wipes...