http://imgur.com/a/JHHd7
Connected to the target VM, address: '127.0.0.1:56010', transport: 'socket'
Disconnected from the target VM, address: '127.0.0.1:56010', transport: 'socket'
XSLTC version 1.4
SYNOPSIS
java com.sun.org.apache.xalan.internal.xsltc.cmdline.Compile [-o <output>]
[-d <directory>] [-j <jarfile>] [-p <package>]
[-n] [-x] [-u] [-v] [-h] { <stylesheet> | -i }
OPTIONS
-o <output> assigns the name <output> to the generated
translet. By default the translet name is
derived from the <stylesheet> name. This option
is ignored if compiling multiple stylesheets.
-d <directory> specifies a destination directory for translet
-j <jarfile> packages translet classes into a jar file of the
name specified as <jarfile>
-p <package> specifies a package name prefix for all generated
translet classes.
-n enables template inlining (default behavior better
on average).
-x turns on additional debugging message output
-u interprets <stylesheet> arguments as URLs
-i forces compiler to read stylesheet from stdin
-v prints the version of the compiler
-h prints this usage statement
Process finished with exit code -1