[Sanselan] Writing Metadata to existing TIFF

2011-06-10 Thread Brian Arnold
First off, I first [incorrectly] posted this to dev, instead of user. So, my apologies. I'm attempting to use the Sanselan library to add metadata to a TIFF file, however, I don't know how to accomplish this. I've successfully accomplished this with a Jpeg, but I don't know what changes need to be

Terminate SCXML-Executor

2011-06-10 Thread Oksana Kolach
Hello everybody, which possibilities exists to terminate an SCXML-Executor, that is running in an infinit loop? Background: My SCXML-state machine contains a loop. If the SCXML-state machine is loaded by the executor and the executor is set to "go()", then the executor is never ending.

Re: [Math] How to force integration past the state event?

2011-06-10 Thread Dennis Hendriks
Hi Luc, I just created an issue and attached a patch to it. See https://issues.apache.org/jira/browse/MATH-586 Is there anything else I should do? Best regards, Dennis Luc Maisonobe wrote: Le 10/06/2011 10:47, Dennis Hendriks a écrit : Hi Luc, Hi Dennis, Thanks again. I'm willing to t

Re: [Javaflow]java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.(ZZ)V

2011-06-10 Thread wayne
Torsten and jorg Thank you for your kindest help. Best reagrds Wayne 2011/6/10 Torsten Curdt : >> I am wonder how to add the dependencies to customized ant task. > > Wayne, I suggest you ask over at the ant user list then > > cheers, > Torsten > -- > http://www.yourdailygeekery.com > http://ww

Re: [Math] How to force integration past the state event?

2011-06-10 Thread Luc Maisonobe
Le 10/06/2011 10:47, Dennis Hendriks a écrit : Hi Luc, Hi Dennis, Thanks again. I'm willing to try an make a patch for this. I currently used release 2.2. I assume I would have to switch to the current development version that is to become 3.0? Yes. This change would imply modifying an exi

Re: [Javaflow]java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.(ZZ)V

2011-06-10 Thread Torsten Curdt
> I  am wonder how to add the dependencies to customized ant task. Wayne, I suggest you ask over at the ant user list then cheers, Torsten -- http://www.yourdailygeekery.com http://www.torstencurdt.com - To unsubscribe, e-mail:

Re: [Math] How to force integration past the state event?

2011-06-10 Thread Dennis Hendriks
Hi Luc, Thanks again. I'm willing to try an make a patch for this. I currently used release 2.2. I assume I would have to switch to the current development version that is to become 3.0? Best regards, Dennis Luc Maisonobe wrote: Le 10/06/2011 10:20, Dennis Hendriks a écrit : Hi Luc, Hi

Re: [Math] How to force integration past the state event?

2011-06-10 Thread Luc Maisonobe
Le 10/06/2011 10:20, Dennis Hendriks a écrit : Hi Luc, Hi Dennis, Thanks for your quick reply. It would be a possible solution. I decided to familiarize myself with the internals of the code that is used, in order to better understand what code is responsible for the root finding. I found t

Re: [Math] How to force integration past the state event?

2011-06-10 Thread Dennis Hendriks
Hi Luc, Thanks for your quick reply. It would be a possible solution. I decided to familiarize myself with the internals of the code that is used, in order to better understand what code is responsible for the root finding. I found the org.apache.commons.math.analysis.solvers package, at http