From Samuel.Gougeon at univ-lemans.fr Sat Jan 2 21:32:42 2010 From: Samuel.Gougeon at univ-lemans.fr (Samuel Gougeon) Date: Sat, 02 Jan 2010 21:32:42 +0100 Subject: [Scilab-Dev] File open errors during test run. In-Reply-To: References: Message-ID: <4B3FAD6A.1080705@univ-lemans.fr> ----- Message d'origine ----- De : Jonathan Blanchard Date : 23/12/2009 20:49: > 001/1732 - [api_scilab] common_function.......................... > !--error 999 > mputl: Cannot open file > /opt/csw/scilab/share/scilab//modules/api_scilab/tests/unit_tests/common_function.dia.at > line 33 of function mputl called by : > .../... > Any insight? > Do you have write access to the targetted directory ? The list of reported bugs about test_run() for the elapsed year is quite long : http://bugzilla.scilab.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=test_run&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bugidtype=include&cmdtype=doit #4436 is still unfixed for me. SG From BlanchardJ at ieee.org Sat Jan 2 22:00:03 2010 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Sat, 2 Jan 2010 17:00:03 -0400 Subject: [Scilab-Dev] File open errors during test run. In-Reply-To: <4B3FAD6A.1080705@univ-lemans.fr> References: <4B3FAD6A.1080705@univ-lemans.fr> Message-ID: On Sat, Jan 2, 2010 at 4:32 PM, Samuel Gougeon wrote: > ----- Message d'origine ----- > De : Jonathan Blanchard > Date : 23/12/2009 20:49: >> >> ? 001/1732 - [api_scilab] common_function.......................... >> !--error 999 >> mputl: Cannot open file >> >> /opt/csw/scilab/share/scilab//modules/api_scilab/tests/unit_tests/common_function.dia.at >> line ? ? ?33 of function mputl called by : >> .../... >> Any insight? >> > > Do you have write access to the targetted directory ? > > The list of reported bugs about test_run() for the elapsed year > is quite long : > http://bugzilla.scilab.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=test_run&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bugidtype=include&cmdtype=doit > #4436 is still unfixed for me. > SG > > > To the /tmp directory you mean? In that case yes, there is even some files in there created by the test. If mpult is trying to write to the reference file this is another story though since it's read only... Jonathan Blanchard From Samuel.Gougeon at univ-lemans.fr Sat Jan 2 22:02:12 2010 From: Samuel.Gougeon at univ-lemans.fr (Samuel Gougeon) Date: Sat, 02 Jan 2010 22:02:12 +0100 Subject: [Scilab-Dev] File open errors during test run. In-Reply-To: References: <4B3FAD6A.1080705@univ-lemans.fr> Message-ID: <4B3FB454.5050406@univ-lemans.fr> ----- Message d'origine ----- De : Jonathan Blanchard Date : 02/01/2010 22:00: > On Sat, Jan 2, 2010 at 4:32 PM, Samuel Gougeon > wrote: > >> ----- Message d'origine ----- >> De : Jonathan Blanchard >> Date : 23/12/2009 20:49: >> >>> 001/1732 - [api_scilab] common_function.......................... >>> !--error 999 >>> mputl: Cannot open file >>> >>> /opt/csw/scilab/share/scilab//modules/api_scilab/tests/unit_tests/common_function.dia.at >>> line 33 of function mputl called by : >>> .../... >>> Any insight? >>> >>> >> Do you have write access to the targetted directory ? >> >> The list of reported bugs about test_run() for the elapsed year >> is quite long : >> http://bugzilla.scilab.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=test_run&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bugidtype=include&cmdtype=doit >> #4436 is still unfixed for me. >> SG >> >> >> >> > > To the /tmp directory you mean? No, to the displayed /opt/csw/scilab/share/scilab//modules/api_scilab/tests/unit_tests/common_function.dia.at where apparently mputl() tries to write... > In that case yes, there is even some > files in there created by the test. If mpult is trying to write to the > reference file this is another story though since it's read only... > It may be the issue Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From BlanchardJ at ieee.org Sat Jan 2 22:07:38 2010 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Sat, 2 Jan 2010 17:07:38 -0400 Subject: [Scilab-Dev] File open errors during test run. In-Reply-To: <4B3FB454.5050406@univ-lemans.fr> References: <4B3FAD6A.1080705@univ-lemans.fr> <4B3FB454.5050406@univ-lemans.fr> Message-ID: Jonathan Blanchard On Sat, Jan 2, 2010 at 5:02 PM, Samuel Gougeon wrote: > ----- Message d'origine ----- > De : Jonathan Blanchard > Date : 02/01/2010 22:00: > > On Sat, Jan 2, 2010 at 4:32 PM, Samuel Gougeon > wrote: > > > ----- Message d'origine ----- > De : Jonathan Blanchard > Date : 23/12/2009 20:49: > > > ? 001/1732 - [api_scilab] common_function.......................... > !--error 999 > mputl: Cannot open file > > /opt/csw/scilab/share/scilab//modules/api_scilab/tests/unit_tests/common_function.dia.at > line ? ? ?33 of function mputl called by : > .../... > Any insight? > > > > Do you have write access to the targetted directory ? > > The list of reported bugs about test_run() for the elapsed year > is quite long : > http://bugzilla.scilab.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=test_run&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bugidtype=include&cmdtype=doit > #4436 is still unfixed for me. > SG > > > > > > To the /tmp directory you mean? > > No, to the displayed > > /opt/csw/scilab/share/scilab//modules/api_scilab/tests/unit_tests/common_function.dia.at > where apparently mputl() tries to write... > > In that case yes, there is even some > files in there created by the test. If mpult is trying to write to the > reference file this is another story though since it's read only... > > > It may be the issue > > Samuel > > But it cannot write there, that section of the file system is owned by root... From vladimir.rodriguez at reduc.edu.cu Mon Jan 4 16:22:39 2010 From: vladimir.rodriguez at reduc.edu.cu (vladimir.rodriguez at reduc.edu.cu) Date: Mon, 4 Jan 2010 10:22:39 -0500 (EST) Subject: Translate Scilab documentation Message-ID: <48795.200.55.149.5.1262618559.squirrel@mail.reduc.edu.cu> I wonder if I can help to translate scilab documentation to Spanish. Is anybody else working on that? What should I do? I am teacher in Electrical Power engineering and I think here in our university of Camag?ey we can obtain a complete library for Xcos, similar to MatLab's SimPowerSystem. Would that be usefull? From sylvestre.ledru at scilab.org Mon Jan 4 17:18:58 2010 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Mon, 04 Jan 2010 17:18:58 +0100 Subject: [Scilab-Dev] Translate Scilab documentation In-Reply-To: <48795.200.55.149.5.1262618559.squirrel@mail.reduc.edu.cu> References: <48795.200.55.149.5.1262618559.squirrel@mail.reduc.edu.cu> Message-ID: <1262621938.14972.262.camel@korcula.inria.fr> Hello Vladimir, Le lundi 04 janvier 2010 ? 10:22 -0500, vladimir.rodriguez at reduc.edu.cu a ?crit : > I wonder if I can help to translate scilab documentation to Spanish. Is anybody > else working on that? What should I do? As far as I know, there is no one working on the spanish one. I just updated the documentation about the Scilab localization process with the information you need: http://wiki.scilab.org/Localization#head-b6a26d13af0ccad0eef524fb291538122926ea36 Don't hesitate if some parts are not clear enough. > I am teacher in Electrical Power engineering and I think here in our university > of Camag?ey we can obtain a complete library for Xcos, similar to MatLab's > SimPowerSystem. Would that be usefull? It would be great. Especially since, besides Xcos, Scilab 5.2 introduces a packaging system which greatly simplifies the diffusion of Scilab extensions. Sylvestre -- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From opt at sdfk.de Wed Jan 6 12:35:54 2010 From: opt at sdfk.de (Oswald Berthold) Date: Wed, 06 Jan 2010 12:35:54 +0100 Subject: two mini 5.2 issues Message-ID: chere liste, 2 miniscule issues with current scilab: - in the binary version 5.2 for linux (scilab-5.2.0.bin.linux-i686.tar.gz) the simulation setup dialog in xcos doesn't display properly, making it unusable. when i build from source, it works. - when building 5.2 from git source, i have to comment out line 68 in scilab/scilab/modules/renderer/src/java/org/scilab/modules/renderer/textDrawing/TeXObjectGL.java //this.isColored = this.texi.isColored; system is debian unstable, linux 32bit regards, oswald From Calixte.Denizet at ac-rennes.fr Wed Jan 6 13:42:56 2010 From: Calixte.Denizet at ac-rennes.fr (Calixte.Denizet at ac-rennes.fr) Date: Wed, 06 Jan 2010 13:42:56 +0100 Subject: [Scilab-Dev] two mini 5.2 issues In-Reply-To: References: Message-ID: <8ed39b6f3c74fa2c.4b449360@ac-rennes.fr> Hi Oswald, What is the version of JLaTeXMath ? Maybe you should upgrade it to 0.8.2 or more (see http://forge.scilab.org/index.php/p/jlatexmath/downloads/) Best regards, Calixte ----- Message d'origine ----- De: Oswald Berthold Date: Mercredi, Janvier 6, 2010 12:34 pm Objet: [Scilab-Dev] two mini 5.2 issues ?: scilab-dev > chere liste, > > 2 miniscule issues with current scilab: > > - in the binary version 5.2 for linux > (scilab-5.2.0.bin.linux-i686.tar.gz) the simulation setup dialog in > xcos doesn't display properly, making it unusable. when i build from > source, it works. > > - when building 5.2 from git source, i have to comment out line 68 in > scilab/scilab/modules/renderer/src/java/org/scilab/modules/renderer/textDrawing/TeXObjectGL.java > //this.isColored = this.texi.isColored; > > > system is debian unstable, linux 32bit > > regards, oswald From opt at sdfk.de Thu Jan 7 09:27:56 2010 From: opt at sdfk.de (Oswald Berthold) Date: Thu, 07 Jan 2010 09:27:56 +0100 Subject: [Scilab-Dev] Re : [Scilab-Dev] two mini 5.2 issues In-Reply-To: <8ed39b6f3c74fa2c.4b449360@ac-rennes.fr> (Calixte Denizet's message of "Wed, 06 Jan 2010 13:42:56 +0100") References: <8ed39b6f3c74fa2c.4b449360@ac-rennes.fr> Message-ID: writes: > Hi Oswald, > > What is the version of JLaTeXMath ? > > Maybe you should upgrade it to 0.8.2 or more (see http://forge.scilab.org/index.php/p/jlatexmath/downloads/) that did it, thanks. i still had 0.5 lying around from a build earlier on. i'll shortly return with another problem ;) bst, oswald From opt at sdfk.de Thu Jan 7 09:46:32 2010 From: opt at sdfk.de (Oswald Berthold) Date: Thu, 07 Jan 2010 09:46:32 +0100 Subject: xcos from console session not working Message-ID: hi again, as promised, here's another problem i'm having. i like to work in emacs, so i run "scilab -nw" as per scilab.el. when i start xcos from such a session and then try to run the simulation, it defies me with the text pasted below. works like a charm when started without the -nw option. bst, oswald Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 1 at java.awt.Container.validateTree(Container.java:1571) at java.awt.Container.validateTree(Container.java:1575) at java.awt.Container.validateTree(Container.java:1575) at java.awt.Container.validateTree(Container.java:1575) at java.awt.Container.validate(Container.java:1540) at java.awt.Window.dispatchEventImpl(Window.java:2476) at java.awt.Component.dispatchEvent(Component.java:4295) at java.awt.EventQueue.dispatchEvent(EventQueue.java:604) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177) at java.awt.EventDispatchThread.run(EventDispatchThread.java:138) ncsa.hdf.hdf5lib.exceptions.HDF5SymbolTableException: Object not found HDF5-DIAG: Error detected in HDF5 (1.8.3) thread 2449140624: #000: ../../../src/H5R.c line 333 in H5Rcreate(): unable to create reference major: References minor: Unable to initialize object #001: ../../../src/H5R.c line 189 in H5R_create(): object not found major: References minor: Object not found #002: ../../../src/H5Gloc.c line 468 in H5G_loc_find(): can't find object major: Symbol table minor: Object not found #003: ../../../src/H5Gtraverse.c line 877 in H5G_traverse(): internal path traversal failed major: Symbol table minor: Object not found #004: ../../../src/H5Gtraverse.c line 703 in H5G_traverse_real(): traversal operator failed major: Symbol table minor: Callback failed #005: ../../../src/H5Gloc.c line 423 in H5G_loc_find_cb(): object doesn't exist major: Symbol table minor: Object not found ncsa.hdf.hdf5lib.exceptions.HDF5SymbolTableException: Object not found at ncsa.hdf.hdf5lib.H5.H5Rcreate(Native Method) at ncsa.hdf.hdf5lib.H5.H5Rcreate(H5.java:2702) at org.scilab.modules.hdf5.write.H5WriteScilabCommonList.writeInDataSet(Unknown Source) at org.scilab.modules.hdf5.write.H5WriteScilabMList.writeInDataSet(Unknown Source) at org.scilab.modules.hdf5.write.H5Write.writeInDataSet(Unknown Source) at org.scilab.modules.hdf5.write.H5WriteScilabCommonList.writeInDataSet(Unknown Source) at org.scilab.modules.hdf5.write.H5WriteScilabMList.writeInDataSet(Unknown Source) at org.scilab.modules.hdf5.write.H5Write.writeInDataSet(Unknown Source) at org.scilab.modules.hdf5.write.H5WriteScilabCommonList.writeInDataSet(Unknown Source) at org.scilab.modules.hdf5.write.H5WriteScilabList.writeInDataSet(Unknown Source) at org.scilab.modules.hdf5.write.H5Write.writeInDataSet(Unknown Source) at org.scilab.modules.hdf5.write.H5WriteScilabCommonList.writeInDataSet(Unknown Source) at org.scilab.modules.hdf5.write.H5WriteScilabMList.writeInDataSet(Unknown Source) at org.scilab.modules.hdf5.write.H5Write.writeInDataSet(Unknown Source) at org.scilab.modules.xcos.io.BlockWriter.writeDiagramToFile(Unknown Source) at org.scilab.modules.xcos.graph.XcosDiagram.dumpToHdf5File(Unknown Source) at org.scilab.modules.xcos.actions.StartAction.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:253) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289) at java.awt.Component.processMouseEvent(Component.java:6108) at javax.swing.JComponent.processMouseEvent(JComponent.java:3276) at java.awt.Component.processEvent(Component.java:5873) at java.awt.Container.processEvent(Container.java:2105) at java.awt.Component.dispatchEventImpl(Component.java:4469) at java.awt.Container.dispatchEventImpl(Container.java:2163) at java.awt.Component.dispatchEvent(Component.java:4295) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055) at java.awt.Container.dispatchEventImpl(Container.java:2149) at java.awt.Window.dispatchEventImpl(Window.java:2478) at java.awt.Component.dispatchEvent(Component.java:4295) at java.awt.EventQueue.dispatchEvent(EventQueue.java:604) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177) at java.awt.EventDispatchThread.run(EventDispatchThread.java:138) import_from_hdf5("/tmp/xcos7596511261432570841.h5");scicos_debug(0);xcos_simulate(scs_m);deletefile("/tmp/xcos7596511261432570841.h5");;xcosNotify("1359254484"); !--error 4 Undefined variable: scs_m while executing a callback From sylvestre.ledru at scilab.org Thu Jan 7 13:58:45 2010 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Thu, 07 Jan 2010 13:58:45 +0100 Subject: [Scilab-Dev] xcos from console session not working In-Reply-To: References: Message-ID: <1262869125.26531.2269.camel@zlarin> Le jeudi 07 janvier 2010 ? 09:46 +0100, Oswald Berthold a ?crit : > hi again, > > as promised, here's another problem i'm having. > > i like to work in emacs, so i run "scilab -nw" as per scilab.el. when i > start xcos from such a session and then try to run the simulation, it > defies me with the text pasted below. works like a charm when started > without the -nw option. > bst, oswald > > Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 1 > at java.awt.Container.validateTree(Container.java:1571) > at java.awt.Container.validateTree(Container.java:1575) > at java.awt.Container.validateTree(Container.java:1575) > at java.awt.Container.validateTree(Container.java:1575) > at java.awt.Container.validate(Container.java:1540) > at java.awt.Window.dispatchEventImpl(Window.java:2476) > at java.awt.Component.dispatchEvent(Component.java:4295) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:604) > at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275) > at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200) > at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) > at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185) > at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:138) This is a warning which has already been reported. This should not prevent Scilab to work. See: http://bugzilla.scilab.org/show_bug.cgi?id=5022 > ncsa.hdf.hdf5lib.exceptions.HDF5SymbolTableException: Object not found > HDF5-DIAG: Error detected in HDF5 (1.8.3) thread 2449140624: > #000: ../../../src/H5R.c line 333 in H5Rcreate(): unable to create reference > major: References > minor: Unable to initialize object > #001: ../../../src/H5R.c line 189 in H5R_create(): object not found > major: References > minor: Object not found > #002: ../../../src/H5Gloc.c line 468 in H5G_loc_find(): can't find object > major: Symbol table > minor: Object not found > #003: ../../../src/H5Gtraverse.c line 877 in H5G_traverse(): internal path traversal failed > major: Symbol table > minor: Object not found > #004: ../../../src/H5Gtraverse.c line 703 in H5G_traverse_real(): traversal operator failed > major: Symbol table > minor: Callback failed > #005: ../../../src/H5Gloc.c line 423 in H5G_loc_find_cb(): object doesn't exist > major: Symbol table > minor: Object not found > ncsa.hdf.hdf5lib.exceptions.HDF5SymbolTableException: Object not found That is definitively a bug. Could you report it ? Sylvestre From maryam.siuf at gmail.com Mon Jan 11 11:33:46 2010 From: maryam.siuf at gmail.com (maryam siuf) Date: Mon, 11 Jan 2010 14:03:46 +0330 Subject: ?Question? Message-ID: <3c11911f1001110233r16857d50rb3af30aef1f5a368@mail.gmail.com> To whom who receive this email, This is Maryam Soyuf Jahromi, one of the users of Scilab. I have downloaded the Scilab 5.2.0 and installed it, but I don?t know what is the usage of Prerequirements to compile scilab-5.2.0 that is exist at this web site: http://www.scilab.org/download/index_download.php?page=release#windows Is it possible to give me some information about this prerequirenment for a 32 bits version and how can I install if for my Scilab? Your response to this email is appreciated. Sincerely, Maryam Soyuf Jahromi -- maryam.siuf at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From allan.cornet at scilab.org Mon Jan 11 11:47:41 2010 From: allan.cornet at scilab.org (Allan CORNET) Date: Mon, 11 Jan 2010 11:47:41 +0100 Subject: [scilab-Users] ?Question? In-Reply-To: <3c11911f1001110233r16857d50rb3af30aef1f5a368@mail.gmail.com> References: <3c11911f1001110233r16857d50rb3af30aef1f5a368@mail.gmail.com> Message-ID: <004a01ca92ab$7feecda0$7fcc68e0$@cornet@scilab.org> Hi, ? Prerequirements? are some pre-built external libraries used to build Scilab On Windows (Example pcre library) ?Prerequirements? required only if you want to build Scilab on windows from source. If you are a scilab user , ?prerequirements? are not required. Best Regards Allan CORNET -- ----------------------------- Allan CORNET ----------------------------- Consortium Scilab Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France ----------------------------- De : maryam siuf [mailto:maryam.siuf at gmail.com] Envoy? : lundi 11 janvier 2010 11:34 ? : users at lists.scilab.org; dev at lists.scilab.org Objet : [scilab-Users] ?Question? To whom who receive this email, This is Maryam Soyuf Jahromi, one of the users of Scilab. I have downloaded the Scilab 5.2.0 and installed it, but I don?t know what is the usage of Prerequirements to compile scilab-5.2.0 that is exist at this web site: http://www.scilab.org/download/index_download.php?page=release#windows Is it possible to give me some information about this prerequirenment for a 32 bits version and how can I install if for my Scilab? Your response to this email is appreciated. Sincerely, Maryam Soyuf Jahromi -- maryam.siuf at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From geraldonetto at gmail.com Mon Jan 18 03:33:14 2010 From: geraldonetto at gmail.com (Geraldo Netto) Date: Mon, 18 Jan 2010 00:33:14 -0200 Subject: sci2jar/atomsGUI suggestion Message-ID: Hi Guys, How are you doing? Well, i'm Geraldo from S?o Paulo, a student of information systems and i would like to contribute to scilab developing such a .sc* to jar by this i mean, make a single jar with all scilab files/environment needed to run a .sc*, but to do this, i'll need a tutor :) i have some knowledge of java but never worked on serious stuff my largest project done in java is jmon - a small network/services monitoring system[1] I also would like to suggest: bsdiff upgrade[2], by doing this we would cut drastically network band improve atomsGui by adding such a repository/package manager (pretty much like apt-get on debian) So, help needed, volunteers welcomed ah, also, i don't know how much time i will need, because i'm working on my undergrad thesis... Kind Regards and Best Wishes, [1] http://exdev.sourceforge.net/ [2] http://www.daemonology.net/bsdiff/ ps: sorry for crossposting on user/devel lists Geraldo Sapere Aude => Non dvcor, dvco S?o Paulo, Brasil, -3gmt site: http://exdev.sf.net/ msn: geraldo_boca at hotmail.com skype: geraldo-netto icq: 145-061-456 From communication at scilab.org Wed Jan 20 12:12:04 2010 From: communication at scilab.org (Scilab Communication) Date: Wed, 20 Jan 2010 12:12:04 +0100 Subject: New Development Tools for Scilab Contributors Message-ID: <4B56E504.5080709@scilab.org> Dear all, New development tools are made available to ease Scilab external developers contribution : *Modules* Contributing to Scilab development can be done by writing external modules that extend Scilab capabilities in specific fields. These modules provide new features and documentation to Scilab users. Since Scilab 5.2, a new website called "ATOMS Portal " has been released to replace former "Scilab Toolboxes Center" and host all external modules developed by external developers. These modules can be made available to Scilab users directly from Scilab console via a new feature named ATOMS (AuTomatic mOdules Management for Scilab), if the module author wishes it. In parallel, external modules sources are now managed through Scilab forge. More information on how to use ATOMS can be found on Scilab wiki : http://wiki.scilab.org/ATOMS *Forge* Scilab forge is a new tool for external modules developers to help them in their development work with some useful features: * sources management using git or svn, * bug tracking system, * download area, * ... Feel free to create your own project on the Forge and then make your external module available through ATOMS. More information can be found on: http://forge.scilab.org/index.php/help/#q-newproject And for users, ATOMS allows them to download and manage external modules easily and efficiently. You can view more on: http://www.scilab.org/contrib/ Best Regards The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex - France -------------- next part -------------- An HTML attachment was scrubbed... URL: From wesendon at in.tum.de Wed Jan 20 23:53:33 2010 From: wesendon at in.tum.de (Otto) Date: Wed, 20 Jan 2010 23:53:33 +0100 Subject: [javasci] running scilab from a eclipse rcp application Message-ID: <4B57896D.2000105@in.tum.de> Hi, I'm trying to integrate scilab into a eclipse based application. I've managed to use javasci in a normal java application without bigger problems. But I didn't manage to run it from a eclipse application. Eclipse uses OSGI and there's a lot going on with different classloader and so on, and configuration can get quite hard from time to time. For the normal java application I've just included the javasci jar and set the path variables and all went well. Calling it from an eclipse plugin brings this exception: java.lang.NoClassDefFoundError: org/scilab/modules/jvm/Scilab at javasci.Scilab.Initialize(Native Method) at javasci.Scilab.(Unknown Source) at amf.plugin.ScilabMethod.getResult(ScilabMethod.java:36) at amf.function.impl.GenericCalculationMethodImpl.recalculate(GenericCalculationMethodImpl.java:227) at amf.function.impl.GenericCalculationMethodImpl.getResult(GenericCalculationMethodImpl.java:241) By chance I saw, that there actually is a jvm module in scilab, but including that as well crashed the whole thing. Besides that, for the normal java application this jwm plugin isn't need anyway. So, does anyone has experience with eclipse and knows how to solve this? Or do you got any hints anyway? Thanks in advance, regards, Otto From antonholod at mail.ru Mon Jan 25 12:15:36 2010 From: antonholod at mail.ru (=?koi8-r?Q?=E1=CE=D4=CF=CE_=E8=CF=CC=CF=C4?=) Date: Mon, 25 Jan 2010 14:15:36 +0300 Subject: Could you help me with SciLab to install NetCDF Message-ID: Hello colleagues, If you have some free time, could you help me. I want to use SciLab and I need of reading/writing NetCDF files in this package. Could you give me instruction of insallation netcdf interfaces for SciLab in Windows XP, installation package, any examples of scripts in SciLab or any advices. Thank you very mach for help. With best regards, Anton Kholod Marine Hydrophysical Institute Sevastopol, Ukraine From sylvestre.ledru at scilab.org Mon Jan 25 17:24:05 2010 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Mon, 25 Jan 2010 17:24:05 +0100 Subject: [Scilab-Dev] Could you help me with SciLab to install NetCDF In-Reply-To: References: Message-ID: <1264436645.13861.554.camel@korcula.inria.fr> Hello Anton, I just tried this module: http://math.acadiau.ca/ACMMaC/software/scilab_netcdf.html and it works fine for me (under Linux but it should work under Windows). I just had to edit the loader.sce to provide the right path to libnetcdf. Regards, Sylvestre PS: Crime is a beautiful place ;) Le lundi 25 janvier 2010 ? 14:15 +0300, ????? ????? a ?crit : > Hello colleagues, > > If you have some free time, could you help me. > I want to use SciLab and I need of reading/writing NetCDF files in this package. Could you give me instruction of insallation netcdf interfaces for SciLab in Windows XP, installation package, any examples of scripts in SciLab or any advices. > > Thank you very mach for help. > > With best regards, > Anton Kholod > Marine Hydrophysical Institute > Sevastopol, Ukraine From allan.cornet at scilab.org Tue Jan 26 08:30:14 2010 From: allan.cornet at scilab.org (Allan CORNET) Date: Tue, 26 Jan 2010 08:30:14 +0100 Subject: [Scilab-Dev] Could you help me with SciLab to install NetCDF In-Reply-To: <1264436645.13861.554.camel@korcula.inria.fr> References: <1264436645.13861.554.camel@korcula.inria.fr> Message-ID: <000901ca9e59$66fdfdc0$34f9f940$@cornet@scilab.org> Hi, On Windows, Download pre-built netcdf library ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/win32/win32_vs_PGI_dll_4.0.1.zip unzip netcdf toolbox copy in this directory netcdf.h netcdf.lib and netcdf.dll edit sci_netcdf_builder.sce line 5 and replaces libs = ['libnetcdf']; by libs = ['netcdf']; exec sci_netcdf_builder.sce exec loader.sce N.B : Please use a nightly build 5.2 to have bug 5699 fixed http://www.scilab.org/download/index_download.php?page=nightly_builds_5.2 Allan -- Allan CORNET ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France -----Message d'origine----- De : Sylvestre Ledru [mailto:sylvestre.ledru at scilab.org] Envoy? : lundi 25 janvier 2010 17:24 ? : dev at lists.scilab.org Objet : Re: [Scilab-Dev] Could you help me with SciLab to install NetCDF Hello Anton, I just tried this module: http://math.acadiau.ca/ACMMaC/software/scilab_netcdf.html and it works fine for me (under Linux but it should work under Windows). I just had to edit the loader.sce to provide the right path to libnetcdf. Regards, Sylvestre PS: Crime is a beautiful place ;) Le lundi 25 janvier 2010 ? 14:15 +0300, ????? ????? a ?crit : > Hello colleagues, > > If you have some free time, could you help me. > I want to use SciLab and I need of reading/writing NetCDF files in this package. Could you give me instruction of insallation netcdf interfaces for SciLab in Windows XP, installation package, any examples of scripts in SciLab or any advices. > > Thank you very mach for help. > > With best regards, > Anton Kholod > Marine Hydrophysical Institute > Sevastopol, Ukraine