Do not use on any
shared computer
August 30, 2008 01:17am pdt
 
[x]
Attachment Details

ant

Zone: Components
Tags: ant, internetexplorer
<target name="init">
            <property name="dirs.base" value="D:\projectLatestchoice"/>
            <property name="classDir" value="${dirs.base}/bin"/>
            
            <property name="src" value="${dirs.base}/source"/>
            <property name="configDir" value="${dirs.base}/source/config"/>
            
            <property name="jarFile" value="latestchoice.jar"/>
            <property name="jarDir" value="${dirs.base}/deployments"/>
      </target>
      
      <target name="clean" description="Cleans any directories and generated files">
            <delete dir="${classDir}"/>
            <mkdir dir="${classDir}"/>
      </target>

explain this code
Start your free trial to view this solution
Question Stats
Zone: Web Development
Question Asked By: senthil_infotech
Question Asked On: 04.24.2008
Participating Experts: 1
Points: 250
Views: 0
Translate:
Loading Advertisement...
 
[+][-]Expert Comment by rsneale
Expert Comment by rsneale:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
[+][-]Administrative Comment by Venabili
Administrative Comment by Venabili:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080723-EE-VQP-34 / EE_QW_2_20070628