Re: Hudson generated Javadocs not current?

2007-08-23 Thread Grant Ingersoll
I'll check into it. On Aug 23, 2007, at 12:35 AM, Chris Hostetter wrote: While the main index page for the javadocs generated by hudson... http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/ javadoc/overview-summary.html ...says it is from the 2007-08-23_02-46-02 build, some jav

Publishing M2 Snapshots was Re: [jira] Commented: (LUCENE-935) Improve maven artifacts

2007-08-23 Thread Grant Ingersoll
Michael, If we wanted to publish M2 snapshots, we could configure Hudson to call generate-maven-artifacts and have them deployed to the M2 snapshots repository, right? This would mean we would have to change the deploy call a bit in common-build.xml so that it could take in the remote repo

Re: Publishing M2 Snapshots was Re: [jira] Commented: (LUCENE-935) Improve maven artifacts

2007-08-23 Thread Michael Busch
Grant Ingersoll wrote: > Michael, > > If we wanted to publish M2 snapshots, we could configure Hudson to call > generate-maven-artifacts and have them deployed to the M2 snapshots > repository, right? > This would mean we would have to change the deploy call a bit in > common-build.xml so that it

[jira] Reopened: (LUCENE-935) Improve maven artifacts

2007-08-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reopened LUCENE-935: -- * Define property "m2.repository.url" that defaults to "file://${maven.dist.dir}" and use it

Re: Request to change "coord" similarity API:

2007-08-23 Thread Chris Hostetter
: I'm hoping that coord similarity API can be changed from: : float coord(int overlap, int maxOverlap) ... : float coord(int overlap, int maxOverlap, int docSize) that's a pretty significant change ... especally considering Lucene doesn't know the docSize. you my want to review the comme