Thank you Mark,
Venkly
On 5/31/06, Marc Farrow <[EMAIL PROTECTED]> wrote:
There is a JSPC ant task that you can call from a build script if you
wish.
I was mainly giving you more information to help fuel your searches. You
can always just use the java -jar command and run a specific class.
There is a JSPC ant task that you can call from a build script if you wish.
I was mainly giving you more information to help fuel your searches. You
can always just use the java -jar command and run a specific class. So if
you can research and find what class Tomcat (or another servlet container
Thank you Marc.
What is that Ant task(jspc). Is that a similar batch file that
will be present in %ANT_HOME%. or do i need to create a build.xml using Ant.
Venkly
On 5/31/06, Marc Farrow <[EMAIL PROTECTED]> wrote:
JspC.bat is just a windows "batch" file that probably just calls a
JspC.bat is just a windows "batch" file that probably just calls a java
command to compile the JSPs. I would search for the jspc compiler. The
version of the install you have for Tomcat probably just doesn't have that
"batch" file included. There is an Ant task (jspc) that will do this as
well.