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
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:
> >
> >
>
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
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