put this into web.xml:
-----------------------
<init-param>
<param-name>optlevel</param-name>
<param-value>-1</param-value>
</init-param>
---------------------
cheers, jgabios
http://bash.editia.info
> --
> You received this message because you are subscribed to the Google Groups "RingoJS" group.
> To post to this group, send email to rin...@googlegroups.com.
> To unsubscribe from this group, send email to ringojs+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/ringojs?hl=en.
>
>
Thanks for the replies!
Setting optimization to -1 did work, but CPU usage was pretty high.
Level files need to also be usable client-side, in a browser. For this
and other reasons binary isn't very convenient, but it did give me an
idea: I ended up parsing the level file as JSON data rather than
javascript code.
--
Domas