Paul Hammant wrote: > > Both the reported Cornerstone breaks were bogus. I always build clean > before commits and this thing compiled on my machine. The first time it > was reported I investigated and reported back that it was the gump > system in error. It was reporting on a class that no longer exists.
Something is definately screwy, but I don't think it is gump this time. Try the following: export CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvspublic cvs co -d impl jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/data/impl cd impl cvs update -D "2001/11/27" Do you see ConcatVarCharColumn.java there? I do. Now do a cvs update -A Do you still see the file there? I do! Now take a peek at: http://cvs.apache.org/viewcvs/jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/data/impl/Attic/ConcatVarCharColumn.java It appears that this file was removed, then subsequent to the removal changes were committed to this file. It might be worth deleting this file on the cvs server so it does not continue to reappear when you least expect it. - Sam Ruby P.S. The current jakarta-avalon-cornerstone build appears to be broken. And the file in question does not have any such oddities in its cvs history. See http://gump.covalent.net/log/jakarta-avalon-cornerstone.html for details. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>