Hello, I downloaded the beta src. I did:
cd apache-solr-4.0.0-BETA/ ant get-maven-poms ant ivy-bootstrap And I get problems when doing this (it is working fine when compiling the alpha): "ant generate-maven-artifacts". The output is: jar-test-framework: ivy-availability-check: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /home/lefl/tools/apache-solr-4.0.0-BETA/lucene/ivy- settings.xml resolve: [ivy:retrieve] You probably access the destination server through a proxy server that is not well configured. [ivy:retrieve] You probably access the destination server through a proxy server that is not well configured. When using the alpha src, I get the following instead and it goes through: ivy-configure: resolve: [ivy:retrieve] :: loading settings :: url = jar:file:/home/lefl/.ant/lib/ivy-2.2.0.jar!/org/apache/ivy/core/settings/ivysettings.xml What's wrong ? Thank you.