Missing JARs in build.xml

[email protected] Thu, 30 Oct 2014 21:05:48 +0200
Newsgroups gmane.org.w3c.validator.css
Message-ID <[email protected]>
This is a multi-part message in MIME format.

-----------=_1414695948-10347-87919499
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

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-x6=
4+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=3D"tmp/commons-digester-1.8.1/commons-digester-1.8.1.jar"
tofile=3D"lib/commons-digester-1.8.1.jar"/>
     <copy file=3D"tmp/commons-lang-2.6/commons-lang-2.6.jar" tofile=3D"lib=
/commons-lang-2.6.jar"/>
     <copy file=3D"tmp/velocity-1.7/velocity-1.7.jar" tofile=3D"lib/velocit=
y-1.7.jar"/>
*+    <copy file=3D"tmp/velocity-tools-2.0/lib/commons-beanutils-1.7.0.jar"
tofile=3D"lib/commons-beanutils-1.7.0.jar"/>*
*+    <copy file=3D"tmp/velocity-tools-2.0/lib/commons-logging-1.1.jar"
tofile=3D"lib/commons-logging-1.1.jar"/>*
     <copy file=3D"tmp/velocity-tools-2.0/lib/velocity-tools-generic-2.0.ja=
r"
tofile=3D"lib/velocity-tools-generic-2.0.jar"/>
     <copy file=3D"tmp/xerces-2_11_0/xercesImpl.jar" tofile=3D"lib/xercesIm=
pl.jar"/>
     <copy file=3D"tmp/xerces-2_11_0/xml-apis.jar" tofile=3D"lib/xml-apis.j=
ar"/>

and now it works.

Another annoying problem is that the file "jigsaw_2.2.6.tar.gz" is download=
ed in tmp as uncompressed
40 MB which is actually ".tar" with ".tar.gz" extension. In browser it is d=
ownloaded as real 6 MB
=2Etar.gz. This may be a server or client (on Win 7) misconfiguration?!

Thanks,
K.Mits
---------------------------------------------------------------------------=
-------------------------
 ALL.BG Mail=20

-----------=_1414695948-10347-87919499
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<html><body bgcolor=3D"#FFFFFF">Hello Css-validator Team,<br>
<br>
I had similar problems as in <a href=3D"http://lists.w3.org/Archives/Public=
/www-validator-css/2014Oct/0018.html">Exceptions running ant war from lates=
t sourtse</a>.<br>
Dev Windows-7-x64 system with latest Java-SDK-8u25-x64 and Tomcat-8.0.14-x6=
4+css-validator.war<br>
<br>
I've made the following correction to "build.xml":<br>
<br>
--- build-orig.xml&nbsp;&nbsp;&nbsp;&nbsp;2014-10-30 10:27:21.093200000 +02=
00<br>
+++ build-new.xml&nbsp;&nbsp;&nbsp;&nbsp;2014-10-30 10:07:34.826200000 +020=
0<br>
@@ -78,6 +78,8 @@<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;copy file=3D"tmp/commons-digester-1.8.1/c=
ommons-digester-1.8.1.jar" tofile=3D"lib/commons-digester-1.8.1.jar"/&gt;<b=
r>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;copy file=3D"tmp/commons-lang-2.6/commons=
-lang-2.6.jar" tofile=3D"lib/commons-lang-2.6.jar"/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;copy file=3D"tmp/velocity-1.7/velocity-1.=
7.jar" tofile=3D"lib/velocity-1.7.jar"/&gt;<br>
<b>+&nbsp;&nbsp;&nbsp;&nbsp;&lt;copy file=3D"tmp/velocity-tools-2.0/lib/com=
mons-beanutils-1.7.0.jar" tofile=3D"lib/commons-beanutils-1.7.0.jar"/&gt;</=
b><br>
<b>+&nbsp;&nbsp;&nbsp;&nbsp;&lt;copy file=3D"tmp/velocity-tools-2.0/lib/com=
mons-logging-1.1.jar" tofile=3D"lib/commons-logging-1.1.jar"/&gt;</b><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;copy file=3D"tmp/velocity-tools-2.0/lib/v=
elocity-tools-generic-2.0.jar" tofile=3D"lib/velocity-tools-generic-2.0.jar=
"/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;copy file=3D"tmp/xerces-2_11_0/xercesImpl=
=2Ejar" tofile=3D"lib/xercesImpl.jar"/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;copy file=3D"tmp/xerces-2_11_0/xml-apis.j=
ar" tofile=3D"lib/xml-apis.jar"/&gt;<br>
<br>
and now it works.<br>
<br>
Another annoying problem is that the file "jigsaw_2.2.6.tar.gz" is download=
ed in tmp as uncompressed 40 MB which is actually ".tar" with ".tar.gz" ext=
ension. In browser it is downloaded as real 6 MB .tar.gz. This may be a ser=
ver or client (on Win 7) misconfiguration?!<br>
<br>
Thanks,<br>
K.Mits<hr noshade=3D"noshade" width=3D"100%" />
<font face=3D"Tahoma,Arial,Helvetica" size=3D"2">
<a href=3D"http://www.all.bg/">ALL.BG Mail</a></font>
</body></html>=

-----------=_1414695948-10347-87919499--