Mark Proctor | 3 May 06:18

[rules-dev] M2 is now tagged

We have just tagged M2, it took a little while to get a fully automated 
build, it's now called 4.0 M2 - we changed it to 4.0 as there is an API 
change and way too many features to be 3.x.. you can checkout the tag 
from the url below - documentation has not yet been updated since 3.0.x.
https://svn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2/

The README explains how to build everything, we have automated the 
creation of the eclipse plugin and that is now part of the build system.
https://svn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2/README.txt

We have updated the dependencies document, you'll notice that there are 
now a lot less dependencies as we have inlined JCI. MVEL is a new 
dependency for core, we will look to inline that closer to 4.0 final.
https://svn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2/README_DEPENDENCIES.txt

We will be putting up the binaries shortly along with release notes.

The api change is where we removed ruleBase.newWorkingMemory() and 
replaced that with two apis newStatefulSession and newStatelessSession, 
both offer async methods now for working memory actions. Ruleflow is now 
also part of engine with a gui designed. Conway's game of life has been 
updated and now fully stateful, I recommend everyone look at this if 
they want to see a more complex example that shows how to write rules 
correctly, it currently uses agenda-groups but I'll be doing a version 
that uses rule-flow. The BRMS is also part of this release.

Have fun.

Mark
_______________________________________________
(Continue reading)

Mark Proctor | 3 May 16:35

Re: [rules-dev] M2 is now tagged

Sorry those are the dev urls, here are the anon ones

http://anonsvn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2/
http://anonsvn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2/README.txt 

http://anonsvn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2/README_DEPENDENCIES.txt 

Mark
Mark Proctor wrote:
> We have just tagged M2, it took a little while to get a fully 
> automated build, it's now called 4.0 M2 - we changed it to 4.0 as 
> there is an API change and way too many features to be 3.x.. you can 
> checkout the tag from the url below - documentation has not yet been 
> updated since 3.0.x.
> https://svn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2/
>
> The README explains how to build everything, we have automated the 
> creation of the eclipse plugin and that is now part of the build system.
> https://svn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2/README.txt
>
> We have updated the dependencies document, you'll notice that there 
> are now a lot less dependencies as we have inlined JCI. MVEL is a new 
> dependency for core, we will look to inline that closer to 4.0 final.
> https://svn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2/README_DEPENDENCIES.txt 
>
>
> We will be putting up the binaries shortly along with release notes.
>
> The api change is where we removed ruleBase.newWorkingMemory() and 
> replaced that with two apis newStatefulSession and 
(Continue reading)

Picon
Favicon

[rules-dev] Dive! Dive!

URL http://labs.jboss.com/jbossrules is returning HTTP404…

Are you guys moving office ;-)

Cheers,

Mike

_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev
Bob McWhirter | 4 May 14:24

Re: [rules-dev] Dive! Dive!

Sorry 'bout that.

This has been fixed now.

-Bob

On May 4, 2007, at 8:01 AM, Anstis, Michael ((M.)) wrote:

URL http://labs.jboss.com/jbossrules is returning HTTP404…

Are you guys moving office ;-)

Cheers,

Mike

_______________________________________________
rules-dev mailing list

_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev
Picon
Favicon

[rules-dev] Problem building drools-eclipse

Hi,

Following Mark's "Build" notes I did the following:-

[ok] Get everything from http://anonsvn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2

[ok] mvn install

[ok] mvn -Declipse=true -Ddocumentation=true clean install -DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror

Unfortunately building the documentation fails which means attempting to run other goals that package the JARs fail too.

OK so the documenation fails - no big deal at this stage, but how can I get drools-eclipse to otherwise package?

The long and short of it is that I want to try the plugin with IBM RAD7 (in particular RuleFlow).

Can I hack a POM or something?

With kind regards,

Mike

PS - I can see eclipse and documentation used in the main POM profiles but couldn't see where localEclipseDrop was used. Is it to point to a local Eclipse root folder, or a folder to which Eclipse will be installed?

_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev
Dirk Bergstrom | 4 May 20:16
Favicon

Re: [rules-dev] M2 is now tagged

Mark Proctor was heard to exclaim, On 05/03/07 07:35:
> http://anonsvn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2/README.txt 
> http://anonsvn.labs.jboss.com/labs/jbossrules/tags/4.0.0.11611MR2/README_DEPENDENCIES.txt 

This is a minor nit, but could you word-wrap those files?  The paragraphs are
each one really long line, and it's very hard to read in the browser.

Thanks.

--

-- 
Dirk Bergstrom               dirk <at> juniper.net
_____________________________________________
Juniper Networks Inc.,          Computer Geek
Tel: 408.745.3182           Fax: 408.745.8905
_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev

Michael Neale | 5 May 00:46
Picon
Gravatar

[rules-dev] Disjunctive (OR) with multiple patterns

What is the latest with OR:

say I want to OR 3 patterns together - with the infix is it: A OR B OR C?

Edson: the modeller allows unlimited patterns under an OR - not sure how that will render now its going via DRL.

Michael.

_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev
Mark Proctor | 9 May 04:26

[rules-dev] JBoss Rules 4.0 Milestone Release 2 is now available

JBoss Rules 4.0 Milestone Release 2 is now available. It includes the 
new BRMS system and Rule Flow.

http://labs.jboss.com/jbossrules/downloads
http://wiki.jboss.org/wiki/Wiki.jsp?page=4.0.0.MR2ReleaseNotes

Enjoy.
_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev

Mark Proctor | 10 May 14:30

[rules-dev] someone broke the build

http://dev45.qa.atl.jboss.com:8585/hudson/job/jboss-rules/109/testReport/org.jcp.jsr94.tck/AllTests/testStatefulRuleSession/ 

_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev

Mark Proctor | 11 May 05:42

[rules-dev] SNAPSHOT Builds

When ever Hudson (currently internal, will eventually become external) 
produces a successful build, it polls every 12 minutes, the results are 
made available publicly here:
http://cruisecontrol.jboss.com/cc/artifacts/jboss-rules

So now you can always get access to the latest goodness :)

Mark
_______________________________________________
rules-dev mailing list
rules-dev <at> lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev


Gmane