NullPointerException in com.sun.tools.jxc.SchemaGenTask
- by David Collie
Given this ant script:
<?xml version="1.0" encoding="UTF-8"?>
<project name="projectname" default="generate-schema" basedir=".">
<taskdef name="schemagen" classname="com.sun.tools.jxc.SchemaGenTask">
<classpath>
<fileset dir="../BuildJars/lib" includes="*.jar" />
</classpath>
…