awesome! Thank you for putting in this feature and fixing the typo. :)
--Polly
On Fri, May 22, 2009 at 3:29 AM, Karsten Thoms wrote:
> Hi Polly,
>
> just released version 3.0.1. It has now this feature (again?). I renamed
> the property since "ommit" is a typo. Use
> mvn -Dfornax.generator.
Hi Polly,
just released version 3.0.1. It has now this feature (again?). I renamed
the property since "ommit" is a typo. Use
mvn -Dfornax.generator.omit.execution=true clean install
to skip workflow execution.
~Karsten
On 21.05.09 11:18, Karsten Thoms wrote:
Hi Polly,
you are right. I wa
Hi Polly,
you are right. I was so sure that this feature is there that I did not
read the source correctly, should have seen that #-) I think this
feature was there once (did not check that yet) and I could add it
again. Seems that I should create a bug fix release soon.
http://fornax.itemis.
Hi Karten,
Thanks for the quick reply. I saw the variable for "force.execution", but
what about for *omitting* execution? The web page says that variable is
"fornax.generator.ommit.execution". This "ommit" variable is the one that I
didn't see.
Thanks for creating the ticket about adding outl
Hi Polly!
The
"fornax.generator.force.execution"
is still supported. I think you have just overseen it, I did not change
something here.
if ("true".equalsIgnoreCase(
System.getProperty("fornax.generator.force.execution"))) {
getLog().info("Forced workflow execution");
File tim