--- Mark Lybarger <[EMAIL PROTECTED]> wrote: > the output property contains more than i'd like. how > can i "substring" the > output?
In addition to ant-contrib's propertyregex mentioned elsewhere, when using <java>, <exec>, or <apply> you can use a nested I/O <redirector> with filtering. -Matt > > On 5/26/05, Dominique Devienne <[EMAIL PROTECTED]> > wrote: > > > > How about <java outputproperty>? --DD > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
