jdk/src/solaris/doc/sun/man/man1/schemagen.1
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 2692 345bc8d65b19
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
.'" t
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
." Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
." This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
." under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
." published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
." This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
." version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
." accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
." You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
." 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
." CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
." have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
." ` 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
.TH schemagen 1 "07 Aug 2006"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
." Generated by html2man
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
.ad c
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
.SH NAME
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
schemagen \- Java(TM) Architecture for XML Binding Schema Generator \f3Specification Version:\fP 2.0
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
\f3Reference Implementation (RI) Version:\fP 2.0 ea3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
.ad l
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
Launching schemagen
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
The schema generator can be launched using the appropriate \f2schemagen\fP shell script in the \f2bin\fP directory for your platform.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
The current schema generator can process either Java source files or class files.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
We also provide an Ant task to run the schema generator \- see the instructions for using schemagen with Ant.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
\f3For Solaris/Linux\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
      % path/to/jaxb/bin/schemagen.sh Foo.java Bar.java ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
      Note: Writing schema1.xsd
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
      
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
\f3For WindowsNT/2000/XP\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
      > path\\to\\jaxb\\bin\\schemagen.bat Foo.java Bar.java ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
      Note: Writing schema1.xsd
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
    
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
\f3Command Line Options\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
Usage: schemagen [\-options ...] <java files> 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
Options: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
    \-d <path>         :  Specify where to place processor and javac generated class files 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
    \-cp <path>        :  Specify where to find user specified files  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
    \-classpath <path> :  Specify where to find user specified files  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
    \-help             :  Display this usage message
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
        
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
Generated Resource Files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
.SH "See Also"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
JAXB 2.0: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
\f2Release Notes\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
http://java.sun.com/webservices/docs/2.0/jaxb/ReleaseNotes.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
\f2XJC\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
http://java.sun.com/webservices/docs/2.0/jaxb/xjc.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
\f2XJCTask\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
http://java.sun.com/webservices/docs/2.0/jaxb/xjcTask.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
\f2SchemaGen\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
http://java.sun.com/webservices/docs/2.0/jaxb/schemagen.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
\f2schemagenTask\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
http://java.sun.com/webservices/docs/2.0/jaxb/schemagenTask.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
\f2Sample Apps\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
http://java.sun.com/webservices/docs/2.0/jaxb/samples.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
\f2Changelog\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
http://java.sun.com/webservices/docs/2.0/jaxb/changelog2.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
JAXB 1.0.x: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
\f2Release Notes\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
http://java.sun.com/webservices/docs/2.0/jaxb/jaxb\-1_0.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
\f2Changelog\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
http://java.sun.com/webservices/docs/2.0/jaxb/changelog.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
JAXB RI Extensions: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
\f2Runtime Properties\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
http://java.sun.com/webservices/docs/2.0/jaxb/vendorProperties.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
\f2XJC Customizations\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
http://java.sun.com/webservices/docs/2.0/jaxb/vendorCustomizations.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
\f2Develop Plugins\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
http://java.sun.com/webservices/docs/2.0/jaxb/developPlugins.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
JAXB RI Schema Languages: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
\f2W3C XML Schema\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
http://java.sun.com/webservices/docs/2.0/jaxb/vendorSchemaLangs.html#xschema 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
\f2RELAX NG\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
http://java.sun.com/webservices/docs/2.0/jaxb/vendorSchemaLangs.html#relaxng 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
\f2DTD\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
http://java.sun.com/webservices/docs/2.0/jaxb/vendorSchemaLangs.html#dtd 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
o
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
JAXB Community: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
\f2Java.net Homepage\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
http://jaxb.dev.java.net 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
\f2Developer interest list\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
https://jaxb.dev.java.net/servlets/ProjectMailingListList 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
\f2FAQ\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
https://jaxb.dev.java.net/faq/index.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263