Changeset 3290

Show
Ignore:
Timestamp:
07/15/11 16:04:58
Author:
douglm
Message:

Many changes to CalWs-SOAP

A few changes to the build to better handle changes to dependent projects

Added CalWs-SOAP spec to docs for the moment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/buildTools/deftasks.xml

    r3254 r3290  
    77--> 
    88 
    9 <project name="do.deftasks" basedir="." default=""> 
     9<project name="doDeftasks" basedir="." default=""> 
    1010  <macrodef name="deftasks"> 
    1111    <sequential> 
     
    4343  </macrodef> 
    4444   
     45  <macrodef name="execProject"> 
     46    <attribute name="project"/> 
     47    <attribute name="target"/> 
     48          <sequential> 
     49            <ant antfile="${bedework.home}/../@{project}/build.xml"  
     50                 inheritall="false" 
     51                 target="@{target}" /> 
     52          </sequential> 
     53        </macrodef> 
     54     
    4555  <macrodef name="projectDefs"> 
    4656    <attribute name="name"/>