This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bug with nested classes


Hello List,


I currently try to build ant with gcj-3.1 (Debian packages on Debian Sid, 
3.1.1-0pre1). The build fails with the following error:

src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java:69: 
Superclass `Commandline.Argument' of class 
`org.apache.tools.ant.util.facade.ImplementationSpecificArgument' not found.
   public class ImplementationSpecificArgument extends Commandline.Argument {
                                                       ^
1 error

The class Argument is declared as follows in Commandline.java:

public class Commandline implements Cloneable {

...

    public static class Argument {

...

    }

...
}


It seems gcj doesnt found the class Commandline.Argument to derive from it.

If you have further questions on this bug, just mail me.


Greetings,
Michael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]