Changeset 813

Show
Ignore:
Timestamp:
07/22/06 23:48:01
Author:
douglm
Message:

Fix to build and change to README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • access/trunk/README

    r812 r813  
    1212      ../ant.sh 
    1313 
    14 To do a clean build 
     14To do a clean build of source and javadoc in directory dist 
    1515  <ant> clean-build-all 
    1616 
  • access/trunk/build.xml

    r806 r813  
    4040    <fileset id="base.resource.files" refid="empty.fileset" /> 
    4141 
     42    <property name="generated.jar.file" 
     43              location="${dist.home}/${edu.rpi.cmt.access.jar}-${edu.rpi.cmt.access.version}.jar" /> 
     44 
    4245    <property name="test.jar.file" 
    4346              location="${dist.home}/${edu.rpi.cmt.access.jar}-test-${edu.rpi.cmt.access.version}.jar" /> 
     
    101104    <ant antfile="${buildjar}" inheritRefs="true" target="build" > 
    102105      <property name="build.jar.file" 
    103                 location="${test.jar.file}" /> 
     106                location="${generated.jar.file}" /> 
    104107    </ant> 
    105108  </target> 
     
    120123    <ant antfile="${buildjar}" inheritRefs="true" target="build" > 
    121124      <property name="build.jar.file" 
    122                 location="${dist.home}/${edu.rpi.cmt.access.jar}-test-${edu.rpi.cmt.access.version}.jar" /> 
     125                location="${test.jar.file}" /> 
    123126    </ant> 
    124127  </target>