|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractMojo
org.mortbay.jetty.jspc.plugin.JspcMojo
public class JspcMojo
This goal will compile jsps for a webapp so that they can be included in a war.
At runtime, the plugin will use the jsp2.0 jspc compiler if you are running on a 1.4 or lower jvm. If you are using a 1.5 jvm, then the jsp2.1 compiler will be selected. (this is the same behaviour as the jetty plugin for executing webapps).
Note that the same java compiler will be used as for on-the-fly compiled jsps, which will be the Eclipse java compiler.
See Usage Guide for instructions on using this plugin.
Field Summary | |
---|---|
static String |
END_OF_WEBAPP
|
Constructor Summary | |
---|---|
JspcMojo()
|
Method Summary | |
---|---|
void |
cleanupSrcs()
Until Jasper supports the option to generate the srcs in a different dir than the classes, this is the best we can do. |
void |
compile()
|
void |
execute()
|
void |
mergeWebXml()
Take the web fragment and put it inside a copy of the web.xml file from the webAppSourceDirectory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String END_OF_WEBAPP
Constructor Detail |
---|
public JspcMojo()
Method Detail |
---|
public void execute() throws MojoExecutionException, MojoFailureException
MojoExecutionException
MojoFailureException
public void compile() throws Exception
Exception
public void cleanupSrcs() throws Exception
Exception
public void mergeWebXml() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |