Re: Issues with vs

2004-05-14 Thread Matt Benson
...however, output/error are incompatible with spawn="true". -Matt --- Robert Clark <[EMAIL PROTECTED]> wrote: > On Fri, 2004-05-14 at 08:38, Robert Mark Bram wrote: > > When using java task anyway, I found a way to > supply a name for the new > > window.. > > > > > > classpath="

Re: Issues with vs

2004-05-14 Thread Robert Clark
On Fri, 2004-05-14 at 08:38, Robert Mark Bram wrote: > When using java task anyway, I found a way to supply a name for the new > window.. > >classpath="${clink_jar}:${xerces_jar}:${xml_jar}:${classes}" > fork="true" > spawn="true"> > > > >