Working with a git checkout always incurs the risk of running into an unstable state. Have you tried just refreshing your clone with git pull?

T.



On 01/09/2013 11:33 AM, Alexander Voronin wrote:
I've just changed downloaded 2.1 qooxdoo SDK to git 2.2 version and have some problems.

First I did not changed application build and run old generate.py to build application. It was built successfully but some functionality such as qx.ui.mobile.dialog.BusyIndicator was totally broken (screen just blocks and did not show anything).

I suspect that's all about new build scripts or something and I thought to recreate build scripts and configs using create-application.py SDK script. After this I've changed configs as it ought to be for my project and got this error on any generate.py command:

Traceback (most recent call last):
  File "Z:\Projects\MobilePortal\generate.py", line 123, in <module>
    qxpath = getQxPath()
  File "Z:\Projects\MobilePortal\generate.py", line 99, in getQxPath
    config = json.loads(config_str)
File "../qooxdoo-sdk\tool/pylib\demjson\demjson.py", line 2136, in decode
    obj = j.decode( unitxt )
File "../qooxdoo-sdk\tool/pylib\demjson\demjson.py", line 1707, in decode r = self.decodeobj(txt, 0, only_object_or_array=not self._allow_any_type_at_start) File "../qooxdoo-sdk\tool/pylib\demjson\demjson.py", line 1667, in decodeobj
    obj, i = self.decode_composite(txt, i, imax)
File "../qooxdoo-sdk\tool/pylib\demjson\demjson.py", line 1615, in decode_composite
    rval = self.decodeobj(txt, i)
File "../qooxdoo-sdk\tool/pylib\demjson\demjson.py", line 1667, in decodeobj
    obj, i = self.decode_composite(txt, i, imax)
File "../qooxdoo-sdk\tool/pylib\demjson\demjson.py", line 1615, in decode_composite
    rval = self.decodeobj(txt, i)
File "../qooxdoo-sdk\tool/pylib\demjson\demjson.py", line 1696, in decodeobj
    raise JSONDecodeError('unknown keyword or identifier',kw)
demjson.demjson.JSONDecodeError: ('unknown keyword or identifier', u'MobilePortal')

What is wrong with current git version? Is it not usable at all or there is some issues migrating from 2.1 to 2.2?

--
????? ? ????????? ?? ????? ???, ????? ??? ?????????..


------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612


_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to