[
https://issues.apache.org/jira/browse/LUCENE-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055269#comment-13055269
]
Chris Male edited comment on LUCENE-3244 at 6/27/11 1:11 AM:
-------------------------------------------------------------
Absolutely. I intended to do that after I had resolved the FunctionQuery
moving (as its a dependency for many other issues). Would you guys prefer I do
that and not make this change? Or are you okay with this change as well?
was (Author: cmale):
Absolutely. I intended to do that afterward I had resolved the
FunctionQuery moving (as its a dependency for many other issues). Would you
guys prefer I do that and not make this change? Or are you okay with this
change as well?
> Contrib/Module-uptodate assume name matches path and jar
> --------------------------------------------------------
>
> Key: LUCENE-3244
> URL: https://issues.apache.org/jira/browse/LUCENE-3244
> Project: Lucene - Java
> Issue Type: Bug
> Components: general/build
> Reporter: Chris Male
> Attachments: LUCENE-3244.patch
>
>
> With adding a new 'queries' module, I am trying to change the project name of
> contrib/queries to queries-contrib. However currently the contrib-uptodate
> assumes that the name property is used in the path and in the jar name.
> By using the name in the path, I must set the value to 'queries' (since the
> path is contrib/queries). However because the project name is now
> queries-contrib, the actual jar file will be
> lucene-queries-contrib-${version}.jar, not lucene-queries-${version}.jar, as
> is expected.
> Consequently I think we need to separate the path name from the jar name
> properties. For simplicity I think adding a new jar-name property will
> suffice, which can be optional and if omitted, is filled in with the name
> property.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]