Hi again,

when I run "generate images" with a migrated qooxdoo 3.0, the generated
meta-file seems to contain only lowercase file-names.

This wasn't the case before and I think it might be problematic on *NIX
Systems.

For example one entry in "tree.meta" was:
"app/tree/driverGroup-1.png": [16, 16, "png", "app/combined/tree.png", -64, 0]
but is now:
"app/tree/drivergroup-1.png": [16, 16, "png", "app/combined/tree.png", -64, 0]

          ^^^^^^^^^^^^^--- note the case-cahnge here!

*All* my @asset() hints are in CamelCase [ @asset(app/tree/driverGroup-1.png)
                                           in our example case]


Or is this independent of the file-system access and _all_ imageIds are
converted to lowercase in qooxdoo 3.x ?


Thanks in advance,
   Peter


The according part of my config.json looks like this:

------------------------------------------------------------------------------
{
  "export" : [ "image-combine" ],
  "let" :
  {
    "RESPATH" : "source/resource",         // resource path
    "COMBINED" : "${RESPATH}/app/combined" // common output path
  },
  "jobs" :
  {
    "image-combine" :
    {
      "extend" : [ "local-common" ],
      "combine-images" :
      {
        "montage-cmd" : "montage @%(tempfile)s -geometry +0+0 -gravity
NorthWest -tile %(orientation)s -background None %(combinedfile)s",

        "images" :
        {
          // ...

          "${COMBINED}/tree.png" :
          {
            "prefix" : [ "${RESPATH}" ],
            "input" :
            [
              {
                "prefix" : [ "${RESPATH}" ],
                "files" : [ "${RESPATH}/app/tree/*.png" ]
              }
            ]
          },

          // ...

        }
      }
    },

    "local-common" : {
      "cache" : {
        "compile" : "${CACHE}"
      }
    }
  }
}
------------------------------------------------------------------------------
-- 

***********************************************
Achtung, wir sind umgezogen!
Unsere neue Adresse:
TIS GmbH
Müller-Armack-Str. 8
46397 Bocholt
***********************************************

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to