On Tue 2009-04-14 at 17:35h, Shawn Castrianni wrote on ivy-user: > I need something like: win32 client artifacts, linux64 > server artifacts, etc. I essentially need to specify the > intersection of two configuration names and have the artifacts that > only exist in both configurations get resolved. > > Is this possible? I would think this might be a popular enhancement > for those using ivy for native code modules.
Maybe a different approach would be to support configuration names with wildcards, like "win32-*" and "*-server". More generally, if there were four axis A-D, one could declare an artifact to be valid for "A-*-C-*", i.e. for any B and D, for example. -- Niklas Matthies
