[kepler-users] BSD license and GPL : Kepler Question

2008-10-03 Thread Christopher Brooks
t; I was thinking about using selective parts of Kepler (Ptolemy, Diva) in a > Mono project, > that perhaps would be GPL2. > > > -tl > > > ___ > Kepler-users mailing list > Kepler-users at ecoinformatics.org > http://mer

[kepler-users] Expression Actor

2008-05-23 Thread Christopher Brooks
Hi Jysoo, In Kepler-1.0.0, you can change the type of widget that is used to set the expression. To do this, double click on the Expression actor, which brings up the "Edit Parameters" dialog. Then click on the "Preferences" Button, which brings up the "Edit preferences for Expression" dialog.

[kepler-users] Literal text with special characters as a StringParameter/Parameter?

2008-03-26 Thread Christopher Brooks
Hi Josep Maria, By definition, Parameters parse their values. StringParameter is a subclass of Parameter that is in "string mode", which does not require double quotes, see the documentation for ptolemy/data/expr/Variable.java You could try writing actors that use ptolemy.kernel.util.StringAttrib

[kepler-users] a few questions

2008-03-27 Thread Christopher Brooks
Hi Marc, Kepler uses Ptolemy II, which has nightly tests and a code review process. We test our non-graphical code by using Jacl, a subset of Tcl implemented in Java. Our graphical code is not automatically tested, though be separating concerns we get good coverage. Our code coverage can be foun

[kepler-users] Quotes in a constant actor

2008-03-27 Thread Christopher Brooks
arameters in 'String Mode', which do not have double quotes. It looks like you are trying to execute a command, so it depends on which actor you are using. _Christopher Christopher Brooks (cxh at eecs berkeley edu) University of California Chess Executive Director US

[kepler-users] Kepler and Optimization Problems

2008-07-21 Thread Christopher Brooks
Hi Quentin, DistOpt used Ptolemy Classic, Kepler is based on Ptolemy II. We have no particular plans to port DistOpt to Ptolemy II or Kepler. One way to do optimization in Ptolemy II would be to do a parameter sweep on a model by using the higher order component (HOC) actors such as ModelReference

[kepler-users] [kepler-dev] Actor is not ready to fire messages

2008-01-08 Thread Christopher Brooks
Are you using the SDF director? My suggestion is to not use BooleanSwitch in SDF. As to why, see Dan Higgins' explanation in http://www.kepler-project.org/Wiki.jsp?page=DirectorsInKepler My understanding is that BooleanSwitch may be used in SDF, but only under carefully controlled situations. T

[kepler-users] System Dynamics Actor?

2008-01-31 Thread Christopher Brooks
Hi Louis, The short answer is that to my knowledge, no one is working on a BerkeleyMadonna actor. Our previous thread can be found at: http://www.mail-archive.com/ptolemy-hackers at bennett.eecs.berkeley.edu/msg00240.html _Christopher I'm confused... Ptolemy has had system dyn

[kepler-users] setting parameter in constant actor

2007-09-12 Thread Christopher Brooks
In Ptolemy, the Const actor is a Parameter. To refer to another parameter, first create the parameter and then change the Const value to the name of the parameter with no # For example, Drag a Parameter actor in Change the name to foo_bar Drag a Const actor in Change the value of the Const to

[kepler-users] sending multi-dimensional arrays

2007-09-28 Thread Christopher Brooks
Hi, What's the complete error message? The text below is missing the line that says what the problem is. Just curious. The MatrixToken classes are for 2-D matrices. They were developed to for SDF models where we wanted to pass images around efficiently. To create multidimensional matrices, use

[kepler-users] The most impressive thing you've done with Kepler

2007-10-18 Thread Christopher Brooks
Hi Ketan, I have not checked Kepler yet, but Ptolemy has a feature where each actor lists the demonstrations in which it is used. This helps with determining _how_ to use the actor. On my todo list is to add this facility to the tests as well, so users can see other, less well documented uses. _

[kepler-users] matlab expression problem

2007-01-04 Thread Christopher Brooks
rom C code (sources are in $PTII/jni/launcher) which then invokes Java. This seems to work a little better for JNI code. I'm not sure how to invoke the launcher from Kepler. _Christopher Christopher Brooks (cxh at eecs berkeley edu) University of California Programmer/Analyst Chess/Ptolemy/Trust

[kepler-users] Multiple file selection

2007-12-04 Thread Christopher Brooks
One way is to use ptolemy.actor.lib.io.DirectoryListing, which is "An actor that produces an array that lists the contents of a directory." DirectoryListing can take a pattern to read in only certain actors. http://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIfaq.htm#kepler says: --start-- Concerning

[kepler-users] problem in output port data type

2007-08-13 Thread Christopher Brooks
Hi, Double is a wrapper class for the double primitive type. For more information, see: http://java.sun.com/docs/books/tutorial/java/data/numberclasses.html You have something like: _data[j] = Double.valueOf(inputValue.getElement(i).toString()).doubleValue(); You could do something like:

[kepler-users] command line kepler , server side

2006-09-27 Thread Christopher Brooks
Ptolemy can be invoked from the command line, see http://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIfaq.htm#invoking%20Ptolemy%20II? The Kepler build.xml file defines these targets that might be of interest: momlexecute ptexecute ptexecute-dev _Christopher Dear Kepler users/deve

[kepler-users] Reg: Invoking Kepler actor

2006-09-12 Thread Christopher Brooks
ome hacking around and is beyond the scope of this message. If you have Matlab, you may use the Matlab actor within Ptolemy II. _Christopher Christopher Brooks (cxh at eecs berkeley edu) University of California Programmer/Analyst Chess/Ptolemy/TrustUS Mail: 558 Cory Hall #1774 ph: 510.

[kepler-users] Globus jobs/Grid FTP on Kepler

2006-11-13 Thread Christopher Brooks
BTW There is some makefile code for signing jars in ptII/mk/jnlp.mk The commands to create the keystore are: "/usr/bin/keytool" -genkey \ -dname "CN=Claudius Ptolemaus, OU=Your Project, O=Your University, L=Your Town, S=Your State, C=US " \ -keystore ptKeystore \ -alia

[kepler-users] Monitoring Workflow

2006-05-17 Thread Christopher Brooks
. _Christopher Christopher Brooks (cxh at eecs berkeley edu) University of California Programmer/Analyst Chess/Ptolemy/TrustUS Mail: 558 Cory Hall #1770 ph: 510.643.9841 fax:510.642.2739 Berkeley, CA 94720-1770 home: (F-Tu) 707.665.0131 (W-F) 510.655.5480 (office: 400A Cory) Dan writes

[kepler-users] Monitoring Workflow

2006-05-17 Thread Christopher Brooks
were ten steps and step 5 failed. Is it possible to restart the workflow from step 5? Thanks for the links to the ptolemy and I will look at them Mohana Christopher Brooks wrote: >Hi Mohana, > >How would you notify the user of

[kepler-users] MoML Schema

2006-06-22 Thread Christopher Brooks
Hi Donglai, There is a dtd at http://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIlatest/ptII/ptolemy/moml/moml.dtd or $PTII/ptolemy/moml/moml.dtd See also chapter 7 of volume 1 of the Ptolemy Design Doc http://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIlatest/ptII5.0.1/doc/design/ptIIdesign1-intro.pdf

[kepler-users] [kepler-dev] Looping a process in kepler

2006-07-18 Thread Christopher Brooks
Hi Sivagowri, I'm just going over old email. I'm not sure if anyone got back to you on this, but you probably want to use DDF here. In Ptolemy, see $PTII/ptolemy/domains/ddf/demo/IfThenElse/IfThenElse.xml DDF is described as: The Dynamic Dataflow (DDF) domain is a superset of the Synchronous Dat

[kepler-users] [kepler-dev] Looping a process in kepler

