* bbackde at googlemail.com <bbackde at googlemail.com> [2007-02-02 09:00:17]:
> With the latest svn source, the ant compile failed, what is wrong? > > compile: > [javac] Compiling 362 source files to C:\Projects\fn07\build > [javac] C:\Projects\fn07\src\freenet\node\fcp\ClientRequest.java:313: > reference to Bucket is ambiguous, both class freenet.support.io.Bucket > in freenet.support.io and class freenet.support.api.Bucket in > freenet.support.api match > [javac] protected void bucketToFS(SimpleFieldSet fs, String > name, boolean includeSize, Bucket data) { > [javac] > ^ > [javac] 1 error > > BUILD FAILED You forgot to cleanup your working copy: svn revert -R . && ant clean dist NextGen$