https://issues.apache.org/bugzilla/show_bug.cgi?id=49453
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from [email protected] --- We're hitting this bug with OpenGrok (http://hub.opensolaris.org/bin/view/Project+opengrok/) build which has the following in build.xml: <target name="download-lucene" depends="-check-lucene" if="lucene_not_downloaded"> <get src="http://repo1.maven.org/maven2/org/apache/lucene/lucene-core/${lucene.version}/${lucene-core.jar}" dest="lib/${lucene-core.jar}" verbose="true" usetimestamp="true"/> <get src="http://repo1.maven.org/maven2/org/apache/lucene/lucene-spellchecker/${lucene.version}/${lucene-spellchecker.jar}" dest="lib/${lucene-spellchecker.jar}" verbose="true" usetimestamp="true"/> </target> Since the repo1.maven.org server recently got misconfigured and is sending gzipped content, clean OpenGrok build fails because of this. The problem is apparently fixed on the server now but would appreciate fix anyway for future build robustness. -- You are receiving this mail because: You are the assignee for the bug.
