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 want
to add/remove them when switching between source and build.
T.
On 04/23/2013 02:40 PM, miguelmello wrote:
> 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",
> "inspector",
> "lint",
> "migration",
> "pretty",
> "profiling",
> "source",
> "source-all",
> "source-hybrid",
> "simulation-build",
> "simulation-run",
> "test",
> "test-source",
> "translation"
> ],
> "default-job" : "source-all",
> "let" :
> {
> "APPLICATION" : "myapp",
> "QOOXDOO_PATH" : "/opt/qooxdoo",
> "QXTHEME" : "myapp.theme.Theme",
> "API_EXCLUDE" : ["qx.*, ${APPLICATION}.theme.*"],
> "LOCALES" : [ "en" ],
> "CACHE" : "${TMPDIR}/qx${QOOXDOO_VERSION}/cache",
> "ROOT" : "."
> },
> "jobs" :
> {
> "app-parts-config":
> {
> "packages" :
> {
> "parts" :
> {
> "boot" :
> {
> "include" : [ "${QXTHEME}", "${APPLICATION}.Application" ]
> },
> "login" :
> {
> "include" : [ "${APPLICATION}.system.Login" ]
> },
> "tabcostumer" :
> {
> "include" : [ "${APPLICATION}.system.TabCostumer" ]
> },
> "tabadm" :
> {
> "include" : [ "${APPLICATION}.system.TabAdm" ]
> }
> }
> }
> },
> "build" :
> {
> "extend" : [ "app-parts-config" ]
> },
> "source" :
> {
> "variants" :
> {
> "qx.disposerDebugLevel" : "9",
> "qx.aspects" : ["on"],
> "qx.debug" : ["on"]
> },
> "log" :
> {
> "classes-unused" : [ "myapp.*" ]
> }
> }
> },
> "config-warnings" : {
> "job-shadowing" : ["source", "source-all", "build"]
> }
> }
>
>
>
>
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/Skipping-unresolvable-exclude-entry-tp7583321p7583336.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel