[jboss-jira] [JBoss JIRA] Created: (JBRULES-1473) Add a configuration parameter to allow Drools to dump all generated java source code
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Tue Feb 19 15:47:26 EST 2008
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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list