RE: Excluding the root dir from a dirset

2003-11-07 Thread Robert Priest
dir from a dirset On Thu, 6 Nov 2003, Robert Priest <[EMAIL PROTECTED]> wrote: > the following does not work for me: > > > > Unless there is an ${NATIVE_SOURCE}PWFileTransfer/PWFileTransferRsrc/rc/rc (note the duplication of rc) the exclude wouldn't do anything

Getting rid of out.write("\r\n") when using task

2003-09-11 Thread Robert Priest
Hello, When I compile my jsps using the task, it always puts: out.write("\r\n"); out.write("\r\n"); at the beginning of my _jspService method. I would like to get rid of these. Can anyone tell me how? I don't think the "mapped" attribute of the task does that. Thanks in advance. -