[Biojava-dev] Re: [Biojava-l] LazyFilterFeatureHolder
Thomas Down
td2@sanger.ac.uk
Tue, 12 Nov 2002 23:53:02 +0000
Believe it or not, it did compile on my machines. Not just
once, either -- I checked it out earlier this evening on
my home box, and it compiled there, too.
Methinks the 1.4.1 javac might have some slightly
strange ideas.
Ah well, "ant clean && ant" before commit from now
on... Or something.
Thomas
On Tue, Nov 12, 2002 at 05:32:22PM -0500, Michael L. Heuer wrote:
>
> Compile before commit, fellas! :)
>
> [javadoc]
> /biojava-live/ant-build/src/main/org/biojava/bio/seq/impl/LazyFilterFeatureHolder.java:38:
> duplicate class: ensembl.LazyFilterFeatureHolder
> [javadoc] public class LazyFilterFeatureHolder implements FeatureHolder
> {
> [javadoc] ^
> [javadoc] 2 errors
> [javadoc] javadoc: In doclet class
> com.sun.tools.doclets.standard.Standard, method start has thrown an
> exception java.lang.reflect.InvocationTargetException
> [javadoc] com.sun.tools.javac.v8.code.ClassReader$BadClassFile: bad
> class file:
> /biojava-live/ant-build/src/main/org/biojava/bio/seq/impl/LazyFilterFeatureHolder.java
> [javadoc] file does not contain class
> org.biojava.bio.seq.impl.LazyFilterFeatureHolder
> [javadoc] Please remove or make sure it appears in the correct
> subdirectory of the classpath.
>
> $ cvs diff src/org/biojava/bio/seq/impl/LazyFilterFeatureHolder.java
> Index: src/org/biojava/bio/seq/impl/LazyFilterFeatureHolder.java
> ===================================================================
> RCS file:
> /home/repository/biojava/biojava-live/src/org/biojava/bio/seq/impl/LazyFilterFeatureHolder.java,v
> retrieving revision 1.1
> diff -r1.1 LazyFilterFeatureHolder.java
> 22c22
> < package ensembl;
> ---
> > package org.biojava.bio.seq.impl;