Denis Cabasson
Denis Cabasson
This is causing some pain with jquery.spacetree which is not working with IE 8 (possibly same for IE7). I have written a short fix and will send a pull request...
Xjc generation of a xs:choice produce code that is not always the same. The difference is in the ordering of the @XmlElementRefs in the generated Java class. This is causing...
Specifically remove the block: ``` project.afterEvaluate{ if (Os.isFamily(Os.FAMILY_MAC)) { project.getTasksByName("assemble", true).each{ t -> t.dependsOn(dmgTask) } } else { project.getTasksByName("assemble", true).each{ t -> t.dependsOn(zipTask) } } } ``` Not all the...