[
https://issues.apache.org/jira/browse/LUCENE-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245698#comment-13245698
]
Shawn Heisey commented on LUCENE-3930:
--------------------------------------
After printing out all the echo statements under ivy-availability, it spits out
this:
ivy-fail:
BUILD FAILED
/index/src/trunk/build.xml:42: The following error occurred while executing
this line:
/index/src/trunk/lucene/common-build.xml:584: The following error occurred
while executing this line:
/index/src/trunk/lucene/common-build.xml:298: Ivy is not available
-----
By adding <echo message="${java.class.path}"/> to the validate section of
build.xml, I got it to print out the java classpath, which includes the jar
downloaded by the ivy-bootstrap option:
[echo]
/usr/share/java/ant.jar:/usr/share/java/ant-launcher.jar:/usr/share/java/jaxp_parser_impl.jar:/usr/share/java/xml-commons-apis.jar:/usr/share/java/junit.jar:/usr/share/java/ant/ant-junit.jar:/usr/share/java/ant/ant-nodeps.jar:/usr/lib/jvm/java/lib/tools.jar:/home/ncindex/.ant/lib/ivy-2.2.0.jar:/usr/share/ant/lib/ant-bootstrap.jar:/usr/share/ant/lib/ant-junit.jar:/usr/share/ant/lib/ant-nodeps.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar
> nuke jars from source tree and use ivy
> --------------------------------------
>
> Key: LUCENE-3930
> URL: https://issues.apache.org/jira/browse/LUCENE-3930
> Project: Lucene - Java
> Issue Type: Task
> Components: general/build
> Reporter: Robert Muir
> Assignee: Robert Muir
> Priority: Blocker
> Fix For: 3.6, 4.0
>
> Attachments: LUCENE-3930-skip-sources-javadoc.patch,
> LUCENE-3930-solr-example.patch, LUCENE-3930-solr-example.patch,
> LUCENE-3930.patch, LUCENE-3930.patch, LUCENE-3930.patch,
> LUCENE-3930__ivy_bootstrap_target.patch,
> LUCENE-3930_includetestlibs_excludeexamplexml.patch,
> ant_-verbose_clean_test.out.txt, langdetect-1.1.jar,
> noggit-commons-csv.patch, patch-jetty-build.patch, pom.xml
>
>
> As mentioned on the ML thread: "switch jars to ivy mechanism?".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]