2006-07-21 Thread Christopher Brooks
chive. Me, I would probably write an actor that was based on LineReader that would loop and read data from a file until the data changed. > How can I import the DDF director into kepler? I'm not sure. You could look at how PNDirector is imported. _Chris > Any suggestions are welcome.

[kepler-users] TM execution domain

2006-02-10 Thread Christopher Brooks
Hi Maurice What's the stack dump? Do you have a smallish test case? TM is very experimental, but we'll do easy fixes on it. _Christopher Christopher Brooks (cxh at eecs berkeley edu) University of California Programmer/Analyst Chess/Ptolemy/TrustUS Mail: 558 Cory Hal

[kepler-users] kepler interface to JXTA or P2PS

2005-11-29 Thread Christopher Brooks
There are some Ptolemy actors that use jxta in ptII/ptolemy/actor/lib/jxta They have never been released so I can't speak to how complete they are, or if they even work! _Christopher Christopher Brooks (cxh at eecs berkeley edu) University of California Programmer/Analyst Chess/Ptolemy/

[kepler-users] kepler interface to JXTA or P2PS

2005-12-01 Thread Christopher Brooks
VisualSense is based on the Ptolemy sources and can be used for sensor networks. http://ptolemy.eecs.berkeley.edu/visualsense/ VisualSense uses the wireless domain, which has some demos. The wireless domain is part of the full Ptolemy release. _Christopher Hello Yang Thank

[kepler-users] Ptolemy Tutorial and Miniconference, April 15-16, 2009

2008-12-11 Thread Christopher Brooks
10. In the past, the conference has sold out, so we recommend registering early. Registration and presentation/poster instructions may be found at: http://ptolemy.eecs.berkeley.edu/conferences/09 Please direct questions to ptconf09 at ptolemy eecs berkeley edu -- Christopher Brooks (cxh at eec

[kepler-users] How To Build Kepler under Eclipse Instructions

2009-01-06 Thread Christopher Brooks
wever, Kepler runs even with this compile-time error. _Christopher -- Christopher Brooks (cxh at eecs berkeley edu) University of California CHESS Executive Director US Mail: 337 Cory Hall Programmer/Analyst CHESS/Ptolemy/TrustBerkeley, CA 94720-1774 ph: 510.643.984

[kepler-users] How To Build Kepler under Eclipse Instructions

2009-01-06 Thread Christopher Brooks
e code (java files) of actors. I > am bit confused about how to import ptolemy file in a new actors. I am > also wonder whether the new build is for developers or users. > Any pointer regarding this will be helpful. > > Thanks. > > regards > S.M.Guru > > On Wed,

[kepler-users] How To Build Kepler under Eclipse Instructions

2009-01-07 Thread Christopher Brooks
n't get the demos... > The folder /kepler/common/demos is missing... > How to get those? > > Edward > > > Christopher Brooks wrote: >> I updated >> http://www.kepler-project.org/Wiki.jsp?page=UsingEclipseForKeplerDevelopment >> >> with Eclip

[kepler-users] attributeChanged method?

2009-01-12 Thread Christopher Brooks
l" method only when i change > the value of the specific parameter field. > > Any suggestion will be helpful. > Thanks for your help, > > --ufuk > > -- Christopher Brooks (cxh at eecs berkeley edu) University of California CHESS Executive Director

[kepler-users] Abstracts due on Fri. 1/16 for Ptolemy Tutorial and Miniconference (April 15-16, 2009)]

2009-01-14 Thread Christopher Brooks
n the past, the conference has sold out, so we recommend registering early. Registration and presentation/poster instructions may be found at: http://ptolemy.eecs.berkeley.edu/conferences/09 Please direct questions to ptconf09 at ptolemy eecs berkeley edu _Christopher -- Christopher Brooks (cxh at

[kepler-users] remove parameter ???

2009-01-19 Thread Christopher Brooks
rams"+i); > params[i].setDisplayName(i); > params[i].setExpression(i); > } > > and i want to remove some of them when an other parameter is changed > (attribute change method). > > Any suggestion will be helpful. > Best, > > --ufuk > > -- Christo

[kepler-users] Simultaneous Workflow runnings

2009-02-25 Thread Christopher Brooks
de Barcelona > Avgda Joan XXIII, s/n > 08028 Barcelona ? Catalonia ? Spain > Tel: +34 93 4035985 > Fax: +34 93 4035987 > campanera at ub.edu > > ___ > Kepler-users mailing list > Keple

[kepler-users] add ontologies

2009-02-26 Thread Christopher Brooks
gt; GrayScaleImage isa Image > >> > >> I want to then associate "Image" with the output of the > ImageReader actor. > >> > >> Any help is greatly appreciated. > >> Chris > >> _

[kepler-users] Simultaneous Workflow runnings

2009-02-26 Thread Christopher Brooks
t months ago. Chad > Berkley answered: "The problem is that headless kepler uses the > MoMLSimpleApplication which does not accept command line params. > We're going to add a bug about this and try to get it addressed soon. > I'll keep you updated." Any update regarding this problem? &

[kepler-users] Simultaneous Workflow runnings

2009-02-26 Thread Christopher Brooks
campanera at ub.edu >> >> ___ >> Kepler-users mailing list >> Kepler-users at kepler-project.org >> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users >>

[kepler-users] Simultaneous Workflow runnings

2009-02-26 Thread Christopher Brooks
Laboratory > San Diego Supercomputer Center University of California, San Diego > San Diego, CA, U.S.A. > > > Christopher Brooks wrote: >> Hi Jianwu, >> I'll jump in . . . >> >> Not being able to run multiple Kepler processes is a pretty serious >> lim

[kepler-users] execution time

2009-03-05 Thread Christopher Brooks
_ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks (cxh at eecs berkeley edu) University of California CHESS Executive Director

[kepler-users] Simultaneous Workflow runnings

2009-03-05 Thread Christopher Brooks
ercomputer Center University of California, San Diego > San Diego, CA, U.S.A. > > > Josep Maria Campanera Alsina wrote: >> Hey, >> Some comments and clarifications on the discussion between Christopher >> Brooks and Jianwu Wang regarding Simultaneous Workflow runnings

[kepler-users] actor library

2009-03-11 Thread Christopher Brooks
. > Am I missing something here? I am interested in using kepler for > building image/signal processing workflows. > Chris > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mai

[kepler-users] passing information without firing

2009-03-12 Thread Christopher Brooks
users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks (cxh at eecs berkeley edu) University of California CHESS Executive Director US Mail: 337 Cory Hall Programmer/Analyst CHE

[kepler-users] build and run kepler from windows

2009-03-16 Thread Christopher Brooks
gt; BUILD FAILED > C:\Documents and Settings\CH21670\My > Documents\code\kepler-build\build-area\buil > d.xml:35: Java returned: 1 > > Total time: 1 minute 0 seconds > C:\Documents and Settings\CH21670\My Documents\code\kepler-build\build-area> > > > -- End of Error Output ---

[kepler-users] build and run kepler from windows

2009-03-17 Thread Christopher Brooks
chRegistryAction:queryReg > istryRewriteConfig:201) Problem looking up registry entries using endpoint: > [run] http://knb.ecoinformatics.org/registry/services/RegistryService > > > Chris > > > On Tue, Mar 17, 2009 at 2:48 AM, Christopher Brooks > wrote: >>

[kepler-users] kepler in web mode

2009-03-26 Thread Christopher Brooks
c please ? >> >> Thanks in advance >> >> tkd >> ___________ >> Kepler-users mailing list >> Kepler-users at kepler-project.org >> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users >> > &g

[kepler-users] connect relation and output port

2009-03-31 Thread Christopher Brooks
n for the output port. > Chris > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks (cxh at eecs berkeley edu) University of California CHESS Executive Director

[kepler-users] support for list box?

