Adbeme,

Final release is surelly a couple months away, but I don't know the exact date yet. There will be a milestone 1 release AFAIK in 2 weeks. It will be the first binary release. If you want to try it out, you can checkout source code from subversion (trunk) and build it with the following command:

ant -Dtest.skip=true build-all

It will generate all the binaries for you (you can find further instructions in the manual, as the build process didn't changed from the last version). Only thing it is not working yet is the "from" CE. "collect" and "accumulate" are just fine there and you can test by yourself.

  []s
  Edson


adbeme adbeme wrote:

Hello Edson,

This new version is going to be released soon or will pass some weeks or months before the reselease?

There is some preliminary binary version somewhere to download?


Thank you very much for your response.

On 11/22/06, *Edson Tirelli* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:


       Adbeme,

       Unfortunately 3.0.x versions don't have collect. The new version
    (3.1m1) has (currently in trunk). More details here:

    http://markproctor.blogspot.com/2006/11/jboss-rules-3.html

       Examples of the new features:

    
http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests/test_Collect.drl
    
http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests/test_Accumulate.drl
    
http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests/test_AccumulateModify.drl
    
http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests/test_From.drl
    
http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests/test_From2.drl
    
http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests/test_FromWithParams.drl

        []s
        Edson



    adbeme adbeme wrote:

    > Hello,
    >
    > It seems that is not possible to make rules with operators like
    > "collect" that affects the rule to a set of objects.
    >
    > It is possible to simulate that behaviour of collect in some form?
    >
    > I need to fire rules that have conditions over a set of objects (of
    > same type) but i don't know how to group conditions over
    multiple same
    > objects.
    >
    >
    > For example :
    >
    > rule CarsStopped
    >
    > when
    >      $c:Car (stop = true)  // here i need a collect, i want multiple
    > objects in one rule that
    > then
    >    print("The list of cars stoped is:$c);
    >
    > end
    >
    >
    > It seems that "collect" doesnt exist. It is possible to simulate
    that ?
    >
    > Actually i ame using JRules and want to use drools too, but i am
    > having dificulties to do what i can do with JRules.
    >
    > Thank you very much for your responses.
    >
    >
    >
    >


    --
      ---
      Edson Tirelli
      Software Engineer - JBoss Rules Core Developer
      Office: +55 11 3124-6000
      Mobile: +55 11 9218-4151
      JBoss, a division of Red Hat @ www.jboss.com <http://www.jboss.com>

      IT executives: Red Hat still #1 for value
      http://www.redhat.com/promo/vendor/
    <http://www.redhat.com/promo/vendor/>


    ---------------------------------------------------------------------
    To unsubscribe from this list please visit:

        http://xircles.codehaus.org/manage_email
    <http://xircles.codehaus.org/manage_email>




--
 ---
 Edson Tirelli
 Software Engineer - JBoss Rules Core Developer
 Office: +55 11 3124-6000
 Mobile: +55 11 9218-4151
 JBoss, a division of Red Hat @ www.jboss.com

 IT executives: Red Hat still #1 for value
http://www.redhat.com/promo/vendor/

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to