Peter Donald <[EMAIL PROTECTED]> wrote: > At 08:41 26/11/00 +1100, you wrote: >>Pete, >> >>Do we need this directory? It used to exist and causes a problem >>doing cvs updates because the ant build process creates a local lib >>directory. I think Sam had to remove it from CVS the last time. > > Okay I just added junit.jar to it so that the directory will not be > pruned during an update. In this case it shouldn't cause anyproblems > ... I think ;)
Except for those that already have a lib directory from their last build - that used to be ignored or cause "? lib" lines : cvs update: in directory lib: cvs update: cannot open CVS/Entries for reading: Datei oder Verzeichnis nicht gefunden cvs [update aborted]: cannot write <CVS/Template file>: Datei oder Verzeichnis nicht gefunden "Datei oder Verzeichnis nicht gefunden" reads no such file or directory in english locales. Removing the local lib and bootstrapping after a "cvs update" solves the problem, of course. Stefan who isn't really fond of the idea to add jar files to the repository either.
