From: Sascha H. <sa...@xm...> - 2010-07-16 10:45:28
|
This is odd. I just checked the code in XMLVM that is throwing this error, and all it does is checking whether the given path is a directory. However, in the error message, I don't add any quotes. So I believe that in your case, the quotes are taken as part of the value. Could you please set the path like hits: set XMLVM_QOOXDOO_PATH=D:\Inform\Java\xmlvm\qooxdoo And let me know whether this worked. Thanks // Sascha On Thu, Jul 15, 2010 at 9:11 PM, <ul...@we...> wrote: > Thanks Sascha. > > Now the path is absolute, I tried: > set XMLVM_QOOXDOO_PATH="D:\Inform\Java\xmlvm\qooxdoo" > set XMLVM_QOOXDOO_PATH="D:\Inform\Java\xmlvm\qooxdoo\tool" > set XMLVM_QOOXDOO_PATH="D:\Inform\Java\xmlvm\qooxdoo\tool\bin" > > Sorry to say, that the error message is the same: > ERROR: QooxdooOutputProcess: QX directory cannot be found: > "D:\Inform\Java\xmlvm\qooxdoo" > > I'm working with WinXP. > qooxdoo has no installer, right ? > It's just a directory tree > with lots of *.py, *.js and *.json files. > > I installed Python. > Anything else needed ? > > Any further ideas ? > Is there any more documentation ? > > Thx > Ulrich > > > > Try setting the path to Qooxdoo absolute, and not relative. > > > >> On Thu, Jul 15, 2010 at 6:52 PM, <ul...@we...> wrote: > >> > >> Dear Developers, > >> > >> Everything with eclipse and the repository works fine. > >> I don't get anything working with JavaScript. > >> > >> In "Email Archive xmlvm-users" I found the thread: > >> "[xmlvm-users] Demos Translated to JavaScript" from 2010-05-28 22:47. > >> Sascha gave the advice to set a XMLVM_QOOXDOO_PATH. > >> In my Windows XP console I set: > >> set XMLVM_QOOXDOO_PATH="qooxdoo" > >> > >> My xmlvm command line is: > >> java -jar dist/xmlvm.jar --in=../HelloWorld/bin/pack/ --out=output > >> --target=qooxdoo --qx-app=MyApp --qx-main=Main > >> > >> The xmlvm error message is: > >> ERROR: QooxdooOutputProcess: QX directory cannot be found: "qooxdoo" > >> > >> Phython is installed. > >> The qooxdoo folder is in same directory as console and dist/xmlvm.jar. > >> The result is the same for: > >> set XMLVM_QOOXDOO_PATH="qooxdoo\tool" or > >> set XMLVM_QOOXDOO_PATH="qooxdoo\tool\bin" > >> > >> Any ideas ? > >> Is there any more documentation ? > >> > >> Thx > >> Ulrich > > > Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! > Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |