Hey guys:
In the new config.xml schema, does it
support multiple <conflicts> tag?
The SGE package needs to conflict
with both TORQUE and MAUI, but it doesn't work when I have the
following:
<conflicts>
<name>torque</name>
<type>package</type>
</conflicts>
<name>torque</name>
<type>package</type>
</conflicts>
<conflicts>
<name>maui</name>
<type>package</type>
</conflicts>
<name>maui</name>
<type>package</type>
</conflicts>
Any ideas?
P.S. This worked previously with the
old schema.
Thanks,
Bernard
