Open asfimport opened 11 years ago
Steven Rowe (@sarowe) (migrated from JIRA)
Bulk move 4.4 issues to 4.5 and 5.0
Uwe Schindler (@uschindler) (migrated from JIRA)
Move issue to Lucene 4.9.
Steven Rowe (@sarowe) (migrated from JIRA)
Patch causing the build to fail when a regex matches disallowed Ivy jars: those with versions 2.0.\*
, 2.1.\*
, and 2.2.\*
.
Committing shortly.
ASF subversion and git services (migrated from JIRA)
Commit 7a9870e3f94215cf4167e6ccd75c011b7e50d114 in lucene-solr's branch refs/heads/branch_7x from @sarowe https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=7a9870e
LUCENE-4960: Fail the build in the presence of Ivy jar(s) with unsupported versions.
ASF subversion and git services (migrated from JIRA)
Commit f5c2e10222d9014c434ee42411b8857926fb3c23 in lucene-solr's branch refs/heads/master from @sarowe https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=f5c2e10
LUCENE-4960: Fail the build in the presence of Ivy jar(s) with unsupported versions.
Michael Braun (@michaelbraun) (migrated from JIRA)
@sarowe from the latest master (and Ivy 2.4.0) on Windows, ant resolve gives me:
BUILD FAILED
c:\Development\workspace\mbraun-lucene-solr\build.xml:300: The following error occurred while executing this line:
c:\Development\workspace\mbraun-lucene-solr\lucene\build.xml:124: The following error occurred while executing this line:
c:\Development\\workspace\mbraun-lucene-solr\lucene\common-build.xml:424: C:\<my users path>\.ant\lib does not exist
Steven Rowe (@sarowe) (migrated from JIRA)
Thanks for reporting @michaelbraun. Reopening to fix on Windows.
Someone on solr-user ran into a problem while trying to run 'ant idea' so they could work on Solr in their IDE. @sarowe indicated that this is probably due to IVY-1194, requiring an ivy jar upgrade.
The build system should check for a minimum ivy version, just like it does with ant. The absolute minimum we require appears to be 2.2.0, but do we want to make it 2.3.0 due to IVY-1388?
I'm not sure how to go about checking the ivy version. Checking the ant version is easy because it's ant itself that does the checking.
There might be other component versions that should be checked too.
Migrated from LUCENE-4960 by Shawn Heisey (@elyograg), updated Dec 08 2021 Attachments: LUCENE-4960.patch Linked issues: