<?xml version="1.0" encoding="ISO-8859-1"?><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  <title>ise</title>
 </head>
 <body bgcolor="#FFFFFF">
  <table border="0" width="100%">
   <tr>
    <td><font size="6"><strong>ise</strong></font></td>
    <td align="right"><a href="input_task.html"><img src="image/previous.gif" alt="Previous" border="0" /></a><a href="mkdir_task.html"><img src="image/next.gif" alt="Next" border="0" /></a></td>
   </tr>
  </table>
  <hr size="1" />
  <div><a name="ise_description"></a>
   		
   <h2>Description</h2>
   		
   <p>
    			Invoke ISE's Eiffel Compiler.
    		
   </p>
   	
  </div>
  <div><a name="ise_parameters"></a>
   		
   <h2>Parameters</h2>
   
   		
   <dl>
    			
    <dt>ecf</dt>
    <dd><i>Description: </i>Name of ECF file
     <p><i>Domain: </i>Valid filename pointing to existing file
     </p>
     <p><i>Default: </i>empty string
     </p>
    </dd>
    
    			
    <dt>target</dt>
    <dd><i>Description: </i>Name of ECF target
     <p><i>Domain: </i>Existing target in ECF file
     </p>
     <p><i>Default: </i>empty string
     </p>
    </dd>
    			
    			
    <dt>system</dt>
    <dd><i>Description: </i>System
     <p><i>Domain: </i>-
     </p>
     <p><i>Default: </i>empty string
     </p>
    </dd>
    
    			
    <dt>finalize</dt>
    <dd><i>Description: </i>finalize
     <p><i>Domain: </i>Boolean (true|false)
     </p>
     <p><i>Default: </i>false
     </p>
    </dd>
    
    			
    <dt>finish_freezing</dt>
    <dd><i>Description: </i>finish_freezing
     <p><i>Domain: </i>Boolean (true|false)
     </p>
     <p><i>Default: </i>false
     </p>
    </dd>
    
    			
    <dt>executable</dt>
    <dd><i>Description: </i>Filename (optionally with a pathname) of ISE's Eiffel compiler executable.
     					
     <p><i>Domain: </i>Valid filename pointing to existing executable
     </p>
     <p><i>Default: </i>Version of 'ec' in the PATH
     </p>
    </dd>
    
    			
    <dt>clean</dt>
    <dd><i>Description: </i>clean
     <p><i>Domain: </i>valid system name
     </p>
     <p><i>Default: </i>empty string
     </p>
    </dd>
    
    			
    <dt>exit_code_variable</dt>
    <dd><i>Description: </i>Name of variable holding the compiler process's return code after it's run
     					
     <p><i>Domain: </i>Intgeger (usually 0 for OK, and any other number for not OK)
     </p>
     <p><i>Default: </i>`Void' (no variable is set if attribute is not specified)
     </p>
    </dd>
    
    		
   </dl>
   	
  </div>
  <div><a name="ise_specification"></a>
   		
   <h2>RNG Specification</h2>
   
   		<pre>
  &lt;define name="ise"&gt;
    &lt;element name="ise"&gt;
      &lt;ref name="dir_if_unless"/&gt;
      &lt;choice&gt;
        &lt;group&gt;
          &lt;attribute name="system"/&gt;
          &lt;optional&gt;
            &lt;attribute name="ecf"/&gt;
          &lt;/optional&gt;
          &lt;optional&gt;
            &lt;attribute name="target"/&gt;
          &lt;/optional&gt;
          &lt;optional&gt;
            &lt;attribute name="finalize"/&gt;
          &lt;/optional&gt;
          &lt;optional&gt;
            &lt;attribute name="finish_freezing"/&gt;
          &lt;/optional&gt;
          &lt;optional&gt;
            &lt;attribute name="executable"/&gt;
          &lt;/optional&gt;
        &lt;/group&gt;
        &lt;attribute name="clean"/&gt;
      &lt;/choice&gt;
      &lt;optional&gt;
        &lt;attribute name="exit_code_variable"/&gt;
      &lt;/optional&gt;
    &lt;/element&gt;
  &lt;/define&gt;

		</pre>
   	</div>
  <div><a name="ise_examples"></a>
   		
   <h2>Examples</h2>
   
   		<pre>
  &lt;ise ecf="compile_ise.ace" system="${system}" finalize="true" finish_freezing="true"/&gt;

  &lt;ise clean="${system}"/&gt;

		</pre>
   	</div>
  <hr size="1" />
  <table border="0" width="100%">
   <tr>
    <td>
     <address><font size="2"><b>Copyright © 2002-2020, Sven Ehrke and others</b><br /><b>mailto:</b><a href="mailto:ericb@gobosoft.com">ericb@gobosoft.com</a><br /><b>http://</b><a href="http://www.gobosoft.com">www.gobosoft.com</a><br /><b>Last Updated: </b>16 November 2020</font></address>
    </td>
    <td align="right" valign="top"><a href="http://www.gobosoft.com"><img src="image/home.gif" alt="Home" border="0" /></a><a href="overview.html"><img src="image/toc.gif" alt="Toc" border="0" /></a><a href="input_task.html"><img src="image/previous.gif" alt="Previous" border="0" /></a><a href="mkdir_task.html"><img src="image/next.gif" alt="Next" border="0" /></a></td>
   </tr>
  </table>
 </body>
</html>