On 2 Jul 2012, at 17:31 , Daniel Wagner wrote:
> it looks like we explicitly set the string.Template delimiter to %
> (CodeGenerator.py line 1364). I also did a quick check with a dollar
> sign in the loader template and it went through OK. Are you sure it's
> not a percent sign in the CKEditor code that causes the problem?

You are 100% right, it is a % sign and not a $ sign. In the CKEDITOR
code I am using, they are right next to each other, so I imagined the
char n° was wrong by one.

> Also, how exactly are you including the code in the loader? Through the
> "add-script" job key?

Currently we use:
                "source-script":
                {
                        "compile-options":
                        {
                                "paths":
                                {
                                        "loader-template":
"${ROOT}/source/loader_template.js"
                                }
                        }
                },

and
                "build-script":
                {
                        "compile-options":
                        {
                                "paths":
                                {
                                        "loader-template":
"${ROOT}/source/loader_template.js"
                                }
                        }
                },

Thank you,

David

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to