]
Edson Tirelli closed JBRULES-1473.
----------------------------------
Resolution: Done
Done.
Add a configuration parameter to allow Drools to dump all generated
java source code
------------------------------------------------------------------------------------
Key: JBRULES-1473
URL:
http://jira.jboss.com/jira/browse/JBRULES-1473
Project: JBoss Drools
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Affects Versions: 4.0.4
Reporter: Edson Tirelli
Assigned To: Edson Tirelli
Fix For: 4.0.5, 5.0.0-M1
Add a parameter configuration to allow drools to dump all generated java source code:
java -Ddrools.dump.dir=. ...
or using the API:
PackageBuilderConfiguration conf = new PackageBuilderConfiguration();
conf.setDumpDir( new File("someDir") );
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: