- From: <bugzilla@jessica.w3.org>
- Date: Thu, 08 Sep 2011 10:02:33 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14078
Summary: build.xml should be updated
Product: CSSValidator
Version: CSS Validator
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Other
AssignedTo: dave.null@w3.org
ReportedBy: Marc-Etienne.Vargenau@alcatel-lucent.com
QAContact: www-validator-cvs@w3.org
Cannot build the stable version of CSS validator.
http://www.apache.org has moved files.
- <get dest="tmp/commons-lang-2.4-bin.tar.gz"
src="http://www.apache.org/dist/commons/lang/binaries/commons-lang-2.4-bin.tar.gz"
usetimestamp="true"/>
- <get dest="tmp/velocity-1.6.1.tar.gz"
src="http://www.apache.org/dist/velocity/engine/1.6.1/velocity-1.6.1.tar.gz"
usetimestamp="true"/>
- <get dest="tmp/Xerces-J-bin.2.9.1.tar.gz"
src="http://www.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.tar.gz"
usetimestamp="true"/>
+ <get dest="tmp/commons-lang-2.4-bin.tar.gz"
src="http://archive.apache.org/dist/commons/lang/binaries/commons-lang-2.4-bin.tar.gz"
usetimestamp="true"/>
+ <get dest="tmp/velocity-1.6.1.tar.gz"
src="http://archive.apache.org/dist/velocity/engine/1.6.1/velocity-1.6.1.tar.gz"
usetimestamp="true"/>
+ <get dest="tmp/Xerces-J-bin.2.9.1.tar.gz"
src="http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.tar.gz"
usetimestamp="true"/>
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 8 September 2011 10:02:37 UTC