There are two independent things here: 1. Copying some file from the source to the build tree. 2. Using a non-qooxdoo JS script in your app.
2. doesn't depend on 1., although that is what most people want. The crucial thing for 2. is the "add-script" config key in the job that is building the app. If you just want the script be used in the source version of your app, just add the key to the "source-script" job. If you want it in your test application, you need to add it to the "testrunner::build-tests-script" job, if you want it in the source version of the test app, add it to "testrunner::source-tests-script". T. On 03/21/2011 07:06 PM, Benjamin Dreux wrote: > Hi, again > > Using this method the script get copied to my test directory. > But the script are not sended when i acces the test runner. > > Plus is there a way to not get the script for the buidl version ? > Like the scope definition in maven... > > > 2011/3/21 Benjamin Dreux<[email protected]>: >> Here is the link i nedded >> http://qooxdoo.678.n2.nabble.com/Non-qooxdoo-JS-file-in-contribution-td4325686.html >> >> 2011/3/21 Benjamin Dreux<[email protected]>: >>> Hi >>> I'me looking for a way to use another js lib inside my qooxdoo app. >>> In my case it's mock framework. >>> I've seen inside my config.json file, there is a key called libraries. >>> But i can't find how to use it. Is there a page in the wiki, or >>> somewhere else? >>> >>> Thanks >>> >>> >>> -- >>> Benjamin Dreux >>> Analyste-Programmeur >>> Chaire de logiciel libre-Finance Social et solidaire >>> UQAM >>> Montréal >>> >> >> >> >> -- >> 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
