From: Leo I. <le...@sc...> - 2010-07-15 18:59:05
|
Its true. In general, when setting environment variables, try to use an absolute path, because you might not have any idea where the thing that is reading the variable is. In this case you do have an idea, but you don't know if something else might read it. ________________________________ From: Sascha Haeberling <sa...@xm...> To: ul...@we... Cc: xml...@li... Sent: Thu, July 15, 2010 11:53:34 AM Subject: Re: [xmlvm-users] How to compile Java to JavaScript ? 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 > > |