On 03/22/2011 05:48 PM, Benjamin Dreux wrote:
> I've try it, but i surely miss something.
> As i mentionned, i want to add just a non qooxdoo library to the test
> version of my app.
> Here is my jobs definition, please correct me:
>
>    "jobs":
>    {
>       "testrunner::build-tests-script":
>       {
>         "add-script":[ {"uri":"resource/scripts/jshamcrest-source.js"},
>                        {"uri":"resource/scripts/jmockito-source.js"}]
>          }
>    }  

I guess those URIs are wrong. They are taken 'as is', no magic involved. 
If your test index.html is at test/index.html (from your app root 
directory), there is most likely no such file as 
"resource/scripts/jshamcrest-source.js" relative to this index.html, right?!

More likely it is "../source/resource/scripts/jshamcrest-source.js".

T.

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to