Re: Ant/Jasper problems

2006-03-15 Thread Dola Woolfe
--- Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > does the directory > "C:/Dola/tomcat/webbapps/projecta" exist? ie, is the > > war already exploded? > Hi, I'm a weird JSP programmer. I've been at it for 4 years but I've never used war's. I simply store my .jsp's in the afore mensioned

Re: Ant/Jasper problems

2006-03-13 Thread Filip Hanik - Dev Lists
does the directory "C:/Dola/tomcat/webbapps/projecta" exist? ie, is the war already exploded? also, there is another mechanism to precompile your JSP files, the solution below, will compile the files just as Tomcac would runtime, and you will not lose the ability to recompile JSP files post to

Ant/Jasper problems

2006-03-13 Thread Dola Woolfe
Hi, (previous thread got sidetracked) I'm working with the standard build.xml example and the command ant -v jspc -Dtomcat.home=C:/Dola/tomcat -Dwebapp.path=C:/Dola/tomcat/webbapps/projecta causes the following error when executed from the C:\Dola\MyProject directory: C:\Dola\MyProject\build.xml