Re: Filterchaining individual property

2006-10-11 Thread Hunter Peress
It woud still be easiest if you could give any property to a filterchain instead of having to implement I/O redirection for everything. On 10/11/06, Hunter Peress <[EMAIL PROTECTED]> wrote: OK fixed. http://localhost:8080/manager"; username="" password=""

Re: Filterchaining individual property

2006-10-11 Thread Hunter Peress
OK fixed. http://localhost:8080/manager"; username="" password="" outputproperty="HI" > ${HI} it didnt matter that I gave redirector an output property but i needed to give

Re: Filterchaining individual property

2006-10-11 Thread Hunter Peress
Hi Matt, The type doesn't support the nested "outputfilterchain" element. On 10/11/06, Matt Benson <[EMAIL PROTECTED]> wrote: Tomcat's tasks support nested I/O redirectors. You should be able to specify an outputfilterchain with an outputproperty here. HTH, Matt --- Hunter Peress <[EMAIL

Re: Filterchaining individual property

2006-10-11 Thread Matt Benson
Tomcat's tasks support nested I/O redirectors. You should be able to specify an outputfilterchain with an outputproperty here. HTH, Matt --- Hunter Peress <[EMAIL PROTECTED]> wrote: > is there a way to filterchain an individual > property? > > The *org.apache.catalina.ant.ServerinfoTask *someh

Filterchaining individual property

2006-10-11 Thread Hunter Peress
is there a way to filterchain an individual property? The *org.apache.catalina.ant.ServerinfoTask *somehow supports the outputproperty attribute anyway, i only want the first line of that property.