hey all, as you've probably seen from the commit messages, I've just committed a whole bunch of stuff that Ara and I have been working on for the past few days. It is on a branch called NAMESPACE_REFACTOR_BRANCH and to check it out you need to use:
# cvs -z9 co -r NAMESPACE_REFACTOR_BRANCH xdoclet or something similar. I'm not 100% up to speed with the current status - I had hoped to get more done tonight but didn't. Basically the JBoss EJB side of things is ok, although I haved tried deploying the output. The Weblogic stuff needs porting, as do the doc templates, Orion and Websphere stuff, and struts. All that is required to port something across is to essentially do a search and replace in the template. Ara has done all the hard work in terms of moving/adapting the methods. Have a look at the xdoclet-mappings.properties file in the config directory to see which tags go where. In a nutshell, the refactoring means that a tag that use to be: <XDoclet:somemethod that would be called in the current class, is now: <XDtSomeGrouping:somemethod which would be called in the taghandler defined for "SomeGrouping" (XDt being the prefix) in the xdoclet-mappings file. Hope that all makes sense... late now, and I didn't get my athlon as I was suppose to today )o: cheers dim _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
