Source Release 0.9

Release Notes
RevisionAuthorDateCommentModifications
458sfloess2007-12-13 16:57:28Added 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
455sfloess2007-12-06 18:34:02Needed 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
452sfloess2007-12-06 17:00:35Java 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
451sfloess2007-12-06 16:50:51Removed 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
450sfloess2007-12-05 18:11:10Now 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
449sfloess2007-12-05 17:39:33Now 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
432sfloess2007-11-10 19:04:32Needed 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
429sfloess2007-11-01 19:17:25Added 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
424sfloess2007-10-30 15:26:39Now 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
412sfloess2007-10-25 15:51:02The "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
402sfloess2007-10-24 20:36:06The 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
392sfloess2007-10-19 16:45:53Fixed 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
390sfloess2007-10-17 21:26:09Gearing up for the 0.9 release.
  • Modified /trunk/foundation/build.xml


PrevUpNext