I need one Ant Script to compile jsp files. Normally using Ant we can make jar files. But i could not find how to compile jsp files using Ant. Can any one help me in that.
<jspc /> is the task you can use. However, its not as straight forward as that. Depending on how your used includes in your JSP it might be very difficult to compile them outside the container.