Changeset 313

Show
Ignore:
Timestamp:
02/23/10 20:27:48 (5 months ago)
Author:
martijn
Message:

Various fixes to buildsystem

Location:
trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r308 r313  
    2626        </macrodef> 
    2727 
    28   <target name="dist" depends="doc"> 
     28  <target name="build"> 
     29                <iterate target="dist"/> 
     30        </target> 
     31 
     32  <target name="dist" depends="doc, build"> 
    2933                <iterate target="dist"/> 
    3034         
     
    5963                        <include name="org.bridgedb/version.props"/> 
    6064                        <include name="**/build.xml"/> 
    61                         <include name="org.bridgedb.webservice.biomart/src/org/bridgedb/webservice/biomart/filterconversion.txt"/> 
     65                        <include name="org.bridgedb.webservice.biomart/src/org/bridgedb/webservice/biomart/util/filterconversion.txt"/> 
    6266                        <include name="resources/*"/> 
    6367                        <include name="**/*.java"/> 
     
    7882  <target name="clean"> 
    7983                <iterate target="clean"/> 
     84                <delete dir="apidoc"/> 
    8085  </target> 
    8186 
     
    8691  <target name="dist-clean"> 
    8792                <iterate target="dist-clean"/> 
     93                <delete dir="apidoc"/> 
     94                <delete dir="dist"/> 
    8895  </target> 
    8996 
  • trunk/org.bridgedb.tools.batchmapper/build.xml

    r308 r313  
    1717         
    1818        <target name="clean" description="Remove all generated files."> 
    19                 <delete dir="${build.dir}"/> 
     19                <delete dir="build"/> 
    2020        </target> 
    2121         
     
    4242        </target> 
    4343         
    44         <target name="dist-clean" description="Remove all generated files."> 
     44        <target name="dist-clean" depends="clean" description="Remove all generated files."> 
    4545                <delete file="${jar.file}"/> 
    4646        </target> 
  • trunk/org.bridgedb.webservice.biomart/build.xml

    r308 r313  
    5656 
    5757        <taskdef resource="checkstyletask.properties" 
    58                          classpath="build-lib/checkstyle-all-5.0.jar"/> 
     58                         classpath="../org.bridgedb/build-lib/checkstyle-all-5.0.jar"/> 
    5959                          
    6060        <target name="test" depends="build"> 
  • trunk/org.bridgedb.webservice.bridgerest/build.xml

    r308 r313  
    5555 
    5656        <taskdef resource="checkstyletask.properties" 
    57                          classpath="build-lib/checkstyle-all-5.0.jar"/> 
     57                         classpath="../org.bridgedb/build-lib/checkstyle-all-5.0.jar"/> 
    5858                          
    5959        <target name="test" depends="build"> 
  • trunk/org.bridgedb.webservice.cronos/build.xml

    r312 r313  
    6161                        <path refid="class.path"/> 
    6262                        <pathelement location="build"/> 
    63                         <pathelement location="../corelib/build-lib/junit.jar"/> 
    64                         <pathelement location="../corelib/build-lib/measure.jar"/> 
     63                        <pathelement location="../org.bridgedb/build-lib/junit.jar"/> 
     64                        <pathelement location="../org.bridgedb/build-lib/measure.jar"/> 
    6565                </path> 
    6666                <javac srcdir="test" debug="true"