It depends which version you are creating, source or build. Both are 
done in config.json.

For source:

You have to specify the URI in the "library" entry for the library in 
question. In your config.json, add under "jobs" something like this

   "libraries" : {
      "library" : [
           { "path" : "rel/path/to/Manifest.json",
             "uri"  : "from/html/to/same/directory/under/grails"
           }
      ]
    }

It's important that the 'uri' parameter resolves to the same directory 
under your web server, as the Manifest.json is in.

For build:

For the build version, there are no different library paths (only a 
single one, the build directory itself). But you can tweak the URI under 
which its script and resource directories are addressed, by setting 
under "jobs"

   "build" : {
      "compile-options" : {
          "uris" : {
             "resource" : "from/html/to/resource/directory"
           }
      }
   }

HTH,
T.

On 01/28/2011 01:56 AM, Mengu wrote:
>
> hi everyone,
>
> is there any way to set default resourceUri for libInfo? we are using grails
> and after every generation i have to set the paths in the generated js file.
>
> thanks in advance.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to