Re: Why are tag files always compiled to class files?

2005-09-13 Thread Tim Funk
Yeah, I ran into this too. It would require a refactoring of jasper to allow 
this. The last time I looked into this - at first glance, it appeared the tag 
file need compiled so that all of its properties can be looked up for pages 
which used that tag file.


-Tim

ping xu wrote:


Hi,
I hope someone could shed some light on this: I'm trying to pre-compile JSPs 
using Jasper (Jasper2 Ant task from the document). My Tomcat version is 
5.0.28. In my webapp, there are a few custom tags in tag file format. When I 
set the jasper2 "comiple" attribute to false, I expect only java files being 
generated by Jasper Ant task -- they shouldn't be compiled to class files. 
This is generally true for all the JSP files. However the tag files don't 
follow this rule, they always get compiled to class files. Is it possible to 
let jasper only generate the java files for tag files?


Thanks,



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



Why are tag files always compiled to class files?

2005-09-13 Thread ping xu
Hi,
I hope someone could shed some light on this: I'm trying to pre-compile JSPs 
using Jasper (Jasper2 Ant task from the document). My Tomcat version is 
5.0.28. In my webapp, there are a few custom tags in tag file format. When I 
set the jasper2 "comiple" attribute to false, I expect only java files being 
generated by Jasper Ant task -- they shouldn't be compiled to class files. 
This is generally true for all the JSP files. However the tag files don't 
follow this rule, they always get compiled to class files. Is it possible to 
let jasper only generate the java files for tag files?

Thanks,