stianh / gradle-jaxb-plugin

Gradle plugin for generating jaxb classes.
17 stars 11 forks source link

This plugin is broken & hangs with JDK 1.6 #31

Open jvsrvcs opened 10 years ago

jvsrvcs commented 10 years ago

When I run this plugin with JDK 1.6.0_45, it hangs and never returns to the command prompt.

$ gradle build The ConfigurationContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead. The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead. :generateSchemaSource UP-TO-DATE :compileJava :processResources UP-TO-DATE :classes :jar UP-TO-DATE :assemble UP-TO-DATE :generateTestSchemaSource UP-TO-DATE :compileTestJava (it hangs here forever and does not return until I hit Cntrl-C)