You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/01/19 15:43:34 UTC

cvs commit: jakarta-commons/betwixt/xdocs community.xml faq.xml todo.xml

rdonkin     2003/01/19 06:43:34

  Modified:    betwixt  Tag: BETWIXT_1_0_ALPHA_1_RELEASE_BRANCH
                        RELEASE-NOTES.txt project.xml
               betwixt/xdocs Tag: BETWIXT_1_0_ALPHA_1_RELEASE_BRANCH
                        community.xml faq.xml todo.xml
  Log:
  Preparations for release.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +9 -5      jakarta-commons/betwixt/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/RELEASE-NOTES.txt,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- RELEASE-NOTES.txt	16 Jan 2003 23:06:52 -0000	1.1.2.1
  +++ RELEASE-NOTES.txt	19 Jan 2003 14:43:34 -0000	1.1.2.2
  @@ -7,15 +7,19 @@
   
   INTRODUCTION:
   
  -This document contains the release notes for this version of the Commons
  -Betwixt package, and highlights changes since the previous version.  The
  -current release adds new features and bug fixes, and is being done now to
  -follow the release early/release often mentality.
  +This is the first release for betwixt. Betwixt provides a flexible way to map beans into XML - and vice versa. 
   
  +There's quite a lot of work to be done before Betwixt is ready for a full release - but it's already used by other projects. This alpha will give a versioned release for these projects to depend on. A word of warning - though the developers take backwards compatible very seriously, it's likely that some parts of the internal API are going to have to change - and some of these changes may break compatibility. Obviously, these changes will be kept to a minimum.
   
   NEW FEATURES:
   
  -* 
  +Everything :)
  +
  +But here's some features you might like to take a look at:
  +
  +* Betwixt can write beans to character streams or as SAX events
  +* Betwixt builds on Digester (http://jakarta.apache.org/commons/digester.html) to allow xml to be read (using SAX) and mapping into beans in a compatible way
  +* Betwixt supports powerful pluggable general strategies but also allows mappings to be customized at the bean level.
   
   
   BUG FIXES:
  
  
  
  1.21.2.1  +4 -4      jakarta-commons/betwixt/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.21.2.1
  diff -u -r1.21 -r1.21.2.1
  --- project.xml	30 Dec 2002 18:21:44 -0000	1.21
  +++ project.xml	19 Jan 2003 14:43:34 -0000	1.21.2.1
  @@ -4,7 +4,7 @@
     <extend>../project.xml</extend>
     <name>Betwixt</name>
     <id>commons-betwixt</id>
  -  <currentVersion>1.0-beta-1</currentVersion>
  +  <currentVersion>1.0-alpha-1</currentVersion>
     
     <inceptionYear>2002</inceptionYear>
     <shortDescription>Commons Betwixt</shortDescription>
  @@ -12,9 +12,9 @@
     <url>http://jakarta.apache.org/commons/betwixt/</url>
     <versions>
       <version>
  -      <id>1.0-beta-1</id>
  -      <name>1.0-beta-1</name>
  -      <tag>1.0-beta-1</tag>
  +      <id>1.0-alpha-1</id>
  +      <name>1.0-alpha-1</name>
  +      <tag>1.0-alpha-1</tag>
       </version>
     </versions>
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +5 -9      jakarta-commons/betwixt/xdocs/community.xml
  
  Index: community.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/community.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- community.xml	2 Jan 2003 11:44:32 -0000	1.1
  +++ community.xml	19 Jan 2003 14:43:34 -0000	1.1.2.1
  @@ -15,15 +15,11 @@
         <p>
         To access the IRC server, point an appropriate IRC client at:
         </p>
  -      
  -      <blockquote>
  -        <pre>
  -             server: <b>irc.werken.com</b>
  -               port: <b>6667</b>
  -            channel: <b>#betwixt</b>
  -        </pre>
  -      </blockquote>
  -      
  +        <source>
  +            server: irc.werken.com
  +              port: 6667
  +           channel: #betwixt
  +        </source>
         <p>
         For those who use <a href="http://www.mozilla.org/">Mozilla</a>, here's a 
         <a href="irc://irc.werken.com:6667/#betwixt">quick link to #betwixt</a>.
  
  
  
  1.3.2.1   +4 -4      jakarta-commons/betwixt/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/faq.xml,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- faq.xml	30 Dec 2002 19:13:09 -0000	1.3
  +++ faq.xml	19 Jan 2003 14:43:34 -0000	1.3.2.1
  @@ -151,9 +151,9 @@
           </dt>
           <dd>
               Yes! Call
  -<pre>
  +<source>
   beanWriter.enablePrettyPrint();
  -</pre>
  +</source>
               (For those who are extra picky, how this is done can also be adjusted.
               See java docs for details.)
           </dd>
  @@ -181,9 +181,9 @@
           </dt>
           <dd>
               This is controlled by a property on <code>BeanWriter</code>. Call
  -<pre>
  +<source>
   beanWriter.setWriteIDs(false);
  -</pre>
  +</source>
               and then Betwixt will no longer automatically add <code>ID</code> attributes.
               Once this property is set (to false), BeanWroter will throw a 
               <code>CyclicReferenceException</code> when any cyclic references which are 
  
  
  
  1.29.2.1  +0 -17     jakarta-commons/betwixt/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/todo.xml,v
  retrieving revision 1.29
  retrieving revision 1.29.2.1
  diff -u -r1.29 -r1.29.2.1
  --- todo.xml	13 Jan 2003 18:07:52 -0000	1.29
  +++ todo.xml	19 Jan 2003 14:43:34 -0000	1.29.2.1
  @@ -13,23 +13,6 @@
           Betwixt.  Contributions are welcome! 
         </p>
       
  -    <subsection name='For 1.0 Alpha 1 Release'>
  -        <ul>
  -            <li>
  -                <strong>Create DTD for .betwixt files.</strong>
  -            </li>
  -
  -            <li>
  -                <strong>Test Against Powered By Projects. </strong>
  -                Make sure release works with maven (done) and scarab.
  -            </li>
  -            <li>
  -                <strong>Investigate Swing XML'ization Issues</strong>
  -                Investigate and document. <em>(MVDB will probably need to handle this.)</em>
  -            </li>
  -        </ul>
  -    </subsection>
  -    
       <subsection name="High priority"> 
         <ul>
           <li>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>