2009-04-03 Thread Christopher Brooks
arameter? Is there any example? > > Thanks, > > --ufuk > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks (cxh

[kepler-users] support for list box?

2009-04-03 Thread Christopher Brooks
ptolemy.gui.Query. _Christopher Ufuk Utku Turuncoglu wrote: > So, i can't select multiple values in that kind of parameter. I try some > known key combinations but it fail. I need to select multiple value from > that parameter. > > Thanks for your help, > > --ufuk > >

[kepler-users] parameterizedTemplates

2009-04-10 Thread Christopher Brooks
hristopher -- Christopher Brooks (cxh at eecs berkeley edu) University of California CHESS Executive Director US Mail: 337 Cory Hall Programmer/Analyst CHESS/Ptolemy/TrustBerkeley, CA 94720-1774 ph: 510.643.9841 fax:510.642.2718 (Office: 545Q Cory) home: (F-Tu) 707.6

[kepler-users] load workflow using code

2009-04-21 Thread Christopher Brooks
on can be helpful, > Thanks for your help, > > --ufuk > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks (cxh at e

[kepler-users] XSLT Actor xml input

2009-04-23 Thread Christopher Brooks
missing something? Is this a bug? > > Chris > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks (cxh at eecs berkeley edu) University of C

[kepler-users] using string parameter in external execution actor

2009-06-10 Thread Christopher Brooks
n (that does not > make sense in this example, but i want to try) at the beginning of the > parameter name but it also gives parsing error. > > --ufuk > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http

[kepler-users] problem with the URL To Local File actor and a symbol

2009-06-14 Thread Christopher Brooks
at ptolemy.actor.Manager.run(Manager.java:1071) > at ptolemy.actor.Manager$3.run(Manager.java:1112) > Caused by: java.lang.IllegalArgumentException > at java.net.URI.create(Unknown Source) > at java.net.URI.resolve(Unknown Source) > at ptolemy.util.FileUtilities

[kepler-users] problem with the URL To Local File actor and a symbol

2009-06-15 Thread Christopher Brooks
Hi Trina, Yep, the model I sent fails for me in Kepler-1.0.0. Yesterday, URLToLocalFile2.xml worked for me in the devel version of Kepler, today it does not. I'll look into this. The devel version can be built with Kepler, see https://kepler-project.org/developers/reference/kepler-and-eclipse An

[kepler-users] [Fwd: Re: problem with the URL To Local File actor and a symbol]

2009-06-15 Thread Christopher Brooks
FYI to Kepler-users. Original Message Message-ID: <4A36A447.8070206 at eecs.berkeley.edu> Date: Mon, 15 Jun 2009 12:43:03 -0700 From: Christopher Brooks User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Trina Myers Subject: Re: [kepler-users] p

[kepler-users] saving workflow from actor code

2009-06-22 Thread Christopher Brooks
r-users mailing list >>> Kepler-users at kepler-project.org >>> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users > > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://merc

[kepler-users] saving workflow from actor code

2009-06-22 Thread Christopher Brooks
at > java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) > > > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) > > >at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:

[kepler-users] Query regarding JDK requirement

2009-06-23 Thread Christopher Brooks
class LimitedFiringSource is missing too. How do I > go about it? > > Thanks, > Harini > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users

[kepler-users] Query regarding JDK requirement

2009-06-23 Thread Christopher Brooks
create a Hello World actor exactly as it says, but I have run into >>> many >>> problems. It seems that there many packages that are missing in my >>> workspace. For example, class LimitedFiringSource is missing too. How do >>> I >>> go about it? >

[kepler-users] Newbie with a couple of Questions

2009-06-24 Thread Christopher Brooks
pler.java:215) > at org.kepler.loader.Kepler.main(Kepler.java:136) > > > -Any suggestions? > > Thanks! > > > > > > ___ > Kepler-users

[kepler-users] Eclipse build errors under Windows: apple-extension

2009-06-24 Thread Christopher Brooks
eems like until we have a regularly run test for the IDEs then we will always have problems. _Christopher -- Christopher Brooks (cxh at eecs berkeley edu) University of California CHESS Executive Director US Mail: 337 Cory Hall Programmer/Analyst CHESS/Ptolemy/TrustBer

