You were right. It wasn't clear to me to me that the path need to be relative to the test index.html
After correcting this error, it stil doesn't work. My external script are no added to the $app_home/test/script folder. Do i need any message about script addition when i run my test job, is that normal? 2011/3/22 thron7 <[email protected]>: > > > 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 > -- Benjamin Dreux Analyste-Programmeur Chaire de logiciel libre-Finance Social et solidaire UQAM Montréal ------------------------------------------------------------------------------ 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
