Hi,

I seem to have things installed correctly, now I'm trying to import JARS into a 
specific project....however things don't seem to work with the following script. Also 
if I change project to vajProject I get other errors that it's not recognised.

Any ideas? Example script for loading Jars?

/c

  <target name="LoadJar" description="Load Jars">  
 <vajimport project="ProjectNameInVAJ" importClasses="yes">
      <fileset dir="${import.dir}">
         <include name="foo.jar"/>
      </fileset>
 </vajimport>
  </target>

Reply via email to