Re: [rules-users] Problems with Domain Specific Language in eclipse

2011-12-13 Thread ronalbury
this message in context: http://drools.46999.n3.nabble.com/rules-users-Problems-with-Domain-Specific-Language-in-eclipse-tp3579963p3582705.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-

Re: [rules-users] Problems with Domain Specific Language in eclipse

2011-12-13 Thread Swindells, Thomas
> Personally - I would rather get an error when I make a mistake (e.g. do not > write the DSL correctly) than get get an error for writing perfectly valid > code. [Swindells, Thomas] But it isn't valid DSL code. DSL is normally written by business users who don't know anything about DRL, this is

Re: [rules-users] Problems with Domain Specific Language in eclipse

2011-12-12 Thread ronalbury
ontext: http://drools.46999.n3.nabble.com/rules-users-Problems-with-Domain-Specific-Language-in-eclipse-tp3579963p3580113.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jb

Re: [rules-users] Problems with Domain Specific Language in eclipse

2011-12-12 Thread Wolfgang Laun
option I indicated in that other thread. -W > > -- > View this message in context: > http://drools.46999.n3.nabble.com/rules-users-Problems-with-Domain-Specific-Language-in-eclipse-tp3579963p3580049.html > Sent from the Drools: User foru

Re: [rules-users] Problems with Domain Specific Language in eclipse

2011-12-12 Thread ronalbury
is the case). -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-Problems-with-Domain-Specific-Language-in-eclipse-tp3579963p3580049.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users

[rules-users] Problems with Domain Specific Language in eclipse

2011-12-12 Thread Ronald Albury
I am just trying to learn DSL and have immediately run into issues. I have a simple DSL in the file named XEasyApp.dsl : *[condition][]{value} is an invalid Boolean={value} not in("T","t","1","F","f","0")* and then a simple DSLR in the file named Test.dslr: *package com.onfs.easyapp.rules