Hello Erik, Erik Hatcher wrote: > I did not inject the > @ant:task category="..." into the XML yet, but that is the goal so that we > can segregate these things in our manual by type of functionality similar to > Diane's work.
When you implement support for categories, I suggest making AntSubTask.getGeneratedFileName return the destination directory based on the @ant:category tag rather than the package directory. This way, the generated XML will be in the same relative directory structure we'll want for the transformed HTML. Otherwise, it will be rather messy trying to do this as part of the XML to HTML transformation. -Bill P.S. Where's Diane's work? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
