114. DirectoryScanner scanner =
dirs.getDirectoryScanner(getProject());
^----------^
*** Semantic Error: No accessible method with signature "getProject()" was
found in type "net.wuffies.japi.JapiantTask".
122. throw new BuildException("Not a file: " + f);
^------------^
*** Semantic Error: Type "BuildException" was not found.
129. throw new BuildException("No <jars> or <dirs> found");
^------------^
*** Semantic Error: Type "BuildException" was not found.
146. throw new BuildException("Unknown package: " + pkg);
^------------^
*** Semantic Error: Type "BuildException" was not found.
151. log("Running japize with: " + args);
^---------------------------------^
*** Semantic Error: No accessible method with signature "log(java.lang.String)"
was found in type "net.wuffies.japi.JapiantTask".
155. throw new BuildException(ex);
^------------^
*** Semantic Error: Type "BuildException" was not found.
make: *** [classes] Error 1
_______________________________________________
Classpath-testresults mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-testresults