xsddoc/src/net/sf/xframe/xsddoc Task.java,1.15,1.16 Main.java,1.21,1.22
Kurt Riede <[email protected]>
| Newsgroups | gmane.text.xml.xframe.xsddoc.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11447/src/net/sf/xframe/xsddoc
Modified Files:
Task.java Main.java
Log Message:
documentation updates
Index: Task.java
===================================================================
RCS file: /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc/Task.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Task.java 20 Aug 2004 14:43:56 -0000 1.15
--- Task.java 20 Sep 2004 19:08:39 -0000 1.16
***************
*** 58,62 ****
* points to a directory that doesn't exist or an error occurs while copying.
* (yes | no). Default is no</td><td>No</td></tr>
! * <tr><td>verbose</td><td>Output messages about what xsddoc is doing. (yes | no). Default is no</td><td>No</td></tr>
* <tr><td>debug</td><td>Output internal messages about what xsddoc is doing. (yes | no). Default is no</td><td>No</td></tr>
* <tr><td>hideSubTypes</td><td>hide sub types references. (yes | no). Default is no</td><td>No</td></tr>
--- 58,63 ----
* points to a directory that doesn't exist or an error occurs while copying.
* (yes | no). Default is no</td><td>No</td></tr>
! * <tr><td>verbose</td><td>Output messages about what xsddoc is doing. (yes | no). Default is yes</td><td>No</td></tr>
! * <tr><td>quiet</td><td>Be quiet about what xsddoc is doing. (yes | no). Default is no</td><td>No</td></tr>
* <tr><td>debug</td><td>Output internal messages about what xsddoc is doing. (yes | no). Default is no</td><td>No</td></tr>
* <tr><td>hideSubTypes</td><td>hide sub types references. (yes | no). Default is no</td><td>No</td></tr>
***************
*** 96,101 ****
*-->
*<xsddoc file="myschema.xsd"
! * out="doc/schema/myschema"
! * verbose="true">
* <doctitle><![CDATA[XML <code>Schema</code> for XML Schema]]></doctitle>
*</xsddoc>
--- 97,101 ----
*-->
*<xsddoc file="myschema.xsd"
! * out="doc/schema/myschema">
* <doctitle><![CDATA[XML <code>Schema</code> for XML Schema]]></doctitle>
*</xsddoc>
***************
*** 423,426 ****
--- 423,436 ----
/**
+ * Setter method for quiet property.
+ *
+ * @param isQuiet be quiet or not
+ */
+ public void setQuiet(final boolean isQuiet) {
+ verbose = !isQuiet;
+ processor.setVerbose(!isQuiet);
+ }
+
+ /**
* Setter method for hideLocalUsage property.
*
Index: Main.java
===================================================================
RCS file: /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc/Main.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Main.java 3 Sep 2004 08:04:24 -0000 1.21
--- Main.java 20 Sep 2004 19:08:39 -0000 1.22
***************
*** 52,56 ****
/** version info. */
! private static final String VERSION = "0.5-beta";
/**
--- 52,56 ----
/** version info. */
! private static final String VERSION = "0.6-beta";
/**
***************
*** 152,155 ****
--- 152,156 ----
System.out.println(" -b -bottom <bottom> Set the documentation bottom");
System.out.println(" -v -verbose Output messages about what xsddoc is doing");
+ System.out.println(" -q -quiet Be quiet about what xsddoc is doing");
System.out.println(" -s -hideSubTypes hide sub types references");
System.out.println(" -l -hideSubLocalUsage hide show local usage references");
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php