Xavier Hanin wrote:
On 11/17/06, Steve Loughran <[EMAIL PROTECTED]> wrote:
Both of these are kind of interesting. Personally, while I like the
short syntax for typing, the long one for XML work.
My main issue with the current mapping is that I always use ',' as the
separator, not ';', because that is how ant breaks things up.
The ',' is used to separate configurations in the same mapping, while ';'
is used to separate mappings.
Example:
compile,runtime->runtime,option1 means that both runtime and option1 confs
of the dependency are required in both compile and runtime of the module
compile;test,runtime->default means that compile is required in compile and
default required in both test and runtime
aah.