Re: Using JDT compiler from build.xml

2008-10-04 Thread Mark Thomas
Elalmaire wrote: > > > Mark Thomas-18 wrote: >> Elalmaire wrote: >>> Hi, >>> I'm a new tomcat user. >>> I'm running Apache Tomcat ver 6.0.18 on Windows Vista with JRE 6 (so I've >>> setted JRE_HOME). >>> >From docs, I've read that it's possible to use a jre since "Tomcat 6.0 > uses the Eclipse

Re: Using JDT compiler from build.xml

2008-10-04 Thread Elalmaire
.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > I'm trying to compile two servlets. Under the src dir I've a dir called ebookshop (the two servlet are under the package ebookshop). The target compile is:

Re: Using JDT compiler from build.xml

2008-10-03 Thread Mark Thomas
Elalmaire wrote: > Hi, > I'm a new tomcat user. > I'm running Apache Tomcat ver 6.0.18 on Windows Vista with JRE 6 (so I've > setted JRE_HOME). >>From docs, I've read that it's possible to use a jre since "Tomcat 6.0 uses >>the Eclipse JDT Java compiler for compiling JSP pages", but when I try

Using JDT compiler from build.xml

2008-10-03 Thread Elalmaire
Hi, I'm a new tomcat user. I'm running Apache Tomcat ver 6.0.18 on Windows Vista with JRE 6 (so I've setted JRE_HOME). >From docs, I've read that it's possible to use a jre since "Tomcat 6.0 uses >the Eclipse JDT Java compiler for compiling JSP pages", but when I try to >compile with ant (the