<br><div class="gmail_quote"><br>Just wanted to pass it on was trying to track down what was causing  parse error . <br>Here is  test case . I tried to  bisect but couldn&#39;t get it to compile on every revision. Most likely my set up . <br>
<br>But here is test case that is broken sometime after  5.3.0.CR1 . Please don&#39;t flame me if this is the wrong channel to send this too. <br>
<br>public void testParseSlashStarInString() {<br><br>        String str = &quot;&quot;;<br>        str += &quot;package org.drools \n&quot;;<br>        str += &quot;import org.drools.Cheese \n&quot;;<br>        str += &quot;dialect \&quot;mvel\&quot;\n&quot;;<br>

        str += &quot;rule rule1 \n&quot;;<br>        str += &quot;  when \n&quot;;<br>        str += &quot;    $c : Cheese() \n&quot;;<br>        str += &quot; \n&quot;;<br>        str += &quot;  then \n&quot;;<br>        str += &quot;    Cheese hold= new Cheese(\&quot;/*\&quot;,5);\n&quot;;<br>

        str += &quot;end\n&quot;;<br><br><br>        final KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.newKnowledgeBuilder();<br>        kbuilder.add(ResourceFactory.newByteArrayResource(str.getBytes()), ResourceType.DRL);<br>

        StringBuffer stringBuffer = new StringBuffer();<br>        for (KnowledgeBuilderError e : kbuilder.getErrors()) {<br>            stringBuffer.append(e.toString());<br>        }<br>        Assert.assertEquals(stringBuffer.toString(), 0, kbuilder.getErrors().size());<br>

)<span class="HOEnZb"><font color="#888888"><br clear="all"><br></font></span></div>-- <br>Sincerely,<br><br>Benjamin Bennett<br>314.246.0645<br><a href="mailto:benbennett@gmail.com" target="_blank">benbennett@gmail.com</a><br>
<br>&quot;For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.&quot;<br>Richard Feynman<br>