akhikhl / wuff

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

Windows build issues #79

Closed michalsvagerka closed 9 years ago

michalsvagerka commented 9 years ago

I have stumbled upon two issues while converting our plugin from Maven build to Gradle.

1) No such property: @class for class: java.lang.String Possible solutions: class' at PluginUtils 2) In ArchiveUtils, paths were not correctly relativized on OS with a non-standard file separator, which created archives with absolute paths.