View Single Post
  #1 (permalink)  
Old 11-06-2009, 02:58 AM
hallelujah hallelujah is offline
Junior Member
 
Posts: 9
Default Missing ZimbraAdminVersionCheck directory in ZCS 6.0.2 sources

Hello all
I get this error when trying to build ZCS 6.0.2 release from sources whith the change number reported on pm.zimbra.com

I did a fresh checkout (p4 -u public -P public1234 -c public-view sync //depot/zcs/GNR-602/...@215469)

I am building against UBUNTU 9.04 amd64 and patched some files. I just did a copy/replace on some files.
I don't think this issue comes from my changes : the directory ZimbraAdminVersionCheck is simply missing! Is it created by another ant build ?

Here is the log :

Code:
(cd /home/public/p4/GNR-602/ZimbraBuild/../ZimbraAdminVersionCheck; /usr/bin/ant -Ddebug=false\
		-Dzimbra.buildinfo.platform=UBUNTU9_64 \
		-Dzimbra.buildinfo.version=6.0.2_GA_1912.UBUNTU9_64 \
		-Dzimbra.buildinfo.release=20091106102202 -Dzimbra.buildinfo.date=20091106102202 \
		-Dzimbra.buildinfo.host=hery-desktop package-zimlet ; )
/bin/sh: line 0: cd: /home/public/p4/GNR-602/ZimbraBuild/../ZimbraAdminVersionCheck: Aucun fichier ou dossier de ce type
Buildfile: build.xml does not exist!
Build failed
make: *** [/home/public/p4/GNR-602/ZimbraBuild/../Zimlet/build/dist/zimlets/nofile] Erreur 1
Thanks for your help

Last edited by hallelujah; 11-11-2009 at 03:40 PM.. Reason: Better title
Reply With Quote