The build from source was going well, i took great care to build all the 3rd party stuff 1st and then started the make in the ZimbraBuild dir. It built the zimbra core deb and the zimbra mta deb, but then failed when building the tomcat stuff. Here's the error I got.
------
Code:
Total time: 4 minutes 11 seconds
rm -rf zimbraConf
mkdir zimbraConf
cp /data/root/zimbra-svn/ZimbraBuild/../ZimbraWebClient/build/WebRoot/WEB-INF/web.xml zimbraConf
mkdir /data/root/zimbra-svn/ZimbraBuild/storebuild/opt/zimbra/apache-tomcat-5.5.15/webapps/zimbra
(cd /data/root/zimbra-svn/ZimbraBuild/storebuild/opt/zimbra/apache-tomcat-5.5.15/webapps/zimbra; jar xf /data/root/zimbra-svn/ZimbraBuild/../ZimbraWebClient/build/dist/tomcat/webapps/zimbra.war)
mkdir -p /data/root/zimbra-svn/ZimbraBuild/storebuild/opt/zimbra/apache-tomcat-5.5.15/webapps/zimbra/downloads
cp /data/root/zimbra-svn/ZimbraBuild/../ZimbraServer/src/windows/*exe /data/root/zimbra-svn/ZimbraBuild/storebuild/opt/zimbra/apache-tomcat-5.5.15/webapps/zimbra/downloads
cp: cannot stat `/data/root/zimbra-svn/ZimbraBuild/../ZimbraServer/src/windows/*exe': No such file or directory
make: *** [/data/root/zimbra-svn/ZimbraBuild/storebuild/opt/zimbra/apache-tomcat-5.5.15/webapps/zimbra/downloads] Error 1
---------
It's odd because the /data/root/zimbra-svn/ZimbraBuild/../ZimbraServer/src/windows/*exe'
doens't exist anywhere, I don't see it in the SVN either.
Is this a directory that gets built when building something else? Did a miss building a 3rd party app? I posted this as a new thread in the Dev forum, but haven't heard back from anyone yet.
Anyone seen this before??