On Wed, Oct 28, 2009 at 5:11 AM, Ricky Clarkson <[email protected]> wrote:
> So my question is; how can I make it so that development-brand is > activated only if none of the other brands are? You're on the right track by activating the default profile on the *absence* of a property with the !. Now, stop using -P to activate the other profiles, and switch to using -D=[value]. You'll need to add similar <activation> sections to the other branded ones. Then you can activate exactly one profile with -Dbrand=... (or nothing, for the default). -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
