Sebastian Werner wrote: > Hi! > > I woud like to use the macro override feature on the generator's > command line. But I have an issue as I don't know how to reconfigure a > list e.g. the default list is ["mshtml","gecko","opera","webkit"] and > I would like to override it to say just ["webkit"]. Do I have any > chance doing this using the macro override feature? Thanks! >
Yes, you can do that. The exact syntax depends on the shell you are using and its quoting requirements. In bash, it usually works like this: -m 'client:[\"webkit\"]' T. ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
