| Release Notes |
| Revision | Author | Date | Comment | Modifications |
| 458 | sfloess | 2007-12-13 16:57:28 | Added some documentation on building, requirements and mailing lists. Feature request #1846330 (http://sourceforge.net/tracker/index.php?func=detail&aid=1846330&group_id=52550&atid=467231).
|
-
Modified /trunk/foundation/src/doc/index.html
|
| 455 | sfloess | 2007-12-06 18:34:02 | Needed to expose the actual result so subclasses could operate on it if necessary. Currently the getResult() method returns unmodifiable versions. Not bug/feature request was opened for this checkin.
|
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/impl/AbstractJPlateListBuilder.java
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/impl/AbstractJPlateMapBuilder.java
|
| 452 | sfloess | 2007-12-06 17:00:35 | Java Doc errors were found. As part of this find, it was seen that JPlateListBuilderIfc and JPlateMapBuilderIfc were extend BuilderIfc not JPlateBuilderIfc and subsequently fixed. No bug/feature request was opened for this checkin.
|
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/impl/AbstractJPlateListBuilder.java
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/JPlateListBuilderIfc.java
-
Modified /trunk/foundation/src/doc/index.html
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/JPlateMapBuilderIfc.java
|
| 451 | sfloess | 2007-12-06 16:50:51 | Removed the buildEnd() method calls as these should be handled by subclasses. This is mostly due to the fact the subclasses most likely will process specially at the end of parsing. In theses classes here, no special processing occurs and is therefore being omitted. No bug/feature request was opened for this checkin.
|
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/impl/AbstractJPlateListBuilder.java
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/impl/AbstractJPlateMapBuilder.java
|
| 450 | sfloess | 2007-12-05 18:11:10 | Now have a simple quick start section. Feature request #1844986 (http://sourceforge.net/tracker/index.php?func=detail&aid=1844986&group_id=52550&atid=467231).
|
-
Modified /trunk/foundation/src/doc/index.html
|
| 449 | sfloess | 2007-12-05 17:39:33 | Now have abstract builders - Map and List. Feature request #1844847 (http://sourceforge.net/tracker/index.php?func=detail&aid=1844847&group_id=52550&atid=467231).
|
-
Added /trunk/foundation/src/java/org/jplate/foundation/parser/impl/AbstractJPlateListBuilder.java
-
Added /trunk/foundation/src/java/org/jplate/foundation/parser/impl/AbstractJPlateMapBuilder.java
-
Added /trunk/foundation/src/java/org/jplate/foundation/parser/impl
-
Added /trunk/foundation/src/java/org/jplate/foundation/parser/JPlateListBuilderIfc.java
-
Added /trunk/foundation/src/java/org/jplate/foundation/parser/JPlateMapBuilderIfc.java
|
| 432 | sfloess | 2007-11-10 19:04:32 | Needed another an add exception common type. No Feauture Request/Bug opened for this checkin.
|
-
Added /trunk/foundation/src/java/org/jplate/foundation/exception/AddException.java
|
| 429 | sfloess | 2007-11-01 19:17:25 | Added some more generic exception types. No Feature Request/Bug opened for this checkin.
|
-
Added /trunk/foundation/src/java/org/jplate/foundation/exception/OpenException.java
-
Added /trunk/foundation/src/java/org/jplate/foundation/exception/CloseException.java
|
| 424 | sfloess | 2007-10-30 15:26:39 | Now have preliminary common exceptions. Feature request #1822250 (http://sourceforge.net/tracker/index.php?func=detail&aid=1822250&group_id=52550&atid=467231).
|
-
Added /trunk/foundation/src/java/org/jplate/foundation/exception/RemoveException.java
-
Added /trunk/foundation/src/java/org/jplate/foundation/exception/package.html
-
Added /trunk/foundation/src/java/org/jplate/foundation/exception/FindException.java
-
Added /trunk/foundation/src/java/org/jplate/foundation/exception
-
Added /trunk/foundation/src/java/org/jplate/foundation/exception/CreateException.java
|
| 412 | sfloess | 2007-10-25 15:51:02 | The "up" link has been fixed for Ant and Subversion. Feature request #1820061 (http://sourceforge.net/tracker/index.php?func=detail&aid=1820061&group_id=52550&atid=467231).
|
-
Modified /trunk/kvp/build.xml
-
Modified /trunk/foundation/build.xml
-
Modified /trunk/tabular/build.xml
-
Modified /trunk/template/build.xml
|
| 402 | sfloess | 2007-10-24 20:36:06 | The toString() was missing a bracket. No feature request/bug was opened for this fix.
|
-
Modified /trunk/foundation/src/java/org/jplate/foundation/node/attribute/impl/defaults/DefaultAttribute.java
|
| 392 | sfloess | 2007-10-19 16:45:53 | Fixed parser generics. Feature request #1816657 (http://sourceforge.net/tracker/index.php?func=detail&aid=1816657&group_id=52550&atid=467231).
|
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/javacc/JavaccParserIfc.java
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/JPlateParserIfc.java
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/javacc/impl/AbstractJavaccParser.java
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/javacc/JavaccParserFactoryIfc.java
-
Modified /trunk/foundation/src/java/org/jplate/foundation/parser/JPlateParserFactoryIfc.java
|
| 390 | sfloess | 2007-10-17 21:26:09 | Gearing up for the 0.9 release.
|
-
Modified /trunk/foundation/build.xml
|