Sure. It's actually a pretty basic setup:

{
"name"    : "terratransferdemo_1_4",

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

"let" :
 {
"APPLICATION"  : "terratransferdemo_1_4",
"QOOXDOO_PATH" : "../qooxdoo-1.4.2-sdk",
 "QXTHEME"      : "terratransferdemo_1_4.theme.Theme",
"API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*",
"${APPLICATION}.test.*", "${APPLICATION}.simulation.*"],
 "LOCALES"      : [ "en" ],
"CACHE"        : "${TMPDIR}/qx${QOOXDOO_VERSION}/cache",
 "ROOT"         : "."
}

// You only need to edit the remainder of this file, if you want to
customize
 // specific jobs, or add own job definitions.

,"jobs" :
 {
// Uncomment the following entry to add a contrib or library to your
// project; make sure to adapt the path to the Manifest.json; if you are
 // using a contrib: library, it will be downloaded into the path specified
// by the 'cache/downloads' config key
 "libraries" :
{
"library" :
 [
//{
//"manifest" : "contrib://SkeletonApplication/trunk/Manifest.json"
 //}
{
"manifest"   : "contrib://QxProtovis/trunk/Manifest.json"
 }
]
},

// If you want to tweak a job setting, see the following sample where
// the "format" feature of the "build-script" job is overridden.
 // To see a list of available jobs, invoke 'generate.py x'.
"build-script" :
 {
"compile-options" :
{
 "code" :
{
"format" : false
 }
}
}
 }
}


On Sat, Jul 30, 2011 at 6:38 PM, thron7 <[email protected]>wrote:

> How did you include the contrib? Can you post your config.json?
>
> T.
>
>
> > Thanks for your help. But it 's also not shown in my app. I Trier the
> > example provided on the contrib website. I'm running 1.4.2 if it is
> > important.
> > Am 30.07.2011 07:40 schrieb "Fritz Zaucker" <[email protected]>:
> >> Hi Matthias
> >> this is just a warning you can ignore. I think you can suppress the
> > warning with an ignore statement, but I am not sure about the syntax.
> >> Fritz
> >>
> >> Fritz Zaucker
> >> Oetiker+Partner AG
> >> Aarweg 15
> >> CH-4600 Olten
> >> +41 775 9903
> >>
> >> On 30.07.2011, at 01:51, "Kluth, Matthias" <[email protected]>
> >> wrote:
> >>
> >>> Hey everyone,
> >>>
> >>> I'm trying to use QxProtovis in my qooxdoo-app. I added the contrib
> >>> adres
> > to my config.json and all is compiling fine. If I run generator.py lint
> it
> > tells me that:
> >>>
> >>> Application.js (64,35): Use of undefined or global identifier
> > 'qxprotovis'
> >>>
> >>> Any help on that? I'm pretty new to qooxdoo... so maybe I just missed a
> > step.
> >>>
> >>> Greetings,
> >>>
> >>> Matthias
> >>>
> >
> ------------------------------------------------------------------------------
> >>> Got Input? Slashdot Needs You.
> >>> Take our quick survey online. Come on, we don't ask for help often.
> >>> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> >>> http://p.sf.net/sfu/slashdot-survey
> >>> _______________________________________________
> >>> qooxdoo-devel mailing list
> >>> [email protected]
> >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >>
> >>
> >
> ------------------------------------------------------------------------------
> >> Got Input? Slashdot Needs You.
> >> Take our quick survey online. Come on, we don't ask for help often.
> >> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> >> http://p.sf.net/sfu/slashdot-survey
> >> _______________________________________________
> >> qooxdoo-devel mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >
> ------------------------------------------------------------------------------
> > Got Input?   Slashdot Needs You.
> > Take our quick survey online.  Come on, we don't ask for help often.
> > Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> >
> http://p.sf.net/sfu/slashdot-survey_______________________________________________
> > qooxdoo-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >
>
>
>
>
> ------------------------------------------------------------------------------
> Got Input?   Slashdot Needs You.
> Take our quick survey online.  Come on, we don't ask for help often.
> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> http://p.sf.net/sfu/slashdot-survey
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to