Hi, I have just been experimenting with Listeners/AspectHandlers and have found an issue. I originally made it so that they were configured in the same manner that tasks/datatypes are configured (ie via addFoo()/setFoo()/createFoo()). However this limits it's usefulness when invoked from CLI. If you want to set parameters for listeners/aspectHandlers you need to have flat key->value pairs as configuration mechanism. So I propose that instead of standard mechanism we use nested
<param name="key" value="key-value" /> For configuring these components. Thoughts? Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------*
