From: Erez D <ere...@gm...> - 2011-04-03 11:36:44
|
I'm trying to compile xokoban to python via xmlvm (svn trunc r1601) ant ant demos alias xmlvm='java -jar some/path/xmlvm.jar' xmlvm --in=Ball.class --out=/tmp/xokoban --target=python python Ball.py I get the following: erez@black:/tmp/xokoban$ python Ball.py Traceback (most recent call last): File "Ball.py", line 192, in <module> class org_xmlvm_demo_xokoban_Ball(org_xmlvm_demo_xokoban_MovableGamePiece): NameError: name 'org_xmlvm_demo_xokoban_MovableGamePiece' is not defined ( i get the same error using branch vtable) under branch wp7, i fail in 'ant demos' in branch 2phase2 i get: erez@black:/tmp/xokoban$ python Ball.py File "Ball.py", line 196 __locals = range() ^ IndentationError: expected an indented block |
From: Arno P. <ar...@pu...> - 2011-04-03 17:38:09
|
the Python backend was more a proof-of-concept that was done a long time ago. It is not under active development currently. There is a little feature matrix at: http://xmlvm.org/documentation/ You can see the matured-ness of the various backends. Arno On 4/3/11 4:36 AM, Erez D wrote: > I'm trying to compile xokoban to python via xmlvm (svn trunc r1601) > > ant > ant demos > alias xmlvm='java -jar some/path/xmlvm.jar' > xmlvm --in=Ball.class --out=/tmp/xokoban --target=python > python Ball.py > > I get the following: > erez@black:/tmp/xokoban$ python Ball.py > Traceback (most recent call last): > File "Ball.py", line 192, in <module> > class > org_xmlvm_demo_xokoban_Ball(org_xmlvm_demo_xokoban_MovableGamePiece): > NameError: name 'org_xmlvm_demo_xokoban_MovableGamePiece' is not defined > > ( i get the same error using branch vtable) > > under branch wp7, i fail in 'ant demos' > > in branch 2phase2 i get: > erez@black:/tmp/xokoban$ python Ball.py > File "Ball.py", line 196 > __locals = range() > ^ > IndentationError: expected an indented block > > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Mario H. <ma...@de...> - 2011-04-03 19:27:21
|
Talking about proof-of-concepts... i saw a slide that promised Ruby (YARV) support, but i couldn't find any documentation or code related to this. Is there already a working version or future plans about this? Cheers, Mario On 04/03/11 19:37, Arno Puder wrote: > the Python backend was more a proof-of-concept that was done a long time > ago. It is not under active development currently. There is a little > feature matrix at: > http://xmlvm.org/documentation/ > > You can see the matured-ness of the various backends. > > Arno > > > On 4/3/11 4:36 AM, Erez D wrote: >> I'm trying to compile xokoban to python via xmlvm (svn trunc r1601) >> >> ant >> ant demos >> alias xmlvm='java -jar some/path/xmlvm.jar' >> xmlvm --in=Ball.class --out=/tmp/xokoban --target=python >> python Ball.py >> >> I get the following: >> erez@black:/tmp/xokoban$ python Ball.py >> Traceback (most recent call last): >> File "Ball.py", line 192, in<module> >> class >> org_xmlvm_demo_xokoban_Ball(org_xmlvm_demo_xokoban_MovableGamePiece): >> NameError: name 'org_xmlvm_demo_xokoban_MovableGamePiece' is not defined >> >> ( i get the same error using branch vtable) >> >> under branch wp7, i fail in 'ant demos' >> >> in branch 2phase2 i get: >> erez@black:/tmp/xokoban$ python Ball.py >> File "Ball.py", line 196 >> __locals = range() >> ^ >> IndentationError: expected an indented block >> >> >> >> ------------------------------------------------------------------------------ >> Create and publish websites with WebMatrix >> Use the most popular FREE web apps or write code yourself; >> WebMatrix provides all the features you need to develop and >> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf >> >> >> >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Arno P. <ar...@pu...> - 2011-04-03 20:43:39
|
that code sits in a private repository and I never got around to integrate it with the main XMLVM repository. If you are interested, I can send you what I have. I would also consider it more "proof-of-concept". However, I was able to cross-compile iFireworks. Arno On 4/3/11 12:12 PM, Mario Heidenreich wrote: > Talking about proof-of-concepts... i saw a slide that promised Ruby > (YARV) support, but i couldn't find any documentation or code related to > this. > Is there already a working version or future plans about this? > > Cheers, > Mario > > On 04/03/11 19:37, Arno Puder wrote: >> the Python backend was more a proof-of-concept that was done a long time >> ago. It is not under active development currently. There is a little >> feature matrix at: >> http://xmlvm.org/documentation/ >> >> You can see the matured-ness of the various backends. >> >> Arno >> >> >> On 4/3/11 4:36 AM, Erez D wrote: >>> I'm trying to compile xokoban to python via xmlvm (svn trunc r1601) >>> >>> ant >>> ant demos >>> alias xmlvm='java -jar some/path/xmlvm.jar' >>> xmlvm --in=Ball.class --out=/tmp/xokoban --target=python >>> python Ball.py >>> >>> I get the following: >>> erez@black:/tmp/xokoban$ python Ball.py >>> Traceback (most recent call last): >>> File "Ball.py", line 192, in<module> >>> class >>> org_xmlvm_demo_xokoban_Ball(org_xmlvm_demo_xokoban_MovableGamePiece): >>> NameError: name 'org_xmlvm_demo_xokoban_MovableGamePiece' is not defined >>> >>> ( i get the same error using branch vtable) >>> >>> under branch wp7, i fail in 'ant demos' >>> >>> in branch 2phase2 i get: >>> erez@black:/tmp/xokoban$ python Ball.py >>> File "Ball.py", line 196 >>> __locals = range() >>> ^ >>> IndentationError: expected an indented block >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Create and publish websites with WebMatrix >>> Use the most popular FREE web apps or write code yourself; >>> WebMatrix provides all the features you need to develop and >>> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf >>> >>> >>> >>> _______________________________________________ >>> xmlvm-users mailing list >>> xml...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> ------------------------------------------------------------------------------ >> Create and publish websites with WebMatrix >> Use the most popular FREE web apps or write code yourself; >> WebMatrix provides all the features you need to develop and >> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Erez D <ere...@gm...> - 2011-04-04 07:47:51
|
If I want to cross compile an android app to run on a gnu/linux system (without java) using gtk or qt, what is the best option i have ? On Sun, Apr 3, 2011 at 8:37 PM, Arno Puder <ar...@pu...> wrote: > > the Python backend was more a proof-of-concept that was done a long time > ago. It is not under active development currently. There is a little > feature matrix at: > http://xmlvm.org/documentation/ > > You can see the matured-ness of the various backends. > > Arno > > > On 4/3/11 4:36 AM, Erez D wrote: > > I'm trying to compile xokoban to python via xmlvm (svn trunc r1601) > > > > ant > > ant demos > > alias xmlvm='java -jar some/path/xmlvm.jar' > > xmlvm --in=Ball.class --out=/tmp/xokoban --target=python > > python Ball.py > > > > I get the following: > > erez@black:/tmp/xokoban$ python Ball.py > > Traceback (most recent call last): > > File "Ball.py", line 192, in <module> > > class > > org_xmlvm_demo_xokoban_Ball(org_xmlvm_demo_xokoban_MovableGamePiece): > > NameError: name 'org_xmlvm_demo_xokoban_MovableGamePiece' is not defined > > > > ( i get the same error using branch vtable) > > > > under branch wp7, i fail in 'ant demos' > > > > in branch 2phase2 i get: > > erez@black:/tmp/xokoban$ python Ball.py > > File "Ball.py", line 196 > > __locals = range() > > ^ > > IndentationError: expected an indented block > > > > > > > > > ------------------------------------------------------------------------------ > > Create and publish websites with WebMatrix > > Use the most popular FREE web apps or write code yourself; > > WebMatrix provides all the features you need to develop and > > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > > > > > > > > _______________________________________________ > > xmlvm-users mailing list > > xml...@li... > > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |