mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 08:19:23 +00:00
LUCENE-3946: some tips on dealing with ant classpath in the ivy avail check error
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309511 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bb7bc2ff44
commit
c8c008a535
@ -273,7 +273,7 @@
|
||||
</target>
|
||||
<target name="ivy-availability-check" unless="ivy.available">
|
||||
<echo>
|
||||
This build requires Ivy and Ivy could not be found in your ant classpath
|
||||
This build requires Ivy and Ivy could not be found in your ant classpath.
|
||||
|
||||
(Due to classpath issues and the recursive nature of the Lucene/Solr
|
||||
build system, a local copy of Ivy can not be used an loaded dynamically
|
||||
@ -299,6 +299,11 @@
|
||||
ant -lib /some/path/you/choose clean compile
|
||||
...
|
||||
ant -lib /some/path/you/choose clean compile
|
||||
|
||||
If you have already run ivy-bootstrap, and still get this message, please
|
||||
try using the "--noconfig" option when running ant, or editing your global
|
||||
ant config to allow the user lib to be loaded. See the wiki for more details:
|
||||
http://wiki.apache.org/lucene-java/HowToContribute#antivy
|
||||
</echo>
|
||||
</target>
|
||||
<target name="ivy-fail" unless="ivy.available">
|
||||
|
Loading…
x
Reference in New Issue
Block a user