Re: Compiling jsp with ant script

2002-08-13 Thread Steve Loughran
- Original Message - From: "Milind Nirgun" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 9:08 AM Subject: RE: Compiling jsp with ant script >You can use the task which would require Jasper. Look at Ant do

RE: Compiling jsp with ant script

2002-08-13 Thread Milind Nirgun
You can use the task which would require Jasper. Look at Ant documentation for how to use it. I am not sure about the Sun One server, it probably has a Jsp Compiler with its development tools. You can use it with the task. -Milind > -Original Message- > From: amol desai [mailto:[EMAI

Re: compiling jsp with ant

2002-08-03 Thread Steve Loughran
do you have the jasper-compiler and jasper-runtime libraries to hand? needs them. try pointing to them with the classpath element of jspc - Original Message - From: "Eduardo B. Santilli - SICREDI Serviços" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 02, 2002 09:54

RE: compiling jsp with ant

2002-08-02 Thread Yaman
Hi, I'm not sure what is the problem in your jsp file. But if u r looking to compile jsp files then here is script..