Intellij and Xdoclet
Has anyone been able to successfully configured xdoclet to use within ant of intellij??? I keep getting the error message within the xdoclet package about unable to find the class EnumeratedAtrribute.
Please sign in to leave a comment.
How it's possible to integrate it? What kind of integration?
of intellij??? I keep getting the error message within the xdoclet package
about unable to find the class EnumeratedAtrribute.
I had some problems with XDoclet, but it wasn't IntelliJ related, it was Ant related.
Make sure you have ant.jar, log4j.jar and j2ee.jar (if you are using EJBDocletTask) in your taskdef classpath.
I was able to run XDoclet through IDEA's Ant integration without problems, once the classpath was set up properly (in the Ant script, not IDEA's extra Ant properties).
-- Jason