Thread: [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. |
From: Stefan M. <st...@he...> - 2008-07-06 13:44:36
|
Dear BB, please download the current sources from SVN. As you found out the previous versions of JMathLib-installer and the ZIP-file do not include the file dynamicjava.jar I already changed the build script for JMathLib releases. The file will be included in the next release. With kind regards, Stefan. bb-543437 wrote: > 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. > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Mathlib-develop mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/mathlib-develop > |