Hi,
for this who use my modified sources :
problem bazaar rewrite, same thing with :
openerp-web.py
setup.cfg
addons\openerp\controllers\templates\mako.login
doc\README.txt
doc\openerp-web.cfg

now the cache dir has changed of name :
it's : openerp_cachedir

change in your script to build client web  (C:\ if your sources are in C:\, 
eles change for the good name of partition) :

mkdir 
C:\openerp_cachedir\build\python25\Lib\site-packages\openerp_web-6.0dev-py2.5.egg\addons
xcopy /E /Y D:\openerp\6.0\client-web\addons\*  
C:\openerp_cachedir\build\python25\Lib\site-packages\openerp_web-6.0dev-py2.5.egg

in win32 setup.nsi line 153 change to:
File /r /x "*.pyc" /x "*.pyo" /x "*.msi" /x "*~" 
"C:\openerp_cachedir\build\python25\*"

I Hope  the build client-web for windows will work officially as soon as 
possible (has beginning).
Bye




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=61211#61211

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to