Mail Archive Home | barracuda-commits List | April 2006 Index
| Date Index | Thread Index |
Author: jkjome
Date: 2006-04-15 21:19:51 +0200 (Sat, 15 Apr 2006)
New Revision: 147
Added:
Barracuda2/trunk/WEB-INF/jars/asm-2.2.2.jar
Barracuda2/trunk/WEB-INF/jars/commons-io-1.2.jar
Barracuda2/trunk/WEB-INF/jars/jtidy-r7-xmlc-2.2.9.jar
Barracuda2/trunk/WEB-INF/jars/xml-apis-1.3.03.jar
Barracuda2/trunk/WEB-INF/jars/xmlc-all-runtime-2.2.9.jar
Barracuda2/trunk/WEB-INF/jars/xmlc-taskdef-2.2.9.jar
Removed:
Barracuda2/trunk/WEB-INF/jars/asm-2.2.1.jar
Barracuda2/trunk/WEB-INF/jars/commons-io-1.1.jar
Barracuda2/trunk/WEB-INF/jars/jtidy-r7-xmlc-2.2.8.1.jar
Barracuda2/trunk/WEB-INF/jars/xml-apis-1.3.02.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
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_041506_1 - Update to XMLC-2.2.9 as well as updated to ASM-2.2.2,
commons-io-1.2, and xml-apis-1.3.03.
The only real major change is in the XMLC taskdef. The XMLC
taskdef used non-intuitive behavior
when dealing with multiple options.xmlc files in the directory
hierarchy. Now it chooses the
options.xmlc file closest to the source file. Patch provided
by, Barracuda's own, Shawn Wilson.
Modified: Barracuda2/trunk/WEB-INF/A_Changes_History.txt
===================================================================
--- Barracuda2/trunk/WEB-INF/A_Changes_History.txt 2006-03-07 20:58:05
UTC (rev 146)
+++ Barracuda2/trunk/WEB-INF/A_Changes_History.txt 2006-04-15 19:19:51
UTC (rev 147)
@@ -11,6 +11,10 @@
contributed, make sure you give credit to them here.
----------------------------------------------------------------------------------------------------
--------------- RELEASED 2.0.0 ---------------------
+jrk_041506_1 - Update to XMLC-2.2.9 as well as updated to ASM-2.2.2,
commons-io-1.2, and xml-apis-1.3.03.
+ The only real major change is in the XMLC taskdef. The XMLC
taskdef used non-intuitive behavior
+ when dealing with multiple options.xmlc files in the
directory hierarchy. Now it chooses the
+ options.xmlc file closest to the source file. Patch provided
by, Barracuda's own, Shawn Wilson.
csc_030706_1 - Update release notes and generate the 2.0.0 binaries.
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
@@ -845,7 +849,7 @@
csc_112103_1 - Minor (but important) fix to TemplateHelper to make it
possible for multiple
Set_Attr directives to be embedded in a single node without
stomping on one another. Also applied a
couple of small patches to DefaultEventPool (giving the
cleanup thread a name) and to ListValidator
- (making it work on List, not just ArrayList). Thanks to
Thorsten Möller [ThorstenMoeller@xxxxxx]
+ (making it work on List, not just ArrayList). Thanks to
Thorsten Mïller [ThorstenMoeller@xxxxxx]
for providing the patches...
csc_111703_1 - Add a method getSession() to SessionObjectRepository. There
are 2 ways to
@@ -899,7 +903,7 @@
csc_100603_1 - Modified ApplicationGateway so that there is a new
RESPOND_WITH_404
constant which defaults to false but can be overriden to
true. If true, rather than create
a generic HttpRequestEvent when a bad event is specified,
simply return a 404 error.
- Thanks to Thorsten Möller [ThorstenMoeller@xxxxxx] for making
this suggestion.
+ Thanks to Thorsten Mïller [ThorstenMoeller@xxxxxx] for
making this suggestion.
jrk_20031002.1 - Cleaned up mainly ResourceGateway. Calling
resp.flushBuffer() instead of
out.flush(), got rid of outdated comments and commented code,
only override doGet() and doPost()
@@ -917,7 +921,7 @@
provided from those classes.
jrk_20030916.1 - Applied patch to the the EventBuilder taskdef provided by
- Thorsten Möller [ThorstenMoeller@xxxxxx]. It adds
(optionally) the ability to specify one's own
+ Thorsten Mïller [ThorstenMoeller@xxxxxx]. It adds
(optionally) the ability to specify one's own
template file for templating generated event classes. This
was done by adding
an optional attribute to the taskdef called "template" where
one can provide a fully qualified file
path to the template file.
@@ -2856,7 +2860,7 @@
of ComponentGateway) but for event driven processing.
Basically, the idea is
that when you need to handle view events (and thus generate a
view) this
helper class should handle 90% of the use cases. Thanks to
- Timo Sillanpää [Timo.Sillanpaa@xxxxxxxxxxx] for suggesting
this idea.
+ Timo Sillanpïï [Timo.Sillanpaa@xxxxxxxxxxx] for
suggesting this idea.
Reworked the SimpleLogin (examples/ex1) to use this approach
(eliminated a
ton of code by doing so). Look here for examples.
Modified: Barracuda2/trunk/WEB-INF/bin/version.properties
===================================================================
--- Barracuda2/trunk/WEB-INF/bin/version.properties 2006-03-07 20:58:05
UTC (rev 146)
+++ Barracuda2/trunk/WEB-INF/bin/version.properties 2006-04-15 19:19:51
UTC (rev 147)
@@ -1,19 +1,19 @@
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.1.jar
+version.jtidy=jtidy-r7-xmlc-2.2.9.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.xml-apis=xml-apis-1.3.03.jar
version.jivan=jivan-1.0.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.xmlc-all-runtime=xmlc-all-runtime-2.2.9.jar
+version.xmlc-taskdef=xmlc-taskdef-2.2.9.jar
+version.asm=asm-2.2.2.jar
version.log4j=log4j-1.2.13.jar
version.log4j-sandbox=log4j-sandbox-0.3alpha.jar
version.commons-fileupload=commons-fileupload-1.1.jar
-version.commons-io=commons-io-1.1.jar
+version.commons-io=commons-io-1.2.jar
version.barracuda-ant=barracuda-ant.jar
Modified: Barracuda2/trunk/WEB-INF/jars/A_ReadMe.txt
===================================================================
--- Barracuda2/trunk/WEB-INF/jars/A_ReadMe.txt 2006-03-07 20:58:05 UTC (rev
146)
+++ Barracuda2/trunk/WEB-INF/jars/A_ReadMe.txt 2006-04-15 19:19:51 UTC (rev
147)
@@ -4,13 +4,13 @@
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.1
+NOTE: The XMLC jars are from XMLC-2.2.9
available at:
http://forge.objectweb.org/projects/xmlc/
Here are the jars included in this directory:
- - asm-2.2.1.jar - A bytecode manipulation framework used by the xmlc-2.2+
feature "dynamic loading".
+ - asm-2.2.2.jar - A bytecode manipulation framework used by the xmlc-2.2+
feature "dynamic loading".
This allows for [server agnostic] runtime reloading of modified xmlc
templates and classes. This can
go to either WEB-INF/lib or a shared classloader directory. (used at
runtime)
@@ -34,9 +34,9 @@
- commons-fileupload-1.1.jar - Utility making it easier to use a servlet
and accept a file for upload
from a browser.
- - commons-io-1.1.jar - dependency of commons-fileupload-1.1.jar
+ - commons-io-1.2.jar - dependency of commons-fileupload-1.1.jar
- - xml-apis-1.3.02.jar - DOM3 and JAXP apis as taken from the Xerces-2.7.1
build. This is needed when building and
+ - xml-apis-1.3.03.jar - DOM3 and JAXP apis as taken from the Xerces-2.8.0
build. This is needed when building and
deploying under JDK's less than 1.5. Do not assume that you can use DOM3
on XMLC documents. XMLC provides for
compile-time and runtime compatibility with DOM3, but provides nothing
more than NOP implementations of DOM3 methods.
@@ -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.1.jar - [DOM3 compatible] jtidy r7 with patches...
Java port of Dave Raggett's HTML Tidy, used by XMLC
+ - jtidy-r7-xmlc-2.2.9.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.1.jar - [DOM3 compatible] This is a jar composed
of the standard XMLC packages plus the XHTML,
+ - xmlc-all-runtime-2.2.9.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.1.jar - [DOM3 compatible] The Ant XMLC taskdefs upon
which the Localize task depends.
+ - xmlc-taskdef-2.2.9.jar - [DOM3 compatible] The Ant XMLC taskdefs upon
which the Localize task depends.
\ No newline at end of file
Deleted: Barracuda2/trunk/WEB-INF/jars/asm-2.2.1.jar
===================================================================
(Binary files differ)
Added: Barracuda2/trunk/WEB-INF/jars/asm-2.2.2.jar
===================================================================
(Binary files differ)
Property changes on: Barracuda2/trunk/WEB-INF/jars/asm-2.2.2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: Barracuda2/trunk/WEB-INF/jars/commons-io-1.1.jar
===================================================================
(Binary files differ)
Added: Barracuda2/trunk/WEB-INF/jars/commons-io-1.2.jar
===================================================================
(Binary files differ)
Property changes on: Barracuda2/trunk/WEB-INF/jars/commons-io-1.2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: Barracuda2/trunk/WEB-INF/jars/jtidy-r7-xmlc-2.2.8.1.jar
===================================================================
(Binary files differ)
Added: Barracuda2/trunk/WEB-INF/jars/jtidy-r7-xmlc-2.2.9.jar
===================================================================
(Binary files differ)
Property changes on: Barracuda2/trunk/WEB-INF/jars/jtidy-r7-xmlc-2.2.9.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: Barracuda2/trunk/WEB-INF/jars/xml-apis-1.3.02.jar
===================================================================
(Binary files differ)
Added: Barracuda2/trunk/WEB-INF/jars/xml-apis-1.3.03.jar
===================================================================
(Binary files differ)
Property changes on: Barracuda2/trunk/WEB-INF/jars/xml-apis-1.3.03.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: Barracuda2/trunk/WEB-INF/jars/xmlc-all-runtime-2.2.8.1.jar
===================================================================
(Binary files differ)
Added: Barracuda2/trunk/WEB-INF/jars/xmlc-all-runtime-2.2.9.jar
===================================================================
(Binary files differ)
Property changes on: Barracuda2/trunk/WEB-INF/jars/xmlc-all-runtime-2.2.9.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: Barracuda2/trunk/WEB-INF/jars/xmlc-taskdef-2.2.8.1.jar
===================================================================
(Binary files differ)
Added: Barracuda2/trunk/WEB-INF/jars/xmlc-taskdef-2.2.9.jar
===================================================================
(Binary files differ)
Property changes on: Barracuda2/trunk/WEB-INF/jars/xmlc-taskdef-2.2.9.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
| Date Index | Thread Index |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.