jdk/src/linux/doc/man/schemagen.1
changeset 2 90ce3da70b43
child 2692 345bc8d65b19
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/src/linux/doc/man/schemagen.1	Sat Dec 01 00:00:00 2007 +0000
@@ -0,0 +1,265 @@
+.'" t
+."
+." Copyright 2005-2006 Sun Microsystems, Inc.  All Rights Reserved.
+." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+."
+." This code is free software; you can redistribute it and/or modify it
+." under the terms of the GNU General Public License version 2 only, as
+." published by the Free Software Foundation.
+."
+." This code is distributed in the hope that it will be useful, but WITHOUT
+." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+." version 2 for more details (a copy is included in the LICENSE file that
+." accompanied this code).
+."
+." You should have received a copy of the GNU General Public License version
+." 2 along with this work; if not, write to the Free Software Foundation,
+." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+."
+." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
+." CA 95054 USA or visit www.sun.com if you need additional information or
+." have any questions.
+." 
+." `
+.TH schemagen 1 "07 Aug 2006"
+." Generated by html2man
+
+.LP
+.ad c
+.SH NAME
+schemagen \- Java(TM) Architecture for XML Binding Schema Generator \f3Specification Version:\fP 2.0
+.br
+\f3Reference Implementation (RI) Version:\fP 2.0 ea3
+.br
+.ad l
+
+.LP
+.SS 
+Launching schemagen
+.LP
+.LP
+The schema generator can be launched using the appropriate \f2schemagen\fP shell script in the \f2bin\fP directory for your platform.
+.LP
+.LP
+The current schema generator can process either Java source files or class files.
+.LP
+.LP
+We also provide an Ant task to run the schema generator \- see the instructions for using schemagen with Ant.
+.LP
+.RS 3
+
+.LP
+\f3For Solaris/Linux\fP
+.LP
+.nf
+\f3
+.fl
+      % path/to/jaxb/bin/schemagen.sh Foo.java Bar.java ...
+.fl
+      Note: Writing schema1.xsd
+.fl
+      
+.fl
+\fP
+.fi
+
+.LP
+\f3For WindowsNT/2000/XP\fP
+.LP
+.nf
+\f3
+.fl
+      > path\\to\\jaxb\\bin\\schemagen.bat Foo.java Bar.java ...
+.fl
+      Note: Writing schema1.xsd
+.fl
+    
+.fl
+\fP
+.fi
+.RE
+
+.LP
+.LP
+If your java sources/classes reference other classes, they must be accessable on your system CLASSPATH environment variable, or they need to be given to the tool by using the \f2\-classpath\fP/\f2\-cp\fP options. Otherwise you will see errors when generating your schema.
+.LP
+.RS 3
+
+.LP
+\f3Command Line Options\fP
+.LP
+.RS 3
+
+.LP
+.nf
+\f3
+.fl
+Usage: schemagen [\-options ...] <java files> 
+.fl
+
+.fl
+Options: 
+.fl
+    \-d <path>         :  Specify where to place processor and javac generated class files 
+.fl
+    \-cp <path>        :  Specify where to find user specified files  
+.fl
+    \-classpath <path> :  Specify where to find user specified files  
+.fl
+    \-help             :  Display this usage message
+.fl
+        
+.fl
+\fP
+.fi
+.RE
+
+.LP
+.RE
+.SS 
+Generated Resource Files
+.LP
+.LP
+The current schema generator simply creates a schema file for each namespace referenced in your Java classes. There is no way to control the name of the generated schema files at this time. For that purpose, use the schema generator ant task.
+.LP
+.SH "See Also"
+.LP
+.RS 3
+.TP 2
+o
+JAXB 2.0: 
+.RS 3
+.TP 2
+*
+.na
+\f2Release Notes\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/ReleaseNotes.html 
+.TP 2
+*
+.na
+\f2XJC\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/xjc.html 
+.TP 2
+*
+.na
+\f2XJCTask\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/xjcTask.html 
+.TP 2
+*
+.na
+\f2SchemaGen\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/schemagen.html 
+.TP 2
+*
+.na
+\f2schemagenTask\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/schemagenTask.html 
+.TP 2
+*
+.na
+\f2Sample Apps\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/samples.html 
+.TP 2
+*
+.na
+\f2Changelog\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/changelog2.html 
+.RE
+.TP 2
+o
+JAXB 1.0.x: 
+.RS 3
+.TP 2
+*
+.na
+\f2Release Notes\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/jaxb\-1_0.html 
+.TP 2
+*
+.na
+\f2Changelog\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/changelog.html 
+.RE
+.TP 2
+o
+JAXB RI Extensions: 
+.RS 3
+.TP 2
+*
+.na
+\f2Runtime Properties\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/vendorProperties.html 
+.TP 2
+*
+.na
+\f2XJC Customizations\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/vendorCustomizations.html 
+.TP 2
+*
+.na
+\f2Develop Plugins\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/developPlugins.html 
+.RE
+.TP 2
+o
+JAXB RI Schema Languages: 
+.RS 3
+.TP 2
+*
+.na
+\f2W3C XML Schema\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/vendorSchemaLangs.html#xschema 
+.TP 2
+*
+.na
+\f2RELAX NG\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/vendorSchemaLangs.html#relaxng 
+.TP 2
+*
+.na
+\f2DTD\fP @
+.fi
+http://java.sun.com/webservices/docs/2.0/jaxb/vendorSchemaLangs.html#dtd 
+.RE
+.TP 2
+o
+JAXB Community: 
+.RS 3
+.TP 2
+*
+.na
+\f2Java.net Homepage\fP @
+.fi
+http://jaxb.dev.java.net 
+.TP 2
+*
+.na
+\f2Developer interest list\fP @
+.fi
+https://jaxb.dev.java.net/servlets/ProjectMailingListList 
+.TP 2
+*
+.na
+\f2FAQ\fP @
+.fi
+https://jaxb.dev.java.net/faq/index.html 
+.RE
+.RE
+
+.LP
+