- From: <k@all.bg>
- Date: Thu, 30 Oct 2014 21:05:48 +0200
- To: www-validator-css@w3.org
- Message-Id: <GMail.1414695948.103478903.28631774661@all.bg>
('binary' encoding is not supported, stored as-is)
Hello Css-validator Team, I had similar problems as in Exceptions running ant war from latest sourtse. Dev Windows-7-x64 system with latest Java-SDK-8u25-x64 and Tomcat-8.0.14-x64+css-validator.war I've made the following correction to "build.xml": --- build-orig.xml 2014-10-30 10:27:21.093200000 +0200 +++ build-new.xml 2014-10-30 10:07:34.826200000 +0200 @@ -78,6 +78,8 @@ <copy file="tmp/commons-digester-1.8.1/commons-digester-1.8.1.jar" tofile="lib/commons-digester-1.8.1.jar"/> <copy file="tmp/commons-lang-2.6/commons-lang-2.6.jar" tofile="lib/commons-lang-2.6.jar"/> <copy file="tmp/velocity-1.7/velocity-1.7.jar" tofile="lib/velocity-1.7.jar"/> *+ <copy file="tmp/velocity-tools-2.0/lib/commons-beanutils-1.7.0.jar" tofile="lib/commons-beanutils-1.7.0.jar"/>* *+ <copy file="tmp/velocity-tools-2.0/lib/commons-logging-1.1.jar" tofile="lib/commons-logging-1.1.jar"/>* <copy file="tmp/velocity-tools-2.0/lib/velocity-tools-generic-2.0.jar" tofile="lib/velocity-tools-generic-2.0.jar"/> <copy file="tmp/xerces-2_11_0/xercesImpl.jar" tofile="lib/xercesImpl.jar"/> <copy file="tmp/xerces-2_11_0/xml-apis.jar" tofile="lib/xml-apis.jar"/> and now it works. Another annoying problem is that the file "jigsaw_2.2.6.tar.gz" is downloaded in tmp as uncompressed 40 MB which is actually ".tar" with ".tar.gz" extension. In browser it is downloaded as real 6 MB .tar.gz. This may be a server or client (on Win 7) misconfiguration?! Thanks, K.Mits ---------------------------------------------------------------------------------------------------- ALL.BG Mail
Received on Friday, 31 October 2014 00:11:22 UTC