jon 01/03/29 14:17:47
Modified: docs changes.html
xdocs changes.xml
Log:
added note about build.compiler removal
Revision Changes Path
1.19 +3 -0 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- changes.html 2001/03/29 21:12:23 1.18
+++ changes.html 2001/03/29 22:17:46 1.19
@@ -151,6 +151,9 @@
the method on the wrapped HttpServletRequest. Thanks to
Shahar Solomianik. (gmj)
</li>
+ <li>
+ Removed build.compiler from the build.xml file. (JSS)
+ </li>
</ul>
</blockquote>
</td></tr>
1.19 +161 -158 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- changes.xml 2001/03/29 21:12:21 1.18
+++ changes.xml 2001/03/29 22:17:47 1.19
@@ -1,158 +1,161 @@
-<?xml version="1.0"?>
-
-<document>
-
- <properties>
- <title>Velocity Changes</title>
- <author email="[EMAIL PROTECTED]">Jon S. Stevens</author>
- </properties>
-
-<body>
-
-<section name="Velocity Changes">
-
-<p>
- This document tracks the changes in Velocity between releases.
-</p>
-
-<subsection name="1.0b3">
-<ul>
- <li>
- Documentation: Fix the VTL Reference guide for the #if
- statement. Thanks to Joaquim Carvalho for the find. (JSS)
- </li>
- <li>
- Documentation: Fixed the html in the user guide that generates
- the TOC so that the numbers come out in proper order. (JSS)
- </li>
- <li>
- Added common base class for application-level exceptions in package
- org.apache.velocity.exception. Thanks to Kyle Downey for the
- suggestion. (gmj)
- </li>
- <li>
- Added javadoc to o.a.v.context.AbstractContext clarifying which
- of the internalXXX methods are required. Thanks to
- Joshua Levy for the suggestion. (gmj)
- </li>
- <li>
- Added license and javadoc to examples/context_example/DBContext.java
- to clarify why some internalXXX methods are stubbed out. (gmj)
- </li>
- <li>
- Documentation : Clarification of VM properties and added note on
- VM declaration / usage order in user guide. (gmj)
- </li>
- <li>
- Fixed HttpServletRequestWrap.java - getInputStream() wasn't calling
- the method on the wrapped HttpServletRequest. Thanks to
- Shahar Solomianik. (gmj)
- </li>
-</ul>
-
-</subsection>
-
-<subsection name="1.0b2">
-
-<p>
- Released as version 1.0 beta 2 on March 26, 2001
-</p>
-
-<ul>
- <li>
- Make the distribution have CRLF for all of the text files (JSS).
- </li>
- <li>
- Fixed release packaging to create things in the right directory
- structure (JSS).
- </li>
- <li>
- Re-added 'include' support for Configuration. (JVZ)
- </li>
- <li>
- Fixed VMProxy bug when reference arg was null. (#1074) (gmj)
- </li>
- <li>
- Fixed nullpointer problem in cache refresh in ResourceManager
- (reported by Ilkka Priha) (gmj)
- </li>
- <li>
- VelocityServlet now respects the 'default.contentType'
- property again. That must have fallen out during the 'request
- process' rework in VelServlet. (reported by [EMAIL PROTECTED]) (gmj)
- </li>
- <li>
- Changed AnakiaTask and TexenTask to use the canonical
- template file path rather than the literal string specified.
- Motivated for ease of gump-tion. Also added
- failonerror to the testcases.xml for the same reason. (gmj)
- </li>
- <li>
- Added Sam's suggestion for normalizing \n[\r] when comparing
- results to expected results in the testbed via BaseTestCase (gmj)
- </li>
- <li>
- Qualified import statments in Generator.java. Added tests for
- automatic boolean mapping in TexenTestCase.java. Added default
- boolean mapping to texen for properties used with the
- contextProperties option. Allow variants on boolean values in
- Configuration.java, and changes to relevant templates in testbed.
- Added default objects to context in TexenTask.java. (JVZ)
- </li>
- <li>
- Documentation changes to Configuration.java (DLR)
- </li>
- <li>
- Augmented the MethodInvocationException message in ASTMethod to
- make the stacktraces more useful - noted from some traffic on
- Turbine list. (gmj)
- </li>
- <li>
- Added powered by logo. Look in
- xdocs/images/powered-by-logo.psd/.gif (JSS)
- </li>
- <li>
- Changed the internals of the Configuration class so that
- setProperty(K,V) will replace the value at K with V;
- addProperty(K,V) works the way setProperty(K,V) used
- to: if there is a value already stored at K then
- V is added to the vector. If nothing is being stored
- at K then the scalar V is simply added. setProperty(K,V)
- is basically a short form for clearProperty(K)/addProperty(K,V).
- Also added setConfiguration(C), so that an application using
- velocity could easily take a subset of the application
- configuration using C.subset(velocityProps) and set the
- whole velocity configuration at once. This is now how
- the velocity service works in Turbine. (JVZ)
- </li>
-
- <li>
- Added support to the Runtime/Velocity classes for
- addProperty(K,V). (JVZ)
- </li>
-
- <li>
- Added support to Runtime/Velocity classes for setConfiguration.
- (JVZ)
- </li>
-
- <li>
- Confirmed that the build.bat works on Win98 as well as made the
- classpath that the build.bat generates equal to the one that
- build.sh generates. (JSS)
- </li>
-</ul>
-</subsection>
-
-<subsection name="1.0b1">
-<ul>
- <li>
- Initial release.
- </li>
-</ul>
-</subsection>
-
-</section>
-
-</body>
-</document>
+<?xml version="1.0"?>
+
+<document>
+
+ <properties>
+ <title>Velocity Changes</title>
+ <author email="[EMAIL PROTECTED]">Jon S. Stevens</author>
+ </properties>
+
+<body>
+
+<section name="Velocity Changes">
+
+<p>
+ This document tracks the changes in Velocity between releases.
+</p>
+
+<subsection name="1.0b3">
+<ul>
+ <li>
+ Documentation: Fix the VTL Reference guide for the #if
+ statement. Thanks to Joaquim Carvalho for the find. (JSS)
+ </li>
+ <li>
+ Documentation: Fixed the html in the user guide that generates
+ the TOC so that the numbers come out in proper order. (JSS)
+ </li>
+ <li>
+ Added common base class for application-level exceptions in package
+ org.apache.velocity.exception. Thanks to Kyle Downey for the
+ suggestion. (gmj)
+ </li>
+ <li>
+ Added javadoc to o.a.v.context.AbstractContext clarifying which
+ of the internalXXX methods are required. Thanks to
+ Joshua Levy for the suggestion. (gmj)
+ </li>
+ <li>
+ Added license and javadoc to examples/context_example/DBContext.java
+ to clarify why some internalXXX methods are stubbed out. (gmj)
+ </li>
+ <li>
+ Documentation : Clarification of VM properties and added note on
+ VM declaration / usage order in user guide. (gmj)
+ </li>
+ <li>
+ Fixed HttpServletRequestWrap.java - getInputStream() wasn't calling
+ the method on the wrapped HttpServletRequest. Thanks to
+ Shahar Solomianik. (gmj)
+ </li>
+ <li>
+ Removed build.compiler from the build.xml file. (JSS)
+ </li>
+</ul>
+
+</subsection>
+
+<subsection name="1.0b2">
+
+<p>
+ Released as version 1.0 beta 2 on March 26, 2001
+</p>
+
+<ul>
+ <li>
+ Make the distribution have CRLF for all of the text files (JSS).
+ </li>
+ <li>
+ Fixed release packaging to create things in the right directory
+ structure (JSS).
+ </li>
+ <li>
+ Re-added 'include' support for Configuration. (JVZ)
+ </li>
+ <li>
+ Fixed VMProxy bug when reference arg was null. (#1074) (gmj)
+ </li>
+ <li>
+ Fixed nullpointer problem in cache refresh in ResourceManager
+ (reported by Ilkka Priha) (gmj)
+ </li>
+ <li>
+ VelocityServlet now respects the 'default.contentType'
+ property again. That must have fallen out during the 'request
+ process' rework in VelServlet. (reported by [EMAIL PROTECTED]) (gmj)
+ </li>
+ <li>
+ Changed AnakiaTask and TexenTask to use the canonical
+ template file path rather than the literal string specified.
+ Motivated for ease of gump-tion. Also added
+ failonerror to the testcases.xml for the same reason. (gmj)
+ </li>
+ <li>
+ Added Sam's suggestion for normalizing \n[\r] when comparing
+ results to expected results in the testbed via BaseTestCase (gmj)
+ </li>
+ <li>
+ Qualified import statments in Generator.java. Added tests for
+ automatic boolean mapping in TexenTestCase.java. Added default
+ boolean mapping to texen for properties used with the
+ contextProperties option. Allow variants on boolean values in
+ Configuration.java, and changes to relevant templates in testbed.
+ Added default objects to context in TexenTask.java. (JVZ)
+ </li>
+ <li>
+ Documentation changes to Configuration.java (DLR)
+ </li>
+ <li>
+ Augmented the MethodInvocationException message in ASTMethod to
+ make the stacktraces more useful - noted from some traffic on
+ Turbine list. (gmj)
+ </li>
+ <li>
+ Added powered by logo. Look in
+ xdocs/images/powered-by-logo.psd/.gif (JSS)
+ </li>
+ <li>
+ Changed the internals of the Configuration class so that
+ setProperty(K,V) will replace the value at K with V;
+ addProperty(K,V) works the way setProperty(K,V) used
+ to: if there is a value already stored at K then
+ V is added to the vector. If nothing is being stored
+ at K then the scalar V is simply added. setProperty(K,V)
+ is basically a short form for clearProperty(K)/addProperty(K,V).
+ Also added setConfiguration(C), so that an application using
+ velocity could easily take a subset of the application
+ configuration using C.subset(velocityProps) and set the
+ whole velocity configuration at once. This is now how
+ the velocity service works in Turbine. (JVZ)
+ </li>
+
+ <li>
+ Added support to the Runtime/Velocity classes for
+ addProperty(K,V). (JVZ)
+ </li>
+
+ <li>
+ Added support to Runtime/Velocity classes for setConfiguration.
+ (JVZ)
+ </li>
+
+ <li>
+ Confirmed that the build.bat works on Win98 as well as made the
+ classpath that the build.bat generates equal to the one that
+ build.sh generates. (JSS)
+ </li>
+</ul>
+</subsection>
+
+<subsection name="1.0b1">
+<ul>
+ <li>
+ Initial release.
+ </li>
+</ul>
+</subsection>
+
+</section>
+
+</body>
+</document>