homepage/src/documentation/content/xdocs book.xml,1.6,1.7 xsddoc.xml,1.12,1.13

Kurt Riede <[email protected]> Thu, 07 Oct 2004 23:06:24 +0000
Newsgroups gmane.text.xml.xframe.xsddoc.devel
Message-ID <[email protected]>
Update of /cvsroot/xframe/homepage/src/documentation/content/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27889/src/documentation/content/xdocs

Modified Files:
	book.xml xsddoc.xml 
Log Message:
changed to use maven as build tool

Index: book.xml
===================================================================
RCS file: /cvsroot/xframe/homepage/src/documentation/content/xdocs/book.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** book.xml	5 Aug 2004 21:32:02 -0000	1.6
--- book.xml	7 Oct 2004 23:06:22 -0000	1.7
***************
*** 6,10 ****
      <menu-item label="News" href="news.html"/>
      <menu-item label="xframe" href="xframe.html"/>
!     <menu-item label="xsddoc" href="xsddoc.html"/>
      <menu-item label="SourceForge" href="http://sourceforge.net/projects/xframe"/>
      <menu-item label="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=48863&amp;amp;package_id=42075"/>
--- 6,10 ----
      <menu-item label="News" href="news.html"/>
      <menu-item label="xframe" href="xframe.html"/>
!     <menu-item label="xsddoc" href="xsddoc/index.html"/>
      <menu-item label="SourceForge" href="http://sourceforge.net/projects/xframe"/>
      <menu-item label="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=48863&amp;amp;package_id=42075"/>

Index: xsddoc.xml
===================================================================
RCS file: /cvsroot/xframe/homepage/src/documentation/content/xdocs/xsddoc.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** xsddoc.xml	5 Aug 2004 21:32:02 -0000	1.12
--- xsddoc.xml	7 Oct 2004 23:06:22 -0000	1.13
***************
*** 38,42 ****
      <section>
        <title>Status</title>
!       <p>The latest version of xsddoc is release 0.5 beta.</p>
        <p>This release contains fixes for many bugs reported by the
          community since release 0.4beta. While there were some major
--- 38,42 ----
      <section>
        <title>Status</title>
!       <p>The latest version of <code>xsddoc</code> is release 0.5 beta.</p>
        <p>This release contains fixes for many bugs reported by the
          community since release 0.4beta. While there were some major
***************
*** 44,52 ****
          we decided to create this intermediate release without completing
          all open tasks. </p>
!       <p>The future plan is release xsddoc-RC-1 (Release Candidate) in
          September that should include all open tasks and hopefully fixes for
!         all bugs reported to xsddoc-0.5-beta and to release.
          </p>
!       <p>You can download xsddoc <fork href="http://sourceforge.net/project/showfiles.php?group_id=48863&amp;amp;package_id=42075">here</fork>.</p>
        <p>If you have Apache XalanJ installed, you can download the standard
        distribution file <code>xsddoc-0.5-beta.zip</code>. Only in case you
--- 44,52 ----
          we decided to create this intermediate release without completing
          all open tasks. </p>
!       <p>The future plan is release <code>xsddoc-RC-1</code> (Release Candidate) in
          September that should include all open tasks and hopefully fixes for
!         all bugs reported to <code>xsddoc-0.5-beta</code>.
          </p>
!       <p>You can download <code>xsddoc</code> <fork href="http://sourceforge.net/project/showfiles.php?group_id=48863&amp;amp;package_id=42075">here</fork>.</p>
        <p>If you have Apache XalanJ installed, you can download the standard
        distribution file <code>xsddoc-0.5-beta.zip</code>. Only in case you
***************
*** 67,93 ****
          <li>JDK 1.4.2</li>
        </ul>
!       <p>xsddoc is compatible and tested with the following versions of XalanJ:</p>
        <ul>
          <li>XalanJ 2.4.1</li>
          <li>XalanJ 2.5.2</li>
!         <li>XalanJ 2.6.0</li>
        </ul>
        <p>Many XSLT processors either do not support the full W3C recommendation or
        have minor bugs. Even XalanJ has bugs with the keys in release 2.5.1.</p>
!       <p>So unfortunately so far we cannot guarantee xsddoc to work with other
        XSLT processors or other versions of XalanJ than listed above. Maybe we
        will try to rewrite the scripts to be more independent of the XSLT processor.
!       Post us your feedback, if you need xsddoc to work with another processor.</p>
      </section>
  
      <section>
        <title>Building xsddoc</title>
!       <p>If you want to build xsddoc by your self, you must download and
!       install Apache Antfrom here:</p>
        <p><code>http://ant.apache.org</code></p>
!       <p>Now download the distributions and extract it to your local harddisk
!       or checkout xsddoc from cvs from this location:</p>
        <p><code>pserver:[email protected]:/cvsroot/xframe</code></p>
!       <p>Now open a console and move to the xsddoc folder where the file
        <code>build.xml</code> is and type:</p>
        <p><code>ant dist</code></p>
--- 67,93 ----
          <li>JDK 1.4.2</li>
        </ul>
!       <p>xsddoc is compatible and tested with the following versions of Apache XalanJ:</p>
        <ul>
          <li>XalanJ 2.4.1</li>
          <li>XalanJ 2.5.2</li>
!         <li>XalanJ 2.6.0 or higher</li>
        </ul>
        <p>Many XSLT processors either do not support the full W3C recommendation or
        have minor bugs. Even XalanJ has bugs with the keys in release 2.5.1.</p>
!       <p>unfortunately so far we cannot guarantee <code>xsddoc</code> to work with other
        XSLT processors or other versions of XalanJ than listed above. Maybe we
        will try to rewrite the scripts to be more independent of the XSLT processor.
!       Post us your feedback, if you need <code>xsddoc</code> to work with another processor.</p>
      </section>
  
      <section>
        <title>Building xsddoc</title>
!       <p>If you want to build <code>xsddoc</code> by your self, you must download and
!       install Apache Ant from here:</p>
        <p><code>http://ant.apache.org</code></p>
!       <p>Now download a distribution and extract it to your local harddisc
!       or checkout xsddoc from CVS from this location:</p>
        <p><code>pserver:[email protected]:/cvsroot/xframe</code></p>
!       <p>Now open a console and move to the <code>xsddoc</code> folder where the file
        <code>build.xml</code> is and type:</p>
        <p><code>ant dist</code></p>
***************
*** 141,144 ****
--- 141,145 ----
        <code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-xml&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;output components as XML instead of HTML (testing purpose only)</code><br/>
        <code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-v -verbose&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Output messages about what xsddoc is doing</code><br/>
+       <code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-q -quiet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Be quiet about what xsddoc is doing</code><br/>
        <code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-d -debug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Output debug messages</code><br/>
        <code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-? -help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Print this help message</code></p>



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl