can the config file be a problem? their are links to a subfolder under 
qooxdoo/1.2
?? is this  relevant?


{
   "name"    : "QxDyGraphs",

   "include" :
   [
     {
       "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
     }
   ],

   "export" :
   [
     "api",
     "api-data",
     "clean",
     "distclean",
     "fix",
     "info",
     "inspector",
     "lint",
     "migration",
     "pretty",
     "test",
     "test-source",
     "translation"
   ],

   "let" :
   {
     "APPLICATION"  : "qxdygraphs",
     "APPLICATION_MAIN_CLASS" : "${APPLICATION}.demo.Demo",
     "QOOXDOO_PATH" : "../../qooxdoo/1.2",
     //"QXTHEME"      : "qxdygraphs.theme.modern.Theme",
     "QXTHEME"      : "qx.theme.Modern",
     "API_EXCLUDE"  : ["qx.test.*", "qxdygraphs.demo.*", 
"${APPLICATION}.theme.*", "${APPLICATION}.test.*"],
     "LOCALES"      : [ "en" ],
     "CACHE"        : "${TMPDIR}/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"
         }
       ]
     },

     // 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
         }
       }
     }
   }
   */
}

> Am 02.02.2011 17:12, schrieb thron7:
>
>> You do not "include" it. You just give the path to it.
> i have linked  :
>
> "manifest"   :
> "../contributessource/qxDygraphs/QxDyGraphs/trunk/Manifest.json"
>
>> It's like with any qooxdoo library: For the source version, the class
>> and resource files are used from the original path. For the build
>> version, all necessary files are copied to your 'build' directory by the
>> generator.
> and where? i want to check if its  compiled:)
>
> ------------------------------------------------------------------------------
> The modern datacenter depends on network connectivity to access resources
> and provide services. The best practices for maximizing a physical server's
> connectivity to a physical network are well understood - see how these
> rules translate into the virtual world?
> http://p.sf.net/sfu/oracle-sfdevnlfb
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>


------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to