View Single Post
  #7 (permalink)  
Old 03-29-2006, 11:40 AM
david75 david75 is offline
Member
 
Posts: 14
Default

I did all that but nothing would work as I mentioned earlier. Now I have created soft links for new installations and its working fine. Oh, I also changed preferences in Eclipse to use 1.5 instead of 1.4.2. Now I only get warnings with suggestions to recompile with -Xlint:deprecation and -Xlint:unchecked. But that should be OK I guess.
I can build ZimbraServer till almost the last part of it but if fails at "stop-tomcat-unix:". The reason is that looks for tomcat in /opt/zimbra/bin/tomcat thus throws I/O exception whereas
tomcat is in /opt/zimbra/tomcat. Is it a bug in build.xml or I am missing something?
Reply With Quote