akhikhl / wuff

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

Wuff failing with Cannot get property 'name' on null object #121

Open srilagit opened 5 years ago

srilagit commented 5 years ago

Trying wuff for converting RCP app to gradle for creating Product export. Tried with eclipse neon, gradle 4.10.1 on windows x86_64 OS the sample RCPApp3 in examples. Got GrrovyCast exception first when wuff 0.0.20 latest used. later Set wuff plugin version as 0.0.13. It porceeded and downloaded eclipse neon, But Facing error Cannot get property 'name' on null object.

Pls help.