Changeset 3919 for trunk/build.xml


Ignore:
Timestamp:
Nov 6, 2007, 4:49:15 PM (15 years ago)
Author:
Martin Svensson
Message:

References #492 Modified the download methods to eliminate the problems with hardcoded filenames. WSDL files are now generated in misc/wsdl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r3914 r3919  
    145145      <fileset dir="${dist}" defaultexcludes="no" />
    146146      <fileset dir="bin/jar" defaultexcludes="no" />
     147      <fileset dir="misc/wsdl" defaultexcludes="no" />
    147148      <fileset dir="www/WEB-INF/lib" defaultexcludes="no" />
    148149      <fileset dir="www/WEB-INF/classes" defaultexcludes="no" />
     
    848849    <property name="webservices.build" location="${build}/webservices"
    849850      description="Location of compiled files" />
     851    <property name="webservices.wsdlpath" location="misc/wsdl"
     852      description="Location of created wsdl-files" />
    850853    <path id="webservices.classpath" description="Class path for compiling webservices">
    851854      <path refid="core.classpath"/>
     
    904907        classpath="${webservices.build};${core.build}"
    905908        className="net.sf.basedb.ws.server.@{serviceClassName}"
    906         outputLocation="${webservices.build}/wsdl"     
     909        outputLocation="${webservices.wsdlpath}"     
    907910        serviceName="@{serviceClassName}"
    908911        outputFileName="@{serviceClassName}.wsdl"
Note: See TracChangeset for help on using the changeset viewer.