Hi John, Thank you for your quick response and the fix. After checking out revision 1214 I tried to create the gems in the way describe it in the documentation. At command line: rake gem
The problems is I got an error due to the line 16 in the Rakefile: include Rote error: no such file to load --rote Excuse me I'm not so familiar with rake. Do you have a hint what the problem is ? Best regards, Andreas On 1 Nov., 13:11, "John Mettraux" <[EMAIL PROTECTED]> wrote: > Hi, > > On 10/31/07, John Mettraux <[EMAIL PROTECTED]> wrote: > > > > > I'll work on this "Ruby array within the process definition" issue a bit > > later. > > It's in, at revision 1214. > > This is now possible : > > ---8<--- > process_definition :name => "test", :revision => "0.1" do > sequence do > set :field => "f0", :value => [ "this", "is", "my", :ruby, > "array" ] # <======= here > participant "Toto" > end > end > --->8--- > > Before revision 1214, the array was turned into a String. > > Best regards, > > -- > John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
