Re: [qooxdoo-devel] generate source vs source-hybrid heavy problem

2011-09-07 Thread telekosmos
Hi John thanks for the clue!! it worked and I guess I could spend a lot of time researching for that!! and I guess the same applies for the rest of contribs as Im gonna try QxJqplot... cheers again, save a lot of time and frustration w i l l y -- View this message in context: http://qooxdoo.

Re: [qooxdoo-devel] generate source vs source-hybrid heavy problem

2011-09-07 Thread John Spackman
Hi Guillermo When you use a contrib by setting manifest to "contrib://..." the generator downloads the contrib for you but it looks like it downloads the resources into the same temporary directory used for it's cache. This is fine if you're accessing the app from a file:// url but will not work

[qooxdoo-devel] generate source vs source-hybrid heavy problem

2011-09-07 Thread Guillermo C . Martínez
Hi I just found out my applications works differently if I generate them with source or source-hybrid, which was really frustrating. Context: - I am developing on web server and I set the paths ok, as I even can see the apibrowser and tutorials using http://localhost... - I am trying to test the

Re: [qooxdoo-devel] generate source code at run time with xslt

2010-10-19 Thread Jean-Baptiste BRIAUD -- Novlog
We are generating full qooxdoo application (from a qooxdoo application) but we are launching the full toochain on our generated application. The generated application is totally independent from the kind of compiler we did that produce it. This doesn't fit your requirement : "without rebuilt the

Re: [qooxdoo-devel] generate source code at run time with xslt

2010-10-19 Thread thron7
On 10/18/2010 06:01 PM, carandb wrote: > > Can a qooxdoo application generate (eg. with XSLT) and use new code at run > time without rebuild the whole application? Of course can you write a qooxdoo application that produces qooxdoo classes. Several people are doing this in one way or the other.

Re: [qooxdoo-devel] generate source code at run time with xslt

2010-10-19 Thread Adrian Olaru
I don't think so... -- View this message in context: http://qooxdoo.678.n2.nabble.com/generate-source-code-at-run-time-with-xslt-tp5647577p5650543.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Downlo

[qooxdoo-devel] generate source code at run time with xslt

2010-10-19 Thread carandb
Can a qooxdoo application generate (eg. with XSLT) and use new code at run time without rebuild the whole application? thanks, cab -- View this message in context: http://qooxdoo.678.n2.nabble.com/generate-source-code-at-run-time-with-xslt-tp5647577p5647577.html Sent from the qooxdoo mailing l

Re: [qooxdoo-devel] generate source error

2009-11-04 Thread Riccardo-Maria BIANCHI
Hi Gene, yes, I agree with you. It would be better to change the name from the beginning in order to start the creation process with a clean value. Or crashing the creation process at the start with an error message inviting the user to change the application name. Cheers, Ric. Gene Am

Re: [qooxdoo-devel] generate source error

2009-11-04 Thread Riccardo-Maria BIANCHI
Hi thron7, thanks for you exhaustive and detailed answer! :-) Now I understand why the appname variable with hyphen was passed to the real generator even before loading the config.json file! :-P So it's just the directory name! Ok, I'll re-recreate the app, in order to get a clean installati

Re: [qooxdoo-devel] generate source error

2009-11-04 Thread Gene Amtower
I think one of the inherent but unstated points in the original post is why "create-application" knows enough to remove the hyphen in some places but not everywhere, resulting in a mismatch within the created application. It would be better to fail right from the start with a harshly-chastising me

Re: [qooxdoo-devel] generate source error

2009-11-04 Thread thron7
Derrell is right, it's not quite worth the effort, but anyway... > --- > /usr/bin/python2.6 generate.py source > > > INITIALIZING: PLOTS-DASHBOARD This is from the directory name (which obviously you haven't

Re: [qooxdoo-devel] generate source error

2009-11-04 Thread Riccardo-Maria BIANCHI
Ok, got it! thanks for your answer :-) Ric. Derrell Lipman wrote: > On Wed, Nov 4, 2009 at 08:54, Riccardo-Maria BIANCHI > wrote: > > > I changed all occurrencies of "plots-dashboard" in "application" and > "name" field in my config files (config.json, Man

Re: [qooxdoo-devel] generate source error

2009-11-04 Thread Derrell Lipman
On Wed, Nov 4, 2009 at 08:54, Riccardo-Maria BIANCHI wrote: > > I changed all occurrencies of "plots-dashboard" in "application" and > "name" field in my config files (config.json, Manifest.json) and > everywhere...but still I get this header with the hyphen "-" in the name > when I run generate.

Re: [qooxdoo-devel] generate source error

2009-11-04 Thread Riccardo-Maria BIANCHI
Hi Jonathan, Now everything's working fine, but I still have a question. I changed all occurrencies of "plots-dashboard" in "application" and "name" field in my config files (config.json, Manifest.json) and everywhere...but still I get this header with the hyphen "-" in the name when I run gene

Re: [qooxdoo-devel] generate source error

2009-11-04 Thread Jonathan Weiß
Hello Riccardo-Maria, I am glad that you found the error. Please note that an application name must NOT contain an hyphen ("-")! Cheers, Jonathan - Jonathan Weiß Framework Engineer http://mysterycity.de/blog Blog - http://www.linkedin.com/in/jonathanrass LinkedIn - http://www.xing.com

Re: [qooxdoo-devel] generate source error

2009-11-03 Thread Riccardo-Maria BIANCHI
Me again :) I just noticed that running the generator.py I get the string: "INITIALIZING: PLOTS-DASHBOARD" while I checked and I do not have any occurences of the "-" name version in my source code. But the appname is still passed as "plots-dashboard" to the real generate.py script, it seems.

[qooxdoo-devel] generate source error

2009-11-03 Thread Riccardo-Maria BIANCHI
Hi! I started a new application. At start I had put a "-" within the name, but the create-application script substituted it with a "_". Two things: 1) the substitution did not work for "name" fields in config.json and Manifest.json. Is it a feature or an error? 2) Now when I try to make the "s

Re: [qooxdoo-devel] Generate source

2008-09-01 Thread thron7
Philippe Poulard wrote: > hi folks, > > each time that I generate the source, it takes a long time before the > script skip the download step: > > ./generate.py source > > > INITIALIZING: MEW > ==

[qooxdoo-devel] Generate source

2008-09-01 Thread Philippe Poulard
hi folks, each time that I generate the source, it takes a long time before the script skip the download step: ./generate.py source INITIALIZING: MEW ===