Using Ant on Porsche

For basic information on Ant, see the following:

To use Ant on Porsche, include the following in your .cshrc

if ( -d /porsche/cisc474/apache-ant-1.6.5 ) then
  setenv ANT_HOME /porsche/cisc474/apache-ant-1.6.5
  setenv PATH ${PATH}:${ANT_HOME}/bin
endif
 

Valid XHTML 1.1 Valid CSS!