>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
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
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",
"
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
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