You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Przemyslaw Sztoch (JIRA)" <ji...@apache.org> on 2008/09/25 01:19:44 UTC

[jira] Created: (LUCENE-1405) Support for new Resources model in ant 1.7 in Lucene ant task.

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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Updated: (LUCENE-1405) Support for new Resources model in ant 1.7 in Lucene ant task.

Posted by "Przemyslaw Sztoch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Przemyslaw Sztoch updated LUCENE-1405:
--------------------------------------

    Attachment: lucene-ant1.7-newresources.patch

Patch for current lucene SVN (rev 698454).

> 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
>
>         Attachments: lucene-ant1.7-newresources.patch
>
>
> 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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Assigned: (LUCENE-1405) Support for new Resources model in ant 1.7 in Lucene ant task.

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher reassigned LUCENE-1405:
------------------------------------

    Assignee: Erik Hatcher

> 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
>            Assignee: Erik Hatcher
>             Fix For: 2.9
>
>         Attachments: lucene-ant1.7-newresources.patch
>
>
> 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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Commented: (LUCENE-1405) Support for new Resources model in ant 1.7 in Lucene ant task.

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718283#action_12718283 ] 

Mark Miller commented on LUCENE-1405:
-------------------------------------

Hey Erik, does this make sense? It looks like a simple patch, so I'd hate to kick it out of 2.9, but I'm not in the mood to brush up on my ant :)

> 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.9
>
>         Attachments: lucene-ant1.7-newresources.patch
>
>
> 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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Updated: (LUCENE-1405) Support for new Resources model in ant 1.7 in Lucene ant task.

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller updated LUCENE-1405:
--------------------------------

    Fix Version/s:     (was: 2.3.3)
                   2.9

> 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.9
>
>         Attachments: lucene-ant1.7-newresources.patch
>
>
> 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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Resolved: (LUCENE-1405) Support for new Resources model in ant 1.7 in Lucene ant task.

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher resolved LUCENE-1405.
----------------------------------

    Resolution: Fixed

Przemyslaw - apologies for the delay in addressing this valuable patch.  It's now been tested and committed.  I also added a comment to example.xml showing how to run the <index> task from a source checkout.

> 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
>            Assignee: Erik Hatcher
>             Fix For: 2.9
>
>         Attachments: lucene-ant1.7-newresources.patch
>
>
> 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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org