Thanks for the patch. I've committed this, after creating a ticket. CONNECTORS-591.
Karl On Sun, Dec 23, 2012 at 8:26 PM, Minoru Osuka <[email protected]> wrote: > Hi, Lukas, Karl, > > Thank you for your reply. > > According to the blog post, Github's download site it seems to be closed. > > > --- build.xml.org 2012-09-30 21:19:17.000000000 +0900 > +++ build.xml 2012-12-24 10:05:28.000000000 +0900 > @@ -22,7 +22,7 @@ > <target name="download-dependencies"> > > <mkdir dir="build/download"/> > - <get src=" > http://cloud.github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.0.tar.gz > " > + <get src=" > http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.19.0.tar.gz > " > dest="build/download/elasticsearch.tar.gz"/> > <gunzip src="build/download/elasticsearch.tar.gz"/> > <untar src="build/download/elasticsearch.tar" > dest="test-materials-proprietary"/> > @@ -30,7 +30,7 @@ > <!-- download and install the attachment plugin --> > <mkdir > dir="test-materials-proprietary/elasticsearch-0.19.0/plugins"/> > > - <get src=" > http://cloud.github.com/downloads/elasticsearch/elasticsearch-mapper-attachments/elasticsearch-mapper-attachments-1.2.0.zip > " > + <get src=" > http://download.elasticsearch.org/elasticsearch/elasticsearch-mapper-attachments/elasticsearch-mapper-attachments-1.2.0.zip > " > > > dest="test-materials-proprietary/elasticsearch-0.19.0/plugins/mapper-attachments.zip"/> > > <unzip > src="test-materials-proprietary/elasticsearch-0.19.0/plugins/mapper-attachments.zip" > dest="test-materials-proprietary/elasticsearch-0.19.0/plugins/mapper-attachments"/> > > > Fixed download URLs, I have succeeded in make-deps. > > Thanks, > Minoru > > > > On Mon, Dec 24, 2012 at 6:50 AM, Karl Wright <[email protected]> wrote: > >> Hmm, do you have a firewall where you are? I did a download just >> yesterday and it worked fine. >> >> Karl >> >> Sent from my Windows Phone >> >> -----Original Message----- >> From: Minoru Osuka >> Sent: 12/23/2012 7:01 AM >> To: [email protected] >> Subject: Can't download elastic search >> > > > > -- > --------------------------------------------------- > Minoru Osuka > [email protected]
