Re: [qooxdoo-devel] Skipping unresolvable exclude entry

2013-04-23 Thread miguelmello
>1. My question was which job triggers the console messages you find >annoying. Messages are triggered at "Executing: source-all::source-all-script". No messages arise at "Executing: build::build-script". >2. You use a parts configuration for the 'build' job, but not for >'source'. This will not

Re: [qooxdoo-devel] Skipping unresolvable exclude entry

2013-04-23 Thread thron7
2 things: 1. My question was which job triggers the console messages you find annoying. 2. You use a parts configuration for the 'build' job, but not for 'source'. This will not work. Parts require you to instrument your code with appropriate qx.io.PartLoader.require() calls, and you wouldn't

Re: [qooxdoo-devel] Skipping unresolvable exclude entry

2013-04-23 Thread miguelmello
I see. Well, the config.json of myapp is the following: { "name": "myapp", "include" : [ { "path" : "${QOOXDOO_PATH}/tool/data/config/application.json" } ], "export" : [ "api", "api-data", "build", "clean", "distclean", "fix", "info", "

Re: [qooxdoo-devel] Skipping unresolvable exclude entry

2013-04-23 Thread thron7
On 04/23/2013 07:12 AM, miguelmello wrote: > Hi Fellows, > > I wonder how to get hide from the following generate.py output: > Scanning libraries > - Warning: Skipping unresolvable exclude entry: "myapp.test.*" > - Warning: Skipping unresolvable exclude entry: "myapp.simulation.*" > > I do no

[qooxdoo-devel] Skipping unresolvable exclude entry

2013-04-22 Thread miguelmello
Hi Fellows, I wonder how to get hide from the following generate.py output: >>> Scanning libraries - Warning: Skipping unresolvable exclude entry: "myapp.test.*" - Warning: Skipping unresolvable exclude entry: "myapp.simulation.*" I do not use test and simulation. I have no entries like these