Provide recursive file scan for files under change-set.xml
----------------------------------------------------------
Key: JBRULES-2415
URL:
https://jira.jboss.org/jira/browse/JBRULES-2415
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-core
Affects Versions: 5.0.1.FINAL
Environment: windows
Reporter: Priya M
Assignee: Mark Proctor
Priority: Minor
Fix For: 5.1.0.M2
Currently, the following only scans all rule files under rules/ but not any
subdirectories. It would be nice to have a parameter like includeSubDirectories=true in
resource tag
<change-set
xmlns='http://drools.org/drools-5.0/change-set'
xmlns:xs='http://www.w3.org/2001/XMLSchema-instance'
xs:schemaLocation='http://drools.org/drools-5.0/change-set.xsd' >
<add>
<resource source='file:C:/rules/' type='DRL' />
</add>
</change-set>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira