java compile errors when building metanet

Dean S. Messing deanm at sharplabs.com
Fri Oct 29 21:34:18 CEST 2010


I've been reading about the missing Help pages in the metanet ATOMS
module (see bug report below) so I tried to build my own from
metanet-master which contains the help/ directory, and which I got from
the link Calixte provides in Comment #2 of this bug report:
http://bugzilla.scilab.org/show_bug.cgi?id=8233

After doing `exec builder.sce', all goes well til the java stuff starts
compiling.  Then I get a boatload java compile errors like this:

    [javac] /usr/local/src/Scilab/scilab-5.3.0/contrib/metanet/src/java/org/scilab/modules/metanet/actions/CircuitAction.java:37: package org.scilab.modules.types.scilabTypes does not exist
    [javac] import org.scilab.modules.types.scilabTypes.ScilabString;
    [javac]                                            ^


and this:


    [javac] /usr/local/src/Scilab/scilab-5.3.0/contrib/metanet/src/java/org/scilab/modules/metanet/io/GraphReader.java:44: cannot find symbol
    [javac] symbol  : class ScilabTList
    [javac] location: class org.scilab.modules.metanet.io.GraphReader
    [javac] 	public static HashMap<String, Object> convertTListToDiagram(ScilabTList data) {
    [javac] 	                                                            ^


How do I proceed?

Deann



More information about the dev mailing list