Re: [kepler-users] Pause Actor

2011-11-03 Thread Christopher Brooks
Hi David, I could not get the Kepler-specific Pause actor to work. I rewrote it so that your model works. I've attached the updated code, and the new version is checked in to the Kepler SVN repository. To build Kepler from source, see

Re: [kepler-users] Pause Actor

2011-11-03 Thread jing
Hi, David: You can't just do javac Pause.java. You should follow the instructions in the page which Christopher mentioned to build kepler from source: https://kepler-project.org/developers/reference/kepler-and-eclipse Thanks, Jing On 11/03/2011 01:24 PM, David LeBauer wrote: Hi

Re: [kepler-users] Pause Actor

2011-11-03 Thread jing
Hi, David: I tried the new version of the Pause.java. It works as the documentation describes: The actor pauses the workflow after the current iteration is complete. The type of director used determines when an iteration is complete. For

Re: [kepler-users] Pause Actor

2011-11-03 Thread David LeBauer
sorry, I missed the link. On Thu, Nov 3, 2011 at 3:39 PM, jing t...@nceas.ucsb.edu wrote: Hi, David: You can't just do javac Pause.java. You should follow the instructions in the page which Christopher mentioned to build kepler from source: