On 4/6/06, prophecy <[EMAIL PROTECTED]> wrote:
>
> I'm pretty sure you can't use 1.5 features in the jsp page itself because
> it's not using the javac compiler. You can use 1.5 features in your java
> class files though.
Why not?
Leon
>
> --
> View this message in context:
> http://www.nabble.
I'm pretty sure you can't use 1.5 features in the jsp page itself because
it's not using the javac compiler. You can use 1.5 features in your java
class files though.
--
View this message in context:
http://www.nabble.com/jdk1.5%2C-tomcat-5.5.9-and-jsp-compilation-t1392691.html#a3779909
Sent fr
On 4/5/06, CUCKSON, Nick, GBM <[EMAIL PROTECTED]> wrote:
> Leon,
>
> I'm compiling them at runtime and no I haven't tried 5.5.16. I was quite
> happy with 5.5.9 until I tried using generics. This is now in production and
> I don't want to have to upgrade the server continuously to dodge a bug.
> Ho
Mylene,
Yes I saw this as I mentioned in the final paragraph, however I put it into
the conf/jkcon.ant.xml and it hasn't made any difference. I'm not sure I'm
configuring the tag correctly or in the right config file. Any ideas?
Leon,
I'm compiling them at runtime and no I haven't tried 5.5.16
It could be ant...
(see the Ant manual at http://ant.apache.org/manual - core tasks - javac)
Success,
Mylène
On 4/4/06, CUCKSON, Nick, GBM <[EMAIL PROTECTED]> wrote:
> I've a problem compiling jsp's against jdk1.5. I've searched the archives,
> google, tomcat docs etc but found no help on m
I can vague remember issues about tomcat 5.5.x which came out with the
jdt from eclipse which had no support for 1.5. I maybe also be
completely wrong here.
Are you talking about precompiling jsps before deployment, or
production-compile during runtime?
Have you tried the 5.5.16?
regards
Leon
On
I've a problem compiling jsp's against jdk1.5. I've searched the archives,
google, tomcat docs etc but found no help on my specific issue although I
can see anumber of people have had problems with generics support.
I've changed to the Ant compiler and copied the ant.jar to common/lib, added
the c