Support for new Resources model in ant 1.7 in Lucene ant task.
--------------------------------------------------------------
Key: LUCENE-1405
URL: https://issues.apache.org/jira/browse/LUCENE-1405
Project: Lucene - Java
Issue Type: Improvement
Components: contrib/*
Affects Versions: 2.3.2
Reporter: Przemyslaw Sztoch
Fix For: 2.3.3
Ant Task for Lucene should use modern Resource model (not only FileSet child
element).
There is a patch with required changes.
Supported by old (ant 1.6) and new (ant 1.7) resources model:
<index ....> <!-- Lucene Ant Task -->
<fileset ... />
</index>
Supported only by new (ant 1.7) resources model:
<index ....> <!-- Lucene Ant Task -->
<filelist ... />
</index>
<index ....> <!-- Lucene Ant Task -->
<userdefinied-filesource ... />
</index>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]