Changeset 311

Show
Ignore:
Timestamp:
02/23/10 16:26:51 (2 years ago)
Author:
martijn
Message:

Check axis code in, to be able to build offline

Location:
trunk/org.bridgedb.webservice.cronos
Files:
9 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.webservice.cronos/build.xml

    r308 r311  
    2424  </path> 
    2525 
    26   <target name="build" depends="prepare, cronosclient-axis"> 
     26  <target name="build" depends="prepare"> 
    2727        <javac srcdir="src-axis" 
    2828                   includes="**" 
     
    5353  <target name="dist-clean" depends="clean"> 
    5454        <delete file="${jar.name}"/> 
    55         <delete dir="${src.axis}"/> 
    5655  </target> 
    5756 
     
    8685        <property name="build.wpclient.dir" value="build/wpclient" /> 
    8786         
    88         <target name="cronosclient-axis"> 
     87        <target name="update-axis"> 
    8988                <fail message="You must specify a url to the CRONOS web service WSDL:  
    9089                        ant -Dwsdl.url=http://mips.helmholtz-muenchen.de/CronosWSService/CronosWS?WSDL [ant target]"> 
     
    9392                        </condition> 
    9493                </fail> 
     94                <delete dir="${src.axis}"/> 
    9595                <java classpathref="class.path" fork="true" failonerror="true" classname="org.apache.axis.wsdl.WSDL2Java"> 
    9696                        <arg value="-o" />