Bug with nested classes
Michael Koch
konqueror@gmx.de
Mon Jun 3 06:11:00 GMT 2002
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
More information about the Java
mailing list