[kepler-users] Eclipse build errors under Windows: apple-extension

2009-06-24 Thread Christopher Brooks
Chad Berkley wrote: > Hey Christopher, > > Did you update your build-area? This was a bug a while back and it was > fixed, I thought. The AppleExtensions classes should not be built under > windows and they should be excluded in the eclipse project files. > > chad > >

[kepler-users] Query regarding JDK requirement

2009-06-29 Thread Christopher Brooks
29 15:57:02 PDT 2008 >>>> ptolemy/actor/lib/LimitedFiringSource.java >>>> >>>> Are you building from the kepler subversion repository or from >>>> Kepler-1.0.0? >>>> >>>> _Christopher >>>> >>>> hriyer at ncsu

[kepler-users] help with Python Actors

2009-07-09 Thread Christopher Brooks
> Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks (cxh at eecs berkeley edu) University of California CHESS Executive Director US Mail: 337 Cory Hall Programmer/Analyst

[kepler-users] internally connect actor

2009-07-14 Thread Christopher Brooks
there an example of an actor that does this internal construction > and connection of actor ports? > > Thanks, > Chris > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailm

[kepler-users] internally connect actor

2009-07-14 Thread Christopher Brooks
it) for semantic type > checking etc. to the actor itself also seems quite neat, as it allows a more > object-centric, localized control, where each actor can "say" how much it > "likes" the connections being made to/from it... > > interesting.. > > Bertra

[kepler-users] Kepler Javadoc

2009-07-22 Thread Christopher Brooks
pler-project.org >>> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- C

[kepler-users] run-time window layout

2009-08-03 Thread Christopher Brooks
runtime > window? > Thanks, > Chris > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks (cxh at eecs berkeley edu) University of California CHESS Executive Director

[kepler-users] Reuse code and functions of Matlab on kepler workflows

2009-08-05 Thread Christopher Brooks
SA CATALUNYA > c/ Mallorca n?272 > qdedalmases at typsa.es > Barcelona 08037 > Tfn: +34-93-487-91-99 > Fax: +34-93-487-81-38 > www.typsa.net > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.u

[kepler-users] Kepler waits in resolving types mode

2009-09-14 Thread Christopher Brooks
; http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks (cxh at eecs berkeley edu) University of California CHESS Executive Director US Mail: 337 Cory Hall Programmer/Analyst CHESS/Ptolemy/TrustBerkeley, CA 94720-1774 ph: 510.643.9841 fax:51

[kepler-users] Where to go with the problems of internationalization or how create account into forum?

2009-09-18 Thread Christopher Brooks
w version of the system simply change their location. > > Sincerely yours, > Anatoly Loy > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christo

[kepler-users] Where to go with the problems of internationalization or how create account into forum?

2009-09-22 Thread Christopher Brooks
gt; Partly for that reason was unable to ensure that Kepler used in the >> folder configs\ptolemy\configs\kepler instead of files >> >> uiContextMenuMappings_en_US.properties >> uiDisplayText_en_US.properties >> uiMenuMappings_en_US.properties >> >> appropriate &g

[kepler-users] Where to go with the problems of internationalization or how create account into forum?

2009-09-22 Thread Christopher Brooks
> String query = "Overwrite" _file.getName () "?"; > use something like > String query = RSQ_OVERWRITE_FILE; > > > > 2009/9/18 Christopher Brooks : >> Hi Anatoly, >> Here's how I would approach internationalizat

[kepler-users] Where to go with the problems of internationalization or how create account into forum?

2009-09-22 Thread Christopher Brooks
es > MATLAB deal with it? This is MATLAB syntax, which we chose > deliberately). > > Edward > > > Christopher Brooks wrote: >> Hi Anatoly, >> Yes, this would have to be addressed. >> >> I think the way to do this would be to make the expression parser >&g

[kepler-users] String Feedback Loop

