<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Look ath te PackageBuilder src and the addFromDrl - you'll see there
the first bit of code that builds the descr. Also look the
DrlParserTest which parses code segments and checks the resulting
descrs.<br>
<br>
Mark<br>
Eugeny N Dzhurinsky wrote:
<blockquote cite="mid:20070719080839.GA2730@office.redwerk.com"
 type="cite">
  <pre wrap="">On Mon, Jul 16, 2007 at 05:03:28PM +0100, Mark Proctor wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">   descr's cover the full range of the drl language. I recommend you parse
   some drl files into descrs, and look at the creates AST with your
   debugger.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Okay, I took some simple example from Drools examples (HelloWorldExample) and
tried to reverse engineer package object in Eclipse debugger, but looks like
the package object doesn't contain any objects from descr package. I assume I
need to compile that Package object somehow?

Could somebody please point me to the right way in getting solid knowledge of
how can I build custom package descriptor w/o any DRL/XML - but from my custom
rule descriptors/storage?

Thank you in advance!

  </pre>
</blockquote>
<br>
</body>
</html>