Tomcat 6 Build Failing
Hey Guys, I am trying to build Tomcat 6 from source but am getting some build errors I am hoping I can get some help with. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 15 errors BUILD FAILED /root/apache-tomcat-6.0.14-src/build.xml:675: The following error occurred while executing this line: /root/apache-tomcat-6.0.14-src/build.xml:739: Compile failed; see the compiler error output for details. Total time: 34 seconds Where exactly is the compile error out. This is my first time building Tomcat from source. -- View this message in context: http://www.nabble.com/Tomcat-6-Build-Failing-tp14975286p14975286.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Tomcat 6 Build Failing
Thanks, The problem was jdk 1.6. I downgraded to 1.5 and it went well. However I am having some challenges building Tomcat 6 with the admin tool. It is my understanding that building it from source the admin tool should be included. Below are the steps I have taken. cd apache-tomcat-6.0.14-src ant download ant The commands above worked fine. I also tried and -f dist.xml. But no signs of the admin tool. I have a feeling I will have to modify one of the xml files (build.xml, build.properties.default, dist.xml or extras.xml) but am not sure which one or what the changes will be. What I will like to do build Tomcat 6 with the admin tool then package them in .tar.gz files. Any help with this will be greatly appreciated. Thank you. Markus Schönhaber-2 wrote: > > nayabinghi wrote: > >> I am trying to build Tomcat 6 from source but am getting some build >> errors I >> am hoping I can get some help with. >> >> [javac] Note: Recompile with -Xlint:deprecation for details. >> [javac] Note: Some input files use unchecked or unsafe operations. >> [javac] Note: Recompile with -Xlint:unchecked for details. >> [javac] 15 errors >> >> BUILD FAILED > [...] > > Look at the output preceding the above snippet. That's where the actual > error messages probably are. > > Regards > mks > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Tomcat-6-Build-Failing-tp14975286p14986855.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Tomcat 6 Build Failing
Mark, Thank you very much. markt-2 wrote: > > nayabinghi wrote: >> The problem was jdk 1.6. I downgraded to 1.5 and it went well. > That is a known issue with DBCP: > http://issues.apache.org/bugzilla/show_bug.cgi?id=43147 > >> However I am >> having some challenges building Tomcat 6 with the admin tool. > There is no admin tool in tomcat 6. > > Mark > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Tomcat-6-Build-Failing-tp14975286p14987315.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]