2009-10-08 Thread Christopher Brooks
without any output (none > of the STDOUT messages I have get printed, even tho the loop completes) > > Any suggestions would be appreciated. > > Thanks, > JSA > > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.ed

[kepler-users] Greetings/newbie questions about Kepler

2009-10-19 Thread Christopher Brooks
kepler-project.org >> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users

[kepler-users] [Fwd: Re: String Feedback Loop]

2009-10-01 Thread Christopher Brooks
gt; Results found. >>> ... PN Director , I see the Ramp executed once (with a value >>> of "1"), then execution finishes, without any further output. >>> ... DDF Director , The code executes without any output >>> (none of the STDOUT messages

[kepler-users] Error handling

2009-12-09 Thread Christopher Brooks
r > to the peaceful" > Associate Professor -- > Michael Franti > Computer Science Dept. > Mt. Holyoke College > > > > > _______ > Kepler-users mailing list > Kepler-users at kepler-proj

[kepler-users] Kepler Build Error

2009-12-15 Thread Christopher Brooks
- > > ___________ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks, PMP University of Califo

[kepler-users] Workflow XML validator using JDOM

2010-01-12 Thread Christopher Brooks
ert in this area. It could be that by definition, a validating parser tries to validate #PCDATA. _Christopher On 1/12/10 11:25 AM, Chad Berkley wrote: > Hi Josep, > > I'll let Christopher Brooks explain why it's not in the DTD (the ptolemy > project controls the MoML DTD).

[kepler-users] Matrix class for float types?

2010-01-18 Thread Christopher Brooks
ng list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks, PMP University of California CHESS Executive Director US Mail: 337 Cory Hall Programmer/Analyst CHESS/Ptolemy/T

[kepler-users] modifying ptolemy.actor.lib.Ramp to accept init as an input port

2010-01-18 Thread Christopher Brooks
t > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks, PMP University of California CHESS Executive Director US Mail: 337 Cory Hall Programmer/Analyst CHESS/Ptolemy/TrustBerkel

[kepler-users] Kepler Web Service "Footprint"

2010-01-19 Thread Christopher Brooks
any updates I made to my actors. I would deploy the actors to > webservice and zip/copy the webservice directory. That turned out to > still be 125 mbs. Smaller, but it felt clumsy. Any better approaches? > > Thanks, > JSA > _______

[kepler-users] Sequence to Array problem

2010-01-20 Thread Christopher Brooks
ks > > Regards, > Tomek > > > > > ___________ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks, PMP University

[kepler-users] Sequence to Array problem

2010-01-22 Thread Christopher Brooks
properly when the Const is changed from three elements to two. I have a test case checked in to the nightly build that illustrates the problem, so eventually it should be fixed. _Christopher On 1/20/10 12:36 PM, Christopher Brooks wrote: > Hi Tomasz, > The problem is that in sta-1.xml,

[kepler-users] Bug with saving actors to library

2010-02-01 Thread Christopher Brooks
in > the library and reuse it from there to observe the incorrect behaviour. > > Best regards, > Tomek > > > > > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- C

[kepler-users] Bug with saving actors to library

2010-02-01 Thread Christopher Brooks
ton and chose "Save in > library..." > in the popup menu. > > Regards, > Tomek > > On poniedzia?ek 01 luty 2010 at 15:49:31 Christopher Brooks wrote: >> Hi Tomasz, >> I can't seem to reproduce this. I'm using the Kepler head under Mac OS. >>

[kepler-users] Bug with saving actors to library

2010-02-02 Thread Christopher Brooks
lso, please note, that this error occurs not only with such simple >> example. I >> found it out in one of my complex composites, and just prepared a minimal >> reproducible example to send it here on list :) >> >> In the real use case I introduced such relation<

[kepler-users] build-area doesn't compile

2010-02-05 Thread Christopher Brooks
uild-are > a\build.xml:31: Compile failed; see the compiler error output for details. > > Total time: 1 minute 46 seconds > > > Is there anyone who has experienced the same problems or its just me? > > Moses > > > > > > >

[kepler-users] No menu bar in Kepler 1.x

