On 23/04/2008, Steve Loughran <[EMAIL PROTECTED]> wrote: > Ant is namespace aware, it merely chooses not to ignore content in other > namespaces, as it assumes they are tasks declared into a different > namespace.
Kind of against the idea of namespace aware apps? If you don't have a use for namespace X, ignore it. > Consider this, then, my gift to you: > > <presetdef name="description" uri="http://www.dpawson.co.uk#ns" > > <echo level="debug" /> > </presetdef> > > you now get a description > <d:description>Main variable set</d:description> > > which gets printed when you run > ant -debug Nice. For debug. Thanks. Not for other namespaced applications working on ant build files. Documentation seems like a good use case. regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
