Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
don’t know if anyone mentioned this yet, but I think it would be great to be able to specify a seperate src directory for sources generated by xdoclet. This would make it a bit clearer for the developer to organize which source need to go under source control for example and which don’t.
I believe you can do this already by setting the destDir properties on the various XDoclet tasks. Although my memory isn’t as good as it used to be. 🙂 I don’t have time to run it down (being a holiday here), but the reference manual at http://xdoclet.sourceforge.net may lead you down the right path. Please let us know what you find.
No problem. Just for closure of the public record would you mind posting the exact properties you set so anyone following along after us can save the search time (myself included :-). Thanks.
I simple pointed the destDir property to the directory I chose for each XDoclet task in which code was generated ie. homeInterface, so that generated home interfaces are placed in a seperate directory to my actual source.