I need to document that task better, but I just use this task whenever I want to deploy the JSPs without rebuilding the entire project. When I'm working on things that are strictly user interface changes (HTML, CSS, JavaScript, new images), I just type:
ant jsps
and then click refresh in my browser. This is a much faster process than rebuilding the entire project.
My Ant War "jsps" task
I need to document that task better, but I just use this task whenever I want to deploy the JSPs without rebuilding the entire project. When I'm working on things that are strictly user interface changes (HTML, CSS, JavaScript, new images), I just type:
and then click refresh in my browser. This is a much faster process than rebuilding the entire project.