Hi,

Will the value of 'xsl.file' always be interface.xsl?
Also does the value of <available> matter since 'xml.file' in
<condition>
has the value.

cheers,

//mikael


         <property name="xsl.file" value="interface.xsl"/>


         <!-- Set package name depending on <template>.xsl -->
         <condition property="gen.pkg"
value="se/ericsson/wcdma/rbs/boam/mao/iface/enum">
          <equals arg1="enumeration.xsl" arg2="${xsl.file}"/>
         </condition>
         <condition property="gen.pkg"
value="se/ericsson/wcdma/rbs/boam/mao/iface/excep">
          <equals arg1="exception.xsl" arg2="${xsl.file}"/>
         </condition>
         <condition property="gen.pkg"
value="se/ericsson/wcdma/rbs/boam/mao/iface/struct">
                  <equals arg1="struct.xsl" arg2="${xsl.file}"/>
         </condition>
         <condition property="gen.pkg"
value="se/ericsson/wcdma/rbs/boam/mao/iface/mo">
          <equals arg1="old_interface.xsl" arg2="${xsl.file}"/>
         </condition>
         <property name="gen.pkg"
                   value="se/ericsson/wcdma/rbs/boam/mao/iface/mo"/>

         <!-- Set mom path -->
         <condition property="xml.file" value="rbsmomComplete.xml">
          <available
file="/vobs/rbs/sw/rbsswrose/rbs_mom/rbsmomComplete.xml"
value="/vobs/rbs/sw/rbsswrose/rbs_mom/rbsmomComplete.xml"/>
         </condition>

         <condition property="xml.file" value="rbsmom.xml">
          <available file="/vobs/rbs/sw/rbsswrose/rbs_mom/rbsmom.xml"
value="/vobs/rbs/sw/rbsswrose/rbs_mom/rbsmom.xml"/>
         </condition>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to