stianh / gradle-jaxb-plugin

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

Cause: taskdef class com.sun.tools.xjc.XJCTask cannot be found #1

Closed hygl closed 13 years ago

hygl commented 13 years ago

Version 1.1-SNAPSHOT Gradle 1.0 Milestone 3

I have added jaxb-xjc as a dependecy:

dependencies { classpath module(group: 'no.entitas', name: 'gradle-jaxb-plugin', version: '1.1-SNAPSHOT'){ dependency "com.sun.xml.bind:jaxb-xjc:2.2.4-1" }

stigkj commented 13 years ago

You do not need to add the jaxb-xjc dependency as that is included in the plugin. Or do you need that specific version?

hygl commented 13 years ago

No, I did not get the jaxb-xjc jar at all before. However It works form me now, can not reproduce the bug.