stephan 2003/04/24 04:37:06 Modified: . status.xml Log: Add some todo things, which must be solve before a 2.1 final. Revision Changes Path 1.6 +29 -7 cocoon-2.1/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/status.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- status.xml 7 Apr 2003 06:49:42 -0000 1.5 +++ status.xml 24 Apr 2003 11:37:05 -0000 1.6 @@ -117,11 +117,6 @@ refactoring of samples - - Bring back the check-jars functionality. This verified that all jars - were properly described. It was lost the the recent build re-factoring. - - Move complete Source implementation to Excalibur. @@ -130,7 +125,8 @@ Documentation to be published by Forrest. See the proposal - under development. + under development. (Note: the generation of the docs should be completely done by + Forrest. So we should remove the deprecated docs generation stuff within Cocoon.) @@ -138,7 +134,9 @@ - There are some deprecated classes being used in 'build test'. + There are some deprecated classes being used in 'build test'. (Note: The testcase for + the resolver should be moved to the Excalibur XMLUtil, since there is the + default resolver). @@ -179,6 +177,30 @@ server : store fragments in the session rather than in a local store.
This couldn't work, because if you working with caching pipelines, you cannot be sure that the entries are in the session(Stephan). +
+ + + The wiki samples for the Chaperon block doesn't work anymore + (samples/chaperon/wikitest/selftest.html). + + + + Examples are broken, if you went first to precept example + (samples/precept/app/example1.html) + and then to the xmlform example (samples/xmlform/wizard). + + + + You got a ArrayIndexOutOfBoundsException from the profiler example, if + you try to get the SAX fragments. + + + + You can't upload a file within the Slide block. + + + + The 'B2B' example doesn't work (samples/stream/order).