<compileOptions/>
Specifies options for the document compiler.
Attributes:
printVersion
- Print the XMLC version number (boolean value).
keepGeneratedSource
- Keep the generate Java source, do not delete it.
Default is false. (boolean value).
printDocumentInfo
- Print useful information about the contents of the document,
such as ids and URLs (boolean value).
printParseInfo
- Print detailed information about the page
parsing (boolean value).
printDOM
- Print out the DOM tree for the page (boolean value).
printAccessorInfo
- Print the signature of each generated access
method and constant (boolean value).
This also lists the methods and access constants that
were not generated due to being invalid Java identifiers.
processSSI
- If true, process
server-side include directives.
If false, pass them through as comments. Default is false.
sourceOutputRoot
- Specifies the root directory for the
generate source files. A full package hierarchy is created under this
directory.
If not specified, the file is created in the current directory.
If -keep
is specified, the generate source files will be
saved under this directory.
classOutputRoot
- Specifies the root directory for the
the compiled class files. A full package hierarchy is created under
this directory.
If not specified, the file is created in the current directory.
The metadata file for recompilation is also created in this directory.
compileSource
- If false, the generated source code will not
be compiled. This is useful with the
documentOutput
option, for validating documents, and
for print information about the documents.
Default is true. (boolean value).
documentOutput
- Write a the document, after DOM editing, to
file
. This is useful for pages where the
URL's must be mapped to reference dynamic pages, but there is no other
dynamic content.
Normally used with createCode="false"
.
warnings
- Enables or disables the printing warnings.
Boolean value, default is to enable warnings.