2010-02-05 Thread Christopher Brooks
Kepler, where under the Mac the Kepler menu appears at the top of the screen. I was sucessfully able to build and run Kepler-1.0 under the Mac with: bash-3.2$ uname -a Darwin Christopher-Brooks-MacBook-Pro.local 9.8.0 Darwin Kernel Version 9.8.0: We\ d Jul 15 16:55:01 PDT 2009; root:xnu-12

[kepler-users] No menu bar in Kepler 1.x

2010-02-05 Thread Christopher Brooks
__ > From: kepler-users-bounces at kepler-project.org [kepler-users-bounces at > kepler-project.org] On Behalf Of Christopher Brooks [cxh at eecs.berkeley.edu] > Sent: Friday, February 05, 2010 12:01 PM > To: Tomasz ?ok > Cc: kepler-users at kepler-project.org &g

[kepler-users] No menu bar in Kepler 1.x

2010-02-06 Thread Christopher Brooks
system. > Typically, I do explicitly compiled it with JDK 1.5 and this missing menu bar > problem never surfaced before. > > Could it be because I am compiling kepler with JDK 1.6? > > Anne > > > > > From: Christopher Brooks

[kepler-users] Recommended approach for new matrix operators

2010-02-12 Thread Christopher Brooks
t; > _______ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks, PMP University of California CHESS Executive Di

[kepler-users] problem during installaiton of ptolemy

2010-02-22 Thread Christopher Brooks
/kepler-users/2009-December/001837.html _Christopher On 2/22/10 1:27 AM, santosh k wrote: > *svn co -r 57240 svn://source.eecs.berkeley.edu/chess/ptII/trunk > <http://source.eecs.berkeley.edu/chess/ptII/trunk> > /home/deepika/modules.dir/ptolemy/src * -- Christop

[kepler-users] Error during ant run

2010-02-22 Thread Christopher Brooks
pika/modules.dir/ptolemy/src/lib not found. > > *reply > * > * > > > > ___ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christop

[kepler-users] problem frm ptolemy

2010-02-22 Thread Christopher Brooks
Compiling configuration-manager... >[compile] Compiling 14 source files to > /home/deepika/modules.dir/configuration-manager/target/classes > > BUILD FAILED > /home/deepika/modules.dir/ptolemy/src/lib not found. > > > > > * > > > >

[kepler-users] saving workflow in eps format

2010-03-01 Thread Christopher Brooks
opher On 3/1/10 12:52 PM, u.utku.turuncoglu at be.itu.edu.tr wrote: > Hi, > > Is it possible to save created workflow in eps or pdf format? Now, i am > using simple screen shots but the quality of them are worse than i > expected (especially for the publications). Any suggestion can

[kepler-users] GPL vs. BSD (Was Re: saving workflow in eps format)

2010-03-01 Thread Christopher Brooks
=AGPL > > Do you really consider projects released under the GPL or AGPL > quasi-free software? >http://www.fsf.org/licensing/licenses/licenses.html > > These two licenses at least force you to provide the source-code as > well, when you're making the project publicly av

[kepler-users] GPL vs. BSD (Was Re: saving workflow in eps format)

2010-03-01 Thread Christopher Brooks
than nothing. _Christopher -- Christopher Brooks, PMP University of California CHESS Executive Director US Mail: 337 Cory Hall Programmer/Analyst CHESS/Ptolemy/TrustBerkeley, CA 94720-1774 ph: 510.643.9841 fax:510.642.2718 (O

[kepler-users] saving workflow in eps format

2010-03-01 Thread Christopher Brooks
ib" directory and maybe making a small change to a props file). > It should be possible to provide a Java-based installer for this kind > of plug-in installation, I'd say. > >> Unless of course we write our own PDF utility and put it under BSD. > > A lot of

[kepler-users] Recipe for using Ptolemy JAI actors?

2010-03-15 Thread Christopher Brooks
ler/mailman/listinfo/kepler-users > > _______ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users -- Christopher Brooks, PMP

  1   2   3   >