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]

Reply via email to