cziegeler 01/12/17 06:29:00
Modified: . build.xml changes.xml
bin/src ClassAvailable.java
Log:
Minor sync with 2.1 and 2.0
Revision Changes Path
1.121 +5 -4 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- build.xml 2001/12/15 14:26:04 1.120
+++ build.xml 2001/12/17 14:29:00 1.121
@@ -149,7 +149,7 @@
<property name="name" value="cocoon"/>
<property name="version" value="2.1-dev"/>
<property name="short.version" value="2.1"/>
- <property name="release" value="1st"/>
+ <property name="release" value="6th"/>
<property name="year" value="1999-2001"/>
<echo message="------------------- ${fullname} ${version} [${year}]
----------------"/>
@@ -242,6 +242,10 @@
<target name="optional-tests" depends="init"
description="Tests for optional classes missing to the environment">
+ <!-- A simple task to test for a class -->
+ <taskdef name="ClassAvailable" classname="ClassAvailable"
+ classpath="./bin/anttasks"/>
+
<available property="jaxen.present" classname="org.jaxen.dom.XPath">
<classpath refid="classpath"/>
</available>
@@ -249,9 +253,6 @@
<classpath refid="classpath"/>
</available>
- <!-- A simple task to test for a class -->
- <taskdef name="ClassAvailable" classname="ClassAvailable"
- classpath="./bin/anttasks"/>
<ClassAvailable classpathref="classpath"
property="xmldb.present"
1.59 +40 -30 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- changes.xml 2001/12/13 20:50:40 1.58
+++ changes.xml 2001/12/17 14:29:00 1.59
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.58 2001/12/13 20:50:40 vgritsenko Exp $
+ $Id: changes.xml,v 1.59 2001/12/17 14:29:00 cziegeler Exp $
-->
<changes title="History of Changes">
@@ -27,7 +27,7 @@
<person name="Carsten Ziegeler" email="[EMAIL PROTECTED]" id="CZ"/>
</devs>
- <release version="2.1-dev" date="@date@">
+ <release version="@version@" date="@date@">
<action dev="VG" type="fix" due-to="Eisert, Wolfram"
due-to-email="[EMAIL PROTECTED]">
XSP page were called twice if used as a source of XSLT stylesheet due to
multiple calls to
Source.getInputSource() in XSLProcessorImpl.
@@ -57,6 +57,32 @@
from Peter Seiderer [[EMAIL PROTECTED]]
</action>
<action dev="CZ" type="update">
+ The JaxpParser is now poolable and configurable.
+ </action>
+ <action dev="SW" type="update">
+ The sitemap engine is now a regular component available through Processor.ROLE.
This allows
+ alternative implementations of Processors (e.g. interpreted sitemap, flowmap,
statemap) to
+ be plugged through cocoon.xconf. Note : to ensure compatibility with existing
cocoon.xconf
+ files, the shorthand for the Processor role is "sitemap".
+ </action>
+ <action dev="CZ" type="update">
+ Added support for configurable SourceFactories.
+ Patch submitted by Gianugo Rabellino [[EMAIL PROTECTED]].
+ </action>
+ <action dev="CZ" type="add">
+ Added RTF serialization of XSL-FO documents (requires jfor).
+ Patch submitted by Bertrand Delacretaz [[EMAIL PROTECTED]].
+ Applied patch for the SQLTransformer to output namespaces for the
+ generated elements. Patch submitted by Per-Olof Nor謠[[EMAIL PROTECTED]].
+ </action>
+ <action dev="SW" type="add">
+ New ServerPagesAction and associated "action" and "capture" logicsheets
+ that allow actions to be written in XSP and parts of the generated XML
+ to be captured in XMLFragment or DOM objects.
+ </action>
+ </release>
+ <release version="2.0" date="November 29, 2001">
+ <action dev="CZ" type="update">
Restructured build system. A new ant task (SitemapTool) adds entries
of optional components to the sitemap. Warnings for not available
optional components are printed out.
@@ -71,19 +97,16 @@
Applied patch for session-info for TraxTransformer from Jörn Heid
[[EMAIL PROTECTED]].
</action>
+ <action dev="CZ" type="update">
+ Applied patch for the SQLTransformer to output namespaces for the
+ generated elements. Patch submitted by Per-Olof Nor謠[[EMAIL PROTECTED]].
+ </action>
<action dev="OP" type="update">
Applied patch for incremental XSLT processing from Jörn Heid
[[EMAIL PROTECTED]].
</action>
- <action dev="CZ" type="update">
- The JaxpParser is now poolable and configurable.
- </action>
- <action dev="SW" type="update">
- The sitemap engine is now a regular component available through Processor.ROLE.
This allows
- alternative implementations of Processors (e.g. interpreted sitemap, flowmap,
statemap) to
- be plugged through cocoon.xconf. Note : to ensure compatibility with existing
cocoon.xconf
- files, the shorthand for the Processor role is "sitemap".
- </action>
+ </release>
+ <release version="2.0rc2" date="November 7, 2001">
<action dev="SW" type="add">
Deprecation of CodeFactory in preparation of the tree traversal implementation
of the sitemap.
All factory-based matchers have been rewritten using the new PreparableMatcher
interface, and
@@ -102,10 +125,6 @@
Updated TraxTransformer and XSLTProcessor to allow simultaneous use of several
TRAX processors (e.g. xalan and saxon) in a controlled way.
</action>
- <action dev="CZ" type="update">
- Added support for configurable SourceFactories.
- Patch submitted by Gianugo Rabellino [[EMAIL PROTECTED]].
- </action>
<action dev="CZ" type="fix">
Updated session handling of commandline interface and fixed
parameter handling.
@@ -114,16 +133,6 @@
Fixed missing prefix in elements generated by the directory and image
directory generator.
</action>
- <action dev="CZ" type="add">
- Added RTF serialization of XSL-FO documents (requires jfor).
- Patch submitted by Bertrand Delacretaz [[EMAIL PROTECTED]].
- Applied patch for the SQLTransformer to output namespaces for the
- generated elements. Patch submitted by Per-Olof Nor謠[[EMAIL PROTECTED]].
- </action>
- <action dev="CZ" type="update">
- Applied patch for the SQLTransformer to output namespaces for the
- generated elements. Patch submitted by Per-Olof Nor謠[[EMAIL PROTECTED]].
- </action>
<action dev="CZ" type="fix">
Throw exception for internal requests instead of using the error handler and
fixed component handling in subsitemaps when invoked internally. Components only
@@ -176,6 +185,12 @@
Applied fix for a bug in the WriteDOMSessionTransformer for handling xml
documents
with namespaces correctly. Submitted by: Greg Weinger [[EMAIL PROTECTED]]
</action>
+ </release>
+ <release version="2.0rc1" date="September 24, 2001">
+ <action dev="SW" type="add">
+ New "capture" logicsheet that allows parts of XSP-generated XML to be captured
+ as XMLFragment or DOM objects.
+ </action>
<action dev="GP" type="add">
Added LogKit management functionality.
</action>
@@ -191,11 +206,6 @@
</action>
<action dev="VG" type="fix" fixes-bug="2737">
Fixed package name generation for subsitemap components and external components.
- </action>
- <action dev="SW" type="add">
- New ServerPagesAction and associated "action" and "capture" logicsheets
- that allow actions to be written in XSP and parts of the generated XML
- to be captured in XMLFragment or DOM objects.
</action>
<action dev="VG" type="add">
Added ability to specify custom 404 error page for pipelines using
1.5 +2 -1 xml-cocoon2/bin/src/ClassAvailable.java
Index: ClassAvailable.java
===================================================================
RCS file: /home/cvs/xml-cocoon2/bin/src/ClassAvailable.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ClassAvailable.java 2001/12/12 23:30:40 1.4
+++ ClassAvailable.java 2001/12/17 14:29:00 1.5
@@ -21,7 +21,8 @@
* This task searches only in the defined path but not in the parents path
* unless explicitly overridden by the value of ${build.sysclasspath}
* like the original available task does.
- * @author Carsten Ziegeler <a
href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
+ * @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a>
+ * @version CVS $Revision: 1.5 $ $Date: 2001/12/17 14:29:00 $
*/
public class ClassAvailable extends Task {
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]