On 19/12/05, Darryl L. Pierce <[EMAIL PROTECTED]> wrote: > Well, the problem I'm having right now is that XDoclet 1 doesn't get > along with the Java5 annotations, so I need to use XDoclet2 which I'm > lead to believe can deal with them. And in that regard I was also lead > to believe that XDoclet2 doesn't work in Ant. Am I wrong there?
XDoclet2 can be executed from Ant. Check http://xdoclet.codehaus.org/Two+Minute+Introduction for a sample. (You'll probably want to create your classpath with a complete directory rather than in such a verbose way, but this is rather to show the set of dependencies. You should get all of them if you download the plugins bundle.) HTH, g
