[Mathlib-develop] bug report v. 0.9.0
Status: Beta
Brought to you by:
st_mueller
From: bb-543437 <bb-...@ve...> - 2008-07-03 16:38:31
|
The compile proces is incomplete. Here a part of the most important messages. One may see that the zip-files of Version 0.9.0 downloaded from the sourceforge is incomplete. The coala-packages are missing. Beside that 7 errors there are about 53 Warnings. If there is some interest I can send a complete log with all messages on request. Do 3. Jul 18:11:16 CEST 2008 ./jmathlib/plugins/dynjava/JavaPlugin.java:8: package koala.dynamicjava.interpreter does not exist import koala.dynamicjava.interpreter.*; ^ ./jmathlib/plugins/dynjava/JavaPlugin.java:9: package koala.dynamicjava.parser.wrapper does not exist import koala.dynamicjava.parser.wrapper.*; ^ ./jmathlib/plugins/dynjava/JavaPlugin.java:29: package koala.dynamicjava.interpreter does not exist private koala.dynamicjava.interpreter.TreeInterpreter djInterpreter; ^ ./jmathlib/plugins/dynjava/JavaPlugin.java:54: package koala.dynamicjava.interpreter does not exist public koala.dynamicjava.interpreter.Interpreter getJavaInterpreter() ^ ./jmathlib/plugins/dynjava/JavaPlugin.java:38: cannot find symbol symbol : class TreeInterpreter location: class jmathlib.plugins.dynjava.JavaPlugin djInterpreter = new TreeInterpreter(new JavaCCParserFactory()); ^ ./jmathlib/plugins/dynjava/JavaPlugin.java:38: cannot find symbol symbol : class JavaCCParserFactory location: class jmathlib.plugins.dynjava.JavaPlugin djInterpreter = new TreeInterpreter(new JavaCCParserFactory()); ^ ./jmathlib/plugins/dynjava/JavaPlugin.java:70: cannot find symbol symbol : class InterpreterException location: class jmathlib.plugins.dynjava.JavaPlugin catch(InterpreterException e) ^ 7 errors Note: ./jmathlib/tools/treeanalyser/TreeAnalyser.java uses or overrides a deprecated API. Note: ./jmathlib/toolbox/jmathlib/ui/questdlg.java uses or overrides a deprecated API. Note: ./jmathlib/toolbox/jmathlib/matrix/_private/Jama/Matrix.java uses unchecked or unsafe operations. Note: ./jmathlib/toolbox/jmathlib/matrix/_private/Jama/Matrix.java uses unchecked or unsafe operations. Note: ./jmathlib/tools/treeanalyser/TreeAnalyser.java uses or overrides a deprecated API. Note: ./jmathlib/tools/junit/swingui/TestRunner.java uses or overrides a deprecated API. |