Changeset 4079


Ignore:
Timestamp:
Jan 14, 2008, 1:51:23 PM (16 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #890: Ant target 'package.examples' fails when compiling webservices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5-stable/build.xml

    r4048 r4079  
    756756  <target
    757757    name="examples.webservices"
    758     depends="examples.webservices.compile,webservices.jar"
     758    depends="examples.webservices.compile,webservices.jar,webservices.wsdl"
    759759    description="Put together the webservices examples in the examples/webservices directory"
    760760    >
     
    862862  <target
    863863    name="web.compile"
    864     depends="web.init,core.compile"
     864    depends="web.init,core.compile,coreplugins.compile"
    865865    description="Compile the web client application"
    866866    >
     
    944944  <target
    945945    name="webservices.init"
    946     depends="core.init,coreplugins.init"
     946    depends="core.init,coreplugins.init,web.init"
    947947    >
    948948    <property name="webservices.src" location="${src}/webservices"
     
    10021002    name="webservices.server.compile"
    10031003    description="Compile the server part of webservices"
    1004     depends="webservices.init,core.compile,coreplugins.compile"
     1004    depends="webservices.init,core.compile,coreplugins.compile,web.compile"
    10051005    >
    10061006    <mkdir dir="${webservices.build}/server" />
Note: See TracChangeset for help on using the changeset viewer.