|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (LUCENE-2024) "ant dist" no longer generates md5's for the top-level artifacts"ant dist" no longer generates md5's for the top-level artifacts
---------------------------------------------------------------- Key: LUCENE-2024 URL: https://issues.apache.org/jira/browse/LUCENE-2024 Project: Lucene - Java Issue Type: Bug Components: Build Affects Versions: 2.9.1, 2.9.2, 3.0 Reporter: Michael McCandless Priority: Minor Fix For: 3.0 Mark hit this for 2.9.0, and I just hit it again for 2.9.1. It used to work... -- 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@... For additional commands, e-mail: java-dev-help@... |
|
|
[jira] Commented: (LUCENE-2024) "ant dist" no longer generates md5's for the top-level artifacts[ https://issues.apache.org/jira/browse/LUCENE-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776991#action_12776991 ] Uwe Schindler commented on LUCENE-2024: --------------------------------------- I looked into this and found no reason, why the artifacts are not signed. Which ones are missing. The main tar and zip files all have signature files. > "ant dist" no longer generates md5's for the top-level artifacts > ---------------------------------------------------------------- > > Key: LUCENE-2024 > URL: https://issues.apache.org/jira/browse/LUCENE-2024 > Project: Lucene - Java > Issue Type: Bug > Components: Build > Affects Versions: 2.9.1, 2.9.2, 3.0 > Reporter: Michael McCandless > Priority: Minor > Fix For: 3.0 > > > Mark hit this for 2.9.0, and I just hit it again for 2.9.1. It used to work... -- 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@... For additional commands, e-mail: java-dev-help@... |
|
|
[jira] Assigned: (LUCENE-2024) "ant dist" no longer generates md5's for the top-level artifacts[ https://issues.apache.org/jira/browse/LUCENE-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-2024: ------------------------------------- Assignee: Uwe Schindler > "ant dist" no longer generates md5's for the top-level artifacts > ---------------------------------------------------------------- > > Key: LUCENE-2024 > URL: https://issues.apache.org/jira/browse/LUCENE-2024 > Project: Lucene - Java > Issue Type: Bug > Components: Build > Affects Versions: 2.9.1, 2.9.2, 3.0 > Reporter: Michael McCandless > Assignee: Uwe Schindler > Priority: Minor > Fix For: 3.0 > > > Mark hit this for 2.9.0, and I just hit it again for 2.9.1. It used to work... -- 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@... For additional commands, e-mail: java-dev-help@... |
|
|
[jira] Updated: (LUCENE-2024) "ant dist" no longer generates md5's for the top-level artifacts[ https://issues.apache.org/jira/browse/LUCENE-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2024: ---------------------------------- Attachment: LUCENE-2024.patch Here a patch that uses the most recent checksum task. I have to checkout what the minimum ant version is now. It is more simple now. I aso added sha1 sums. It is also faster than before. Mark/Mike, can you test this on your computers? > "ant dist" no longer generates md5's for the top-level artifacts > ---------------------------------------------------------------- > > Key: LUCENE-2024 > URL: https://issues.apache.org/jira/browse/LUCENE-2024 > Project: Lucene - Java > Issue Type: Bug > Components: Build > Affects Versions: 2.9.1, 2.9.2, 3.0 > Reporter: Michael McCandless > Assignee: Uwe Schindler > Priority: Minor > Fix For: 3.0 > > Attachments: LUCENE-2024.patch > > > Mark hit this for 2.9.0, and I just hit it again for 2.9.1. It used to work... -- 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@... For additional commands, e-mail: java-dev-help@... |
|
|
[jira] Updated: (LUCENE-2024) "ant dist" no longer generates md5's for the top-level artifacts[ https://issues.apache.org/jira/browse/LUCENE-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2024: ---------------------------------- Attachment: LUCENE-2024.patch The file output pattern needs ANT 1.7.0. Attached is a patch that raises the version number in BUILD.txt, too (the website also needs to be updated). Is this a problem? 1.7.0 is now also 2 years old and as we go to Java 1.5 we could also raise our build requirements. > "ant dist" no longer generates md5's for the top-level artifacts > ---------------------------------------------------------------- > > Key: LUCENE-2024 > URL: https://issues.apache.org/jira/browse/LUCENE-2024 > Project: Lucene - Java > Issue Type: Bug > Components: Build > Affects Versions: 2.9.1, 2.9.2, 3.0 > Reporter: Michael McCandless > Assignee: Uwe Schindler > Priority: Minor > Fix For: 3.0 > > Attachments: LUCENE-2024.patch, LUCENE-2024.patch > > > Mark hit this for 2.9.0, and I just hit it again for 2.9.1. It used to work... -- 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@... For additional commands, e-mail: java-dev-help@... |
|
|
[jira] Commented: (LUCENE-2024) "ant dist" no longer generates md5's for the top-level artifacts[ https://issues.apache.org/jira/browse/LUCENE-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777517#action_12777517 ] Michael McCandless commented on LUCENE-2024: -------------------------------------------- bq. Mark/Mike, can you test this on your computers? It worked! And I also just verified on trunk "ant dist" fails to produce the sha1/md5 digests. bq. Is this a problem? 1.7.0 is now also 2 years old and as we go to Java 1.5 we could also raise our build requirements. I think this is reasonable. But: what version is installed on hudson? > "ant dist" no longer generates md5's for the top-level artifacts > ---------------------------------------------------------------- > > Key: LUCENE-2024 > URL: https://issues.apache.org/jira/browse/LUCENE-2024 > Project: Lucene - Java > Issue Type: Bug > Components: Build > Affects Versions: 2.9.1, 2.9.2, 3.0 > Reporter: Michael McCandless > Assignee: Uwe Schindler > Priority: Minor > Fix For: 3.0 > > Attachments: LUCENE-2024.patch, LUCENE-2024.patch > > > Mark hit this for 2.9.0, and I just hit it again for 2.9.1. It used to work... -- 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@... For additional commands, e-mail: java-dev-help@... |
|
|
[jira] Commented: (LUCENE-2024) "ant dist" no longer generates md5's for the top-level artifacts[ https://issues.apache.org/jira/browse/LUCENE-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777519#action_12777519 ] Uwe Schindler commented on LUCENE-2024: --------------------------------------- bq. But: what version is installed on hudson? Can you check this for me, I still have no hudson account... :-( Thanks! > "ant dist" no longer generates md5's for the top-level artifacts > ---------------------------------------------------------------- > > Key: LUCENE-2024 > URL: https://issues.apache.org/jira/browse/LUCENE-2024 > Project: Lucene - Java > Issue Type: Bug > Components: Build > Affects Versions: 2.9.1, 2.9.2, 3.0 > Reporter: Michael McCandless > Assignee: Uwe Schindler > Priority: Minor > Fix For: 3.0 > > Attachments: LUCENE-2024.patch, LUCENE-2024.patch > > > Mark hit this for 2.9.0, and I just hit it again for 2.9.1. It used to work... -- 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@... For additional commands, e-mail: java-dev-help@... |
|
|
[jira] Commented: (LUCENE-2024) "ant dist" no longer generates md5's for the top-level artifacts[ https://issues.apache.org/jira/browse/LUCENE-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777530#action_12777530 ] Michael McCandless commented on LUCENE-2024: -------------------------------------------- OK looks like hudson is using ant 1.7.1. So we're good! > "ant dist" no longer generates md5's for the top-level artifacts > ---------------------------------------------------------------- > > Key: LUCENE-2024 > URL: https://issues.apache.org/jira/browse/LUCENE-2024 > Project: Lucene - Java > Issue Type: Bug > Components: Build > Affects Versions: 2.9.1, 2.9.2, 3.0 > Reporter: Michael McCandless > Assignee: Uwe Schindler > Priority: Minor > Fix For: 3.0 > > Attachments: LUCENE-2024.patch, LUCENE-2024.patch > > > Mark hit this for 2.9.0, and I just hit it again for 2.9.1. It used to work... -- 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@... For additional commands, e-mail: java-dev-help@... |
|
|
[jira] Resolved: (LUCENE-2024) "ant dist" no longer generates md5's for the top-level artifacts[ https://issues.apache.org/jira/browse/LUCENE-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2024. ----------------------------------- Resolution: Fixed Committed revision: 835889 Thanks @ all! On ApacheCon, the others told me to open an issue in INFRA to get an account, I could then also take the clover update. I'll try. > "ant dist" no longer generates md5's for the top-level artifacts > ---------------------------------------------------------------- > > Key: LUCENE-2024 > URL: https://issues.apache.org/jira/browse/LUCENE-2024 > Project: Lucene - Java > Issue Type: Bug > Components: Build > Affects Versions: 2.9.1, 2.9.2, 3.0 > Reporter: Michael McCandless > Assignee: Uwe Schindler > Priority: Minor > Fix For: 3.0 > > Attachments: LUCENE-2024.patch, LUCENE-2024.patch > > > Mark hit this for 2.9.0, and I just hit it again for 2.9.1. It used to work... -- 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@... For additional commands, e-mail: java-dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |