Am 16.01.2007 um 14:20 schrieb Hugh Gibson:
>
>> The problem seems to be the "- Including 37 classes".
>
> I did a lot of playing round, with print-includes and some other
> options. Your question:
>
>> Is there any content in your abling.Application?
>
> provided the hint. No, there's no conte
> The problem seems to be the "- Including 37 classes".
I did a lot of playing round, with print-includes and some other options. Your
question:
> Is there any content in your abling.Application?
provided the hint. No, there's no content in abling.Application. But there is
content in abling.
Hugh Gibson schrieb:
>> But there's not much point when the file is only 60kb. Where has the
>> rest of the build script gone?
>
> I've added the script compression (has to be at the end of the file) but I
> still can't do a full release build. The file is truncated. The last entry in
> it is:
> What can I do to track down the source of the problem?
I add --verbose to impl.mk, in the exec-script-build call to the generator.
Got some exceptions - due to UnicodeEncodeError when printing the values.
Logged a bug at http://bugzilla.qooxdoo.org/show_bug.cgi?id=269
Dumped the output of "mak
> What can I do to track down the source of the problem?
Sebastian?
Hugh
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & bus
> But there's not much point when the file is only 60kb. Where has the
> rest of the build script gone?
I've added the script compression (has to be at the end of the file) but I
still can't do a full release build. The file is truncated. The last entry in
it is:
/* ID: abling.translation.C */
> You can add a new target to your Makefile or extend the build target:
>
> newtarget: build
>@echo "Compressing js file..."
>@gzip path/to/file.js
>
> or:
>
> build:
>@echo "Compressing js file..."
>@gzip path/to/file.js
Great, I will do that.
But there's not much point when
Hugh Gibson schrieb:
> I updated to 0.6.4 because I needed some fixes with the Table.
>
> However, there are some issues:
>
> Firstly, the translation stuff is giving some strange results, reported at
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=266
>
> Even with the locale specified as .en, t
I updated to 0.6.4 because I needed some fixes with the Table.
However, there are some issues:
Firstly, the translation stuff is giving some strange results, reported at
http://bugzilla.qooxdoo.org/show_bug.cgi?id=266
Even with the locale specified as .en, the script created when I do a "make