zongaro 2003/01/30 09:36:09
Modified: java Tag: XSLTC_DTM xsltc_todo.xml
Log:
Added XSLTC_DTM work-items to list. Added additional developers to list.
Moved two developers to "emeritus" status.
Revision Changes Path
No revision
No revision
1.7.10.1 +94 -37 xml-xalan/java/xsltc_todo.xml
Index: xsltc_todo.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xsltc_todo.xml,v
retrieving revision 1.7
retrieving revision 1.7.10.1
diff -u -r1.7 -r1.7.10.1
--- xsltc_todo.xml 12 Feb 2002 19:07:05 -0000 1.7
+++ xsltc_todo.xml 30 Jan 2003 17:36:09 -0000 1.7.10.1
@@ -1,45 +1,102 @@
<?xml version="1.0"?>
-
-<todo title="Credits" project="XSLTC" major-version="1">
-
+<todo project="DTM Support for XSLTC">
<devs>
- <person name="Jacek Ambroziak" email="[EMAIL PROTECTED]" id="JA"
expertise="code">
- Inventor, architect, former lead developer and evangelist.
- </person>
- <person name="Tom Amiro" email="[EMAIL PROTECTED]" id="TA"
expertise="testing">
- Testing.
- </person>
- <person name="Morten JØrgensen" email="[EMAIL PROTECTED]" id="MJ"
expertise="code, doc">
- Lead developer - key contributor on design documentation, ID/Keys,
performance, JAXP, and continuing development in general.
- </person>
- <person name="G. Todd Miller" email="[EMAIL PROTECTED]" id="TM"
expertise="code">
- Developer - key contributor on TrAX.
- </person>
- <person name="Santiago Pericas-Geertsen" email="[EMAIL PROTECTED]"
id="SP" expertise="code">
- Developer - key contributor on compilation strategy.
+ <person name="Tom Amiro" email="[EMAIL PROTECTED]" id="TA"
+ expertise="testing">
+ Testing.
+ </person>
+ <person name="Gordon R. Chiu" email="[EMAIL PROTECTED]" id="GC"
+ expertise="code">
+ Developer on Interpretive Xalan and XSLTC
+ </person>
+ <person name="Igor Hersht" email="[EMAIL PROTECTED]" id="IH"
+ expertise="code">
+ Developer on Interpretive Xalan and XSLTC
+ </person>
+ <person name="Morris Kwan" email="[EMAIL PROTECTED]" id="MK"
+ expertise="code">
+ Developer on Interpretive Xalan and XSLTC
+ </person>
+ <person name="G. Todd Miller" email="[EMAIL PROTECTED]" id="TM"
+ expertise="code">
+ Developer - key contributor on TrAX.
+ </person>
+ <person name="Santiago Pericas-Geertsen" email="[EMAIL PROTECTED]"
id="SP"
+ expertise="code">
+ Developer - key contributor on compilation strategy.
+ </person>
+ <person name="Ilene Seelemann" email="[EMAIL PROTECTED]" id="IS"
+ expertise="code">
+ Developer on Interpretive Xalan and XSLTC
+ </person>
+ <person name="Henry Zongaro" email="[EMAIL PROTECTED]" id="HZ"
+ expertise="code">
+ Developer on Interpretive Xalan and XSLTC
+ </person>
+ <person name="Your Name Here" email="[EMAIL PROTECTED]" id="unassigned"
+ expertise="code">
+ This could be you!
+ </person>
+ <person name="Jacek Ambroziak" email="[EMAIL PROTECTED]" id="JA"
+ expertise="code" status='emeritus'>
+ Inventor, architect, former lead developer and evangelist.
+ </person>
+ <person name="Morten JØrgensen" email="[EMAIL PROTECTED]" id="MJ"
+ expertise="code, doc" status='emeritus'>
+ Former lead developer - key contributor on design documentation,
ID/Keys,
+ performance, JAXP.
</person>
</devs>
-
-<!--
- <actions>
- <target-release-description>
- <date>09/??/01</date>
- <level>????</level>
- <goal type="conformance">XSLT 1.0 compliant 100%.</goal>
- <goal type="performance">Maintain current level.</goal>
- <goal type="stability"> Stable, reasonable.</goal>
- <goal type="api">API Complete.</goal>
- <goal type="documentation">Documentation functionally complete.</goal>
- </target-release-description>
-
- <action context="test, packages:org.apache.xalan.xsltc"
- category="tests"
- who="TA, Shane"
- priority="high">
- Modify Xalan test enviroment to test XSLTC as a component of XalanJ2.
- </action>
+ <actions>
+ <action category="samples" who="HZ">
+ Change samples to no longer use the XSLTC Native API.
+ </action>
+ <action category="test" who="HZ">
+ Change test harness to no longer use XSLTC Native API with jar.xsltc
+ target.
+ </action>
+ <action category="performance" who="MK">
+ Investigate performance of SuballocatedIntVector
+ </action>
+ <action category="performance" who="MK">
+ Enable StepPattern[last()] optimization
+ </action>
+ <action category="packaging" who="MK">
+ Enable building stand-alone versions of XSLTC and interpretive Xalan.
+ </action>
+ <action category="clean-up" who="HZ">
+ Drop MultiDOM(?) class
+ </action>
+ <action category="clean-up" who="HZ">
+ Eliminate uses of DTM.ROOTNODE value; it was dropped on MAIN branch
+ </action>
+ <action category="clean-up" who="HZ">
+ Keep XSLTC_DTM up-to-date with changes in HEAD
+ </action>
+ <action category="documentation" who="HZ">
+ Update XSLTC design documentation
+ </action>
</actions>
--->
+ <completed>
+ <action category="feature" who="MK">
+ Add support for incremental building of the DTM
+ </action>
+ <action category="feature" who="HZ">
+ Fix (or abandon?) DOMImpl and SAXImpl readExternal() and
writeExternal()
+ methods
+ </action>
+ <action category="documentation" who="HZ">
+ Update documentation to remove references to XSLTC Native API
+ </action>
+ <action category="documentation" who="HZ">
+ Update documentation to describe new build procedures, how to select
+ right TransformerFactory, etc.
+ </action>
+ <action category="clean-up, performance" who="MK">
+ Reconcile DTM handling of whitespace with XSLTC DOM handling.
+ Might improve performance, as well as simplifying code.
+ </action>
+ </completed>
</todo>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]