[Biojava-l] fresh checkout doesn't build
Thomas Down
td2@sanger.ac.uk
Tue, 4 Dec 2001 00:01:09 +0000
On Mon, Dec 03, 2001 at 11:45:38PM +0000, David Huen wrote:
>
> A cvs update -d from biojava.org (checkin site) didn't but I'm not overly
> concerned as I find that when I get a month or two out of sync, a update
> often doesn't compile while a fresh checkout does....
Just a thought... Have you tried doing an `ant clean'
before building? Ant keeps a separate tree of files to
compile from, which is normally fine but if a source file
is removed from the main tree, it will still live on in
the ant-build copy.
Or it could be something else entirely...
Thomas.