I have leverage the Jasper code to compile .JSPs directly.  I use this
as part of a test framework I've built.  Here is the oddity:

On Win2000, I can run this code in JBuilder, and it works fine.  When I
run it via ANT from the command line, I get errors saying it can't find
the source file "C:\C:\src\....\foobar.jsp".  I've verified that ANT is
actually using the JDK from JBuilder.   I even checked, and the source
file is correct at the point I'm passing it to Jasper code.  I even
tried purposefully stripping off the lead "C:", so I pass
"\src\...\foobar.jsp", but it still fails the same way.

Can anyone offer any suggestions on what the problem is? or how to
futher isolate it?

David Corbin

Reply via email to