Re: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-14 Thread Anisha Karki
AILED > /usr/local/tomcat7/build.xml:**2211: The following error occurred while > excuting the line: > > /usr/local/tomcat7/build.xml:**2313: Compile failed; see the compiler > error output for details. > > > i downloaded the 7.0.22 version of tomcat > and i am working on Ubuntu 11.10 > > > thanks for help > > -- > --**-- > /*send by Cifer*/ >

Re: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/13/11 1:13 AM, Caldarale, Charles R wrote: >> From: Cifer [mailto:mantia...@gmail.com] Subject: Re: >> build.xml:2313: Compile failed; see the compiler error output for >> details > >> why must i u

RE: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-12 Thread Caldarale, Charles R
> From: Cifer [mailto:mantia...@gmail.com] > Subject: Re: build.xml:2313: Compile failed; see the compiler error output > for details > why must i use java6 to compile tomcat7 Because Sun (not Oracle) added methods to an interface class in JDK 7 that Tomcat does not implement,

Re: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-12 Thread Cifer
ethod getParentLogger() in CommonDataSource" and at the last line ,it shows BUILD FAILED /usr/local/tomcat7/build.xml:2211: The following error occurred while excuting the line: /usr/local/tomcat7/build.xml:2313: Compile failed; see the compiler error output for details. i downloaded the 7.0.22 version

Re: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-12 Thread Konstantin Kolinko
not abstract and does not override abstract method > getParentLogger() in CommonDataSource" > > and at the last line ,it shows > > BUILD FAILED > /usr/local/tomcat7/build.xml:2211: The following error occurred while > excuting the line: > > /usr/local/tomcat7/build.xml:2

build.xml:2313: Compile failed; see the compiler error output for details

2011-11-12 Thread Cifer
ows BUILD FAILED /usr/local/tomcat7/build.xml:2211: The following error occurred while excuting the line: /usr/local/tomcat7/build.xml:2313: Compile failed; see the compiler error output for details. i downloaded the 7.0.22 version of tomcat and i am working on Ubuntu 11.10 thank