At 01:16 PM 8/13/2003, Subir Sengupta wrote:
Try using jspc with the -compile flag and see what happens.  Your code is
probably not setting something (I don't know what), which is causing it to
not compile.

You're right. I found a conflict in option settings between the output directory and the jsp file name. The sample jsp I'm trying to compile is located in "/layouts/default.jsp", the webapp root api is set to "c:/projects/cms/web" and the output directory is set to "c:/temp". When the jsp file gets precompiled with these settings, the resulting .java file gets dumped into "c:/temp/default_jsp.java", but when the compiler is getting invoked, it's looking for the file in "c:/temp/layouts/". I'm going to comb through JavaC code to see what exactly it is that I'm missing.



Thanks
Dmitry



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to