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
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.
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
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
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
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
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
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
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
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
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.
_
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
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
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:
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
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.
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
.
_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
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
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
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
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.
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
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/
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
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
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
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,
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
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
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
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
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
gt; GrayScaleImage isa Image
> >>
> >> I want to then associate "Image" with the output of the
> ImageReader actor.
> >>
> >> Any help is greatly appreciated.
> >> Chris
> >> _
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?
&
campanera at ub.edu
>>
>> ___
>> Kepler-users mailing list
>> Kepler-users at kepler-project.org
>> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
>>
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 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
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
.
> 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
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
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 ---
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:
>>
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
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
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
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
>
>
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
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
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
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
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
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
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
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
at
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
>
>
> at
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
>
>
>at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:
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
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?
>
pler.java:215)
> at org.kepler.loader.Kepler.main(Kepler.java:136)
>
>
> -Any suggestions?
>
> Thanks!
>
>
>
>
>
> ___
> Kepler-users
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
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
>
>
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 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
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
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
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
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
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
; 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
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
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
> 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
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
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-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
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
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 mailing list
> Kepler-users at kepler-project.org
> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
--
Christopher Brooks, PMP University of Califo
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).
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
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
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
> _______
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
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,
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
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.
>>
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<
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, 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
__
> 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
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
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/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
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
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.
>
>
>
>
> *
>
>
>
>
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
=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
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
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
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 - 100 of 235 matches
Mail list logo