Re: How to use cvs task with extssh

2005-01-21 Thread Julius Davies
Hi, DIEGO, Try connecting to your CVS server directly over ssh (port 22), using PuTTY. The same error message will show up, but this time you'll get to interact with it. You should only need to do this once to eliminate the error you are seeing. yours, Julius On Fri, 2005-21-01 at 15:49 -020

Re: Cleaning a text file with tons of extra CRLF's

2005-01-12 Thread Julius Davies
r white space > really is. Alas there is no valid escape sequence. (That would > represent a CR). > > Also to Martin, alas, I'm not well versed in regex. > -nat > > > Julius Davies wrote: > > >Try this: > > > > >

Re: Cleaning a text file with tons of extra CRLF's

2005-01-12 Thread Julius Davies
Try this: Be careful to make sure the CDATA only contains the EOL's and no extra whitespace! BEFORE: === this file seems to be double spaced except for the very last line. AFTER: === this file seems to be double spaced except for the very last

RE: Ant xDoclet - need some help

2005-01-05 Thread Julius Davies
Hi, EJ Ciramella, If you're on a unix machine, and the "unzip" command is available, you can run this to try and find the jar file with that class: # Find all files ending in ".jar" and get "unzip" to list their contents. find -name \*.jar -exec unzip -l {} \; If you manage to find the jar fil