I'm trying to compile some jsp pages, but I'm having some problems with the jspc task. 
 It keeps telling me that it can't find there were no files to compile.  Here's the 
target that I'm using:
<jspc srcdir="X:/src"
              destdir="X:/codebase"
              failonerror="false"
          
classpath=F:/ProgramFiles/Tomcat4.0.3/common/lib/jasper-runtime.jar;F:/ProgramFiles/Tomcat4.0.3/common/lib/jasper-compiler.jar;F:/ProgramFiles/jakarta-ant-1.5.1/lib/ant.jar;F:/ProgramFiles/jakarta-ant-1.5.1/lib/optional.jar;F:/ProgramFiles/Tomcat4.0.3/common/lib/servlet.jar"
              verbose="9">
              <include name="**/*.jsp" />
</jspc>
That should generate java source for all the .jsp files under ${basedir}, right?  Any 
suggestions or pointers would be greatly appreciated.  Thanks in advance.
,
Josh.

--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

Reply via email to