[Biojava-l] Problems in compiling biojava-live
Thomas Down
td2@sanger.ac.uk
Thu, 7 Nov 2002 15:36:34 +0000
On Thu, Nov 07, 2002 at 09:42:01AM -0500, Sylvain.Foisy@bioperl.org wrote:
> Hi,
>
> I have some difficulties compiling biojava-live for the past couples of
> days, both on my Linux WS at work and my PowerMac G4 at home. On both
> machines, ant gives me the same warnings:
>
> [javac] /Users/foisys/biojava-live/ant-
> build/src/main/org/biojava/bio/seq/io/GAMEFormat.java:37: package
> org.biojava.bio.seq.io.game12 does not exist
> [javac] import org.biojava.bio.seq.io.game12.*;
game12 is a new package which was added sometime yesterday.
By default, "cvs update" doesn't check out newly added
directories (annoying but true...). "cvs update -d" should
help.
Thomas.