Mail Archive Home | barracuda-commits List | Febuary 2006 Index
| Date Index | Thread Index |
Author: jkjome
Date: 2006-02-03 04:58:57 +0100 (Fri, 03 Feb 2006)
New Revision: 145
Added:
Barracuda2/trunk/WEB-INF/jars/jtidy-r7-xmlc-2.2.8.1.jar
Barracuda2/trunk/WEB-INF/jars/xmlc-all-runtime-2.2.8.1.jar
Barracuda2/trunk/WEB-INF/jars/xmlc-taskdef-2.2.8.1.jar
Removed:
Barracuda2/trunk/WEB-INF/jars/jtidy-r7-xmlc-2.2.8.jar
Barracuda2/trunk/WEB-INF/jars/xmlc-all-runtime-2.2.8.jar
Barracuda2/trunk/WEB-INF/jars/xmlc-taskdef-2.2.8.jar
Modified:
Barracuda2/trunk/WEB-INF/A_Changes_History.txt
Barracuda2/trunk/WEB-INF/bin/version.properties
Barracuda2/trunk/WEB-INF/jars/A_ReadMe.txt
Log:
jrk_020206_1 - Update to XMLC-2.2.8.1. Same as XMLC-2.2.8 except a for fix
for a bug in the new encoding
support that caused XMLC compilation failures when using the
LazyDOM and not using deferred
parsing.
Modified: Barracuda2/trunk/WEB-INF/A_Changes_History.txt
===================================================================
--- Barracuda2/trunk/WEB-INF/A_Changes_History.txt 2006-01-30 22:04:06
UTC (rev 144)
+++ Barracuda2/trunk/WEB-INF/A_Changes_History.txt 2006-02-03 03:58:57
UTC (rev 145)
@@ -10,6 +10,10 @@
in which case you should just list here the files added/modified. If you
check in a patch which someone
contributed, make sure you give credit to them here.
----------------------------------------------------------------------------------------------------
+jrk_020206_1 - Update to XMLC-2.2.8.1. Same as XMLC-2.2.8 except a for fix
for a bug in the new encoding
+ support that caused XMLC compilation failures when using the
LazyDOM and not using deferred
+ parsing.
+
jrk_012706_1 - Update to XMLC-2.2.8. Much better encoding support and now
the XHTML DOM is compatible with
BarracudaMVC! Existing code using the HTML DOM will now work
fine when using the XHTML DOM.
I've updated the dbroggisch-contrib webapp to use the XHTML
DOM. Works like a charm!
Modified: Barracuda2/trunk/WEB-INF/bin/version.properties
===================================================================
--- Barracuda2/trunk/WEB-INF/bin/version.properties 2006-01-30 22:04:06
UTC (rev 144)
+++ Barracuda2/trunk/WEB-INF/bin/version.properties 2006-02-03 03:58:57
UTC (rev 145)
@@ -1,14 +1,14 @@
version.ant-contrib=ant-contrib-0.5.jar
version.catalina-ant=catalina-ant.jar
version.gnu-regexp=gnu-regexp-1.1.4.jar
-version.jtidy=jtidy-r7-xmlc-2.2.8.jar
+version.jtidy=jtidy-r7-xmlc-2.2.8.1.jar
version.junit=junit-3.8.1.jar
version.servlet=servlet-2.3.jar
version.xalan=xalan-2.6.0.jar
version.xml-apis=xml-apis-1.3.02.jar
version.jivan=jivan-1.0.jar
-version.xmlc-all-runtime=xmlc-all-runtime-2.2.8.jar
-version.xmlc-taskdef=xmlc-taskdef-2.2.8.jar
+version.xmlc-all-runtime=xmlc-all-runtime-2.2.8.1.jar
+version.xmlc-taskdef=xmlc-taskdef-2.2.8.1.jar
version.asm=asm-2.2.1.jar
version.log4j=log4j-1.2.13.jar
version.log4j-sandbox=log4j-sandbox-0.3alpha.jar
Modified: Barracuda2/trunk/WEB-INF/jars/A_ReadMe.txt
===================================================================
--- Barracuda2/trunk/WEB-INF/jars/A_ReadMe.txt 2006-01-30 22:04:06 UTC (rev
144)
+++ Barracuda2/trunk/WEB-INF/jars/A_ReadMe.txt 2006-02-03 03:58:57 UTC (rev
145)
@@ -4,7 +4,7 @@
is here for convenience to allow for the <junitreport> task to work. See
more on that in the
descriptions below.
-NOTE: The XMLC jars are from XMLC-2.2.8
+NOTE: The XMLC jars are from XMLC-2.2.8.1
available at:
http://forge.objectweb.org/projects/xmlc/
@@ -44,7 +44,7 @@
- jivan-1.0.jar - Jivan is an HTML DOM loader which is an alternative to
XMLC. See http://www.jivan.org/ for usage.
- - jtidy-r7-xmlc-2.2.8.jar - [DOM3 compatible] jtidy r7 with patches... Java
port of Dave Raggett's HTML Tidy, used by XMLC
+ - jtidy-r7-xmlc-2.2.8.1.jar - [DOM3 compatible] jtidy r7 with patches...
Java port of Dave Raggett's HTML Tidy, used by XMLC
- junit-3.8.1.jar - Unit testing framework used by Barracuda's testing
framework (you
may need to copy this file to $ANT_HOME/lib to run unit tests)
@@ -69,7 +69,7 @@
libraries in separate jars. The one included here excludes XSLTC
capabilities to avoid conflicts with
applications requiring newer versions of BCEL.
- - xmlc-all-runtime-2.2.8.jar - [DOM3 compatible] This is a jar composed of
the standard XMLC packages plus the XHTML,
+ - xmlc-all-runtime-2.2.8.1.jar - [DOM3 compatible] This is a jar composed
of the standard XMLC packages plus the XHTML,
Wireless, and XMLC's customized/patched internal version of Xerces-1.4.4.
Note that this internal
version of Xerces is wrapped into the org.enhydra.apache.xerces namespace
to keep it from clashing
with other versions of Xerces (eg.. Xerces2). Note also that XMLC does
not supply the standard api's
@@ -82,5 +82,5 @@
latest Xerces2 distribution and adding said jars to ANT_HOME/lib,
CATALINA_HOME/common/endorsed, or
whatever makes sense for the environment you are using will do the trick.
- - xmlc-taskdef-2.2.8.jar - [DOM3 compatible] The Ant XMLC taskdefs upon
which the Localize task depends.
+ - xmlc-taskdef-2.2.8.1.jar - [DOM3 compatible] The Ant XMLC taskdefs upon
which the Localize task depends.
\ No newline at end of file
Added: Barracuda2/trunk/WEB-INF/jars/jtidy-r7-xmlc-2.2.8.1.jar
===================================================================
(Binary files differ)
Property changes on: Barracuda2/trunk/WEB-INF/jars/jtidy-r7-xmlc-2.2.8.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: Barracuda2/trunk/WEB-INF/jars/jtidy-r7-xmlc-2.2.8.jar
===================================================================
(Binary files differ)
Added: Barracuda2/trunk/WEB-INF/jars/xmlc-all-runtime-2.2.8.1.jar
===================================================================
(Binary files differ)
Property changes on:
Barracuda2/trunk/WEB-INF/jars/xmlc-all-runtime-2.2.8.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: Barracuda2/trunk/WEB-INF/jars/xmlc-all-runtime-2.2.8.jar
===================================================================
(Binary files differ)
Added: Barracuda2/trunk/WEB-INF/jars/xmlc-taskdef-2.2.8.1.jar
===================================================================
(Binary files differ)
Property changes on: Barracuda2/trunk/WEB-INF/jars/xmlc-taskdef-2.2.8.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: Barracuda2/trunk/WEB-INF/jars/xmlc-taskdef-2.2.8.jar
===================================================================
(Binary files differ)
| Date Index | Thread Index |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.