After adding in the jar dependencies and changing the various
directories to reflect my system, I'm running into a
NullPointerException while it is executing the <xmlmodeling model="$
{model}"> task.
[xmlmodeling] Creating new model: file:/M:/hyperModelWorkspace/
hyperModel/AntTest/model.uml
[xmlmodeling] java.lang.NullPointerException
[xmlmodeling] at
com.xmlmodeling.uml2.xsd.ant.taskdefs.XmlModelingTask.createNewModel
(XmlModelingTask.java:188)
[xmlmodeling] at
com.xmlmodeling.uml2.xsd.ant.taskdefs.XmlModelingTask.execute
(XmlModelingTask.java:133)
[xmlmodeling] at org.apache.tools.ant.UnknownElement.execute
(UnknownElement.java:288)
Has anyone been able to successfully implement the Ant Script, or have
an idea of why I'm getting the Null Pointer Exception?