build:
[javac.preset] Compiling 1 source file to /home/slo/Java/Apache/ant/build/classes


[javac.preset] Found 2 semantic errors compiling "/home/slo/Java/Apache/ant/src/main/org/apache/tools/ant/IntrospectionHelper.java":

[javac.preset]   1206.         private NestedCreator nestedCreator;
[javac.preset]                         ^-----------^

BUILD FAILED
/home/slo/Java/Apache/ant/build.xml:1293: The following error occurred while executing this line:
/home/slo/Java/Apache/ant/build.xml:631: Compile failed; see the compiler error output for details.
[javac.preset] *** Semantic Error: The static type "org.apache.tools.ant.IntrospectionHelper$Creator" must use a qualified name to access the non-static member type "org.apache.tools.ant.IntrospectionHelper$NestedCreator" of the enclosing type "org.apache.tools.ant.IntrospectionHelper".


Total time: 8 seconds


[javac.preset] 1227. Project project, Object parent, NestedCreator nestedCreator) {
[javac.preset] ^-----------^
[javac.preset] *** Semantic Error: The static type "org.apache.tools.ant.IntrospectionHelper$Creator" must use a qualified name to access the non-static member type "org.apache.tools.ant.IntrospectionHelper$NestedCreator" of the enclosing type "org.apache.tools.ant.IntrospectionHelper".


-------------------------

I think it means that nested creator should be static.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to