[scilab-Users] Metanet atom package not working (scilab 5.3.1 linux 64bits)

Antoine Monmayrant antoine.monmayrant at laas.fr
Fri Apr 15 08:46:59 CEST 2011


Le 14/04/2011 17:38, Sylvestre Ledru a écrit :
> Le mercredi 13 avril 2011 à 12:15 +0200, Antoine Monmayrant a écrit :
>> Le 13/04/2011 10:33, Sylvestre Ledru a écrit :
>>> Hello,
>>>
>>> The version in ATOMS is a bit deprecated... Most of the issues you
>>> report are fixed in the git repository but we did not take the time to
>>> make an "official" release of it...
>> I just tried to download and install the git version but I still have
>> several problems.
> What are your problems ?
Basically, the builder fails at line 43:
//tbx_builder_help(toolbox_dir);
I commented it and went forward with the install.
Once the install is done, I don't have any help file.
What's more, the example of "salesman" fails/
Most of the functions fail.
I ended up commenting parts of "salesman" to get it to run the example:

line 10:
   //check_graph(g,%f);

line 14:
   //check_graph(g);
> Sylvestre
>
>
See below for the variour errors returned:

//////////////////////////////////BUILDER//////////////////////////////////
-->exec("builder.sce")

-->// Copyright (C) 2008 - INRIA

-->// Copyright (C) 2009 - DIGITEO


-->// This file is released into the public domain


-->mode(-1);
Building macros...
-- Creation of [metaneteditorlib] (Macros) --
-- Creation of [metanetgraph_toolslib] (Macros) --
Building sources...
Building gateway...
Generating loader_gateway.sce...
Generating cleaner_gateway.sce...
Building help...

Building the master document:
     /home/me/metanet/help/en_US/

Building the manual file [javaHelp] in /home/me/metanet/help/en_US/.
Problem to read the file 
/home/me/softs/scilab-5.3.1/share/scilab/modules/helptools/etc/SciDocConf.xml
  !--error 999
buildDocv2: Error while building documentation: .
at line     729 of function xmltoformat called by :
at line      13 of function xmltojar called by :
at line      48 of function tbx_build_help called by :
tbx_build_help(TOOLBOX_TITLE,get_absolute_file_path("build_help.sce"));
at line       3 of exec file called by :

at line      13 of function tbx_builder called by :
at line      49 of function tbx_builder_help_lang called by :
tbx_builder_help_lang("en_US", help_dir);
at line       5 of exec file called by :

at line      13 of function tbx_builder called by :
at line      26 of function tbx_builder_help called by :
tbx_builder_help(toolbox_dir);
at line      40 of exec file called by :
exec("builder.sce")

                     !--error 999
buildDocv2: Execution Java stack:  at 
org.scilab.forge.scidoc.SciDocConfiguration.getTemplate(Unknown Source)
  at org.scilab.forge.scidoc.SciDocMain.process(Unknown Source)
//////////////////////////////////BUILDER//////////////////////////////////

//////////////////////////////////EXAMPLE FROM 
SALESMAN//////////////////////////////////
//runs fine until line 20:
cir = salesman(g1);
  !--error 10000
Graph list check: invalid node fields
at line      47 of function check_nodes called by :
at line      41 of function check_graph called by :
at line      14 of function salesman called by :
cir = salesman(g1);
//////////////////////////////////EXAMPLE FROM 
SALESMAN//////////////////////////////////

Cheers,

Antoine




More information about the users mailing list