Hi All,
   
  Can anyone tell me how to include classpath in build.xml file.
  Actually i want to run database script file using build.xml file for which i 
need to set the classpath with .jar file of the particular database java 
connector.
   
   <target name="classpath">
 <path>
 <pathelement location="${dbconnectorname}"/>
  <fileset dir="${dbconnectorname}">
   <include name="*.jar"/>
  </fileset> 
 </path> 
 </target>
   
  where dbconnectorname is the path of the directory where this .jar file is 
located.
   
  Please tel me how to run database scripts using build.xml file.
   
  Thanks in Advance.
   
  Thanks and Regards,
  Lakshmi MSV.

                                
---------------------------------
 Find out what India is talking about on  - Yahoo! Answers India 
 Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it 
NOW

Reply via email to