On 6/13/08, David Van Couvering <
david@...> wrote:
> Any tips?
I have had similar problems in the past. IIRC, MS Windows has
problems with files whose paths (not just the name portion of the
path) are > 255 characters. It looks like your using cygwin, and
though you are emulating UNIX, you are still bound by Windows'
limitations.
You may be able to work around by moving your source to a directory
with a shorter path, e.g.:
before:
/home/Administrator/code/netbeans/clean/main/
after:
/home/Administrator/nbcleanmain/
OTOH,. that only buys you a little time until someone adds a new file
with an even longer file name. I am all for descriptive file names,
but the one above (and its parent directory) could easily be shortened
without losing meaning.
--
Tom Wheeler
http://www.tomwheeler.com/