thx, but i knew this snippet. it's ok, but i have to change qooxdoo code, that's what i want to avoid. another negative point: have you tried to debug with venkman when a source is >600kb? well my venkman sometimes simply crashes :-)

if you debug with venkman it is easier to copy the "demoincluder.js" from the "test" directory to your application, path the first line to your environment and go on.

future-thx2 for the php script, but i'm pythonist :-)

for those cherrypy-pythonist's who want to try php on the server:

http://projects.dowski.com/view/phpfilter

don't take it too seriuos :-)

</usc>

Oliver Vogel wrote:
1) Yes, there is a way. Please habe a look at the website:

http://qooxdoo.oss.schlund.de/snippets/newlines-in-build-files

(not realy without compression, but without "one line"

2) wait a view days, i will send a file called qooxdoo.php in a view days to
the "list" (for the contributed - directory)

Olli


==================================================
Diplom-Informatiker
Oliver Vogel
Geschaeftsfuehrer

Meins und Vogel GmbH  E-Mail: [EMAIL PROTECTED]
Esslinger Str. 45     Tel.:   +49 (7153) 6136-20
                      Fax:    +49 (7153) 6136-99
D 73207 Plochingen    http://www.muv.com/

Handelsregister: Esslingen am Neckar HRB 3536
Geschäftsführer: Dipl.-Inf. Klaus  Meins
                 Dipl.-Inf. Oliver Vogel
==================================================
"wer Rechtschreibfehler findet darf sie behalten"
-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Ulrich Schreiner
Gesendet: Donnerstag, 30. März 2006 11:21
An: [email protected]
Betreff: Re: [qooxdoo-devel] debugging

well i forgot my question :-)

> using venkman in qooxdoo is real powerful, but you need a qooxdoo build
 > which is not packed on one line. otherwise its not fun :-)

is there a standard way to generate a "qooxdoo.js" without compression?

there was a tip here in the list how to patch the generation process. is there an official way?

my solution is to grab the "demoinclude.js", patch this one and debug with venkman.

</usc>
Ulrich Schreiner wrote:
hi,

using venkman in qooxdoo is real powerful, but you need a
qooxdoo build
which is not packed on one line. otherwise its not fun :-)

btw: anyone who want's to use the javascript console for
output of the
qooxdoo messages can use this pattern (execute it after loading qooxdoo.js):

QxObject.prototype.debug = function(m, c) {
  var clz = this.classname;
  var hc = this._hashCode;
  if (c == "error")
    setTimeout(function() {
      throw new Error(c+":"+clz+"@"+hc+":" + m);
    },
    0);
};

change it to display "every" type of messages (remove the "if" :-).

is there a builtin for this functionality? i didn't found anything.

</usc>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking
scripting language
that extends applications into web and mobile media. Attend
the live
webcast
and join the prime developer group breaking into this new
coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&;
dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&;
dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to