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


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

Reply via email to