halcwb wrote
> I added the add-scripts, and it works for the source, only when testing
> the app, it fails

> 
> P.s. to be sure, I added the add-script to all jobs.

Sorry, some additional reading learned that I had to add the following to
the jobs config:

    "testrunner::source-tests-script":
    {
      "add-script":
      [
        {
        "uri": "./../../source/resource/lib/underscore/Underscore.js"
        }
      ]
    },

    "testrunner::build-tests-script":
    {
      "add-script":
      [
        {
        "uri": "./../../source/resource/lib/underscore/Underscore.js"
        }
      ]
    },

Now, it is running fine, only have to get rid of the warinings. I am using
coffeescript, so, adding a directive as a comment is tricky as the # is the
comment directive in coffeescript.



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/loading-3rd-party-libraries-before-qooxdoo-s-code-tp7586291p7586509.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to