You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2002/09/20 15:07:13 UTC

cvs commit: xml-axis/java/test/wsdl/extensibility build.xml

dims        2002/09/20 06:07:13

  Modified:    java/test/wsdl/extensibility build.xml
  Log:
  Test case looks for this file in the class path first. So copy to file into classes.
  
  Revision  Changes    Path
  1.9       +6 -0      xml-axis/java/test/wsdl/extensibility/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/extensibility/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	19 Sep 2002 20:25:12 -0000	1.8
  +++ build.xml	20 Sep 2002 13:07:13 -0000	1.9
  @@ -78,6 +78,12 @@
         </fileset>
       </copy>
   
  +    <copy todir="${build.dir}/classes/test/wsdl/extensibility" overwrite="yes">
  +      <fileset dir="${axis.home}/test/wsdl/extensibility">
  +        <include name="server-deploy.wsdd"/>
  +      </fileset>
  +    </copy>
  +
       <javac srcdir="${build.dir}/work" destdir="${build.dest}" fork="${javac.fork}"
              debug="${debug}">
         <classpath refid="classpath" />
  
  
  

Re: cvs commit: xml-axis/java/test/wsdl/extensibility build.xml

Posted by Davanum Srinivas <di...@yahoo.com>.
you're welcome and thanks for your HUGE effort (and persistence) to get us going with the new
modular build system.

-- dims

--- Matt Seibert <ms...@us.ibm.com> wrote:
> 
> 
> 
> 
> Darn you... I made this change yesterday and forgot to commit it... I was
> supposed to fix this :)
> 
> Dims,
> 
> A public thank you for all of your help in tracking down these problems!
> 
> Matt Seibert                                           mseibert@us.ibm.com
> IBM        External:    (512) 838-3656      Internal:   678-3656
> 
> 
>                                                                                                 
>                              
>                       dims@apache.org                                                           
>                              
>                                                To:       xml-axis-cvs@apache.org                
>                              
>                       09/20/2002 08:07         cc:                                              
>                              
>                       Please respond to        Subject:  cvs commit:
> xml-axis/java/test/wsdl/extensibility build.xml          
>                       axis-dev                                                                  
>                              
>                                                                                                 
>                              
>                                                                                                 
>                              
> 
> 
> 
> dims        2002/09/20 06:07:13
> 
>   Modified:    java/test/wsdl/extensibility build.xml
>   Log:
>   Test case looks for this file in the class path first. So copy to file
> into classes.
> 
>   Revision  Changes    Path
>   1.9       +6 -0      xml-axis/java/test/wsdl/extensibility/build.xml
> 
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/xml-axis/java/test/wsdl/extensibility/build.xml,v
>   retrieving revision 1.8
>   retrieving revision 1.9
>   diff -u -r1.8 -r1.9
>   --- build.xml          19 Sep 2002 20:25:12 -0000          1.8
>   +++ build.xml          20 Sep 2002 13:07:13 -0000          1.9
>   @@ -78,6 +78,12 @@
>          </fileset>
>        </copy>
> 
>   +    <copy todir="${build.dir}/classes/test/wsdl/extensibility"
> overwrite="yes">
>   +      <fileset dir="${axis.home}/test/wsdl/extensibility">
>   +        <include name="server-deploy.wsdd"/>
>   +      </fileset>
>   +    </copy>
>   +
>        <javac srcdir="${build.dir}/work" destdir="${build.dest}"
> fork="${javac.fork}"
>               debug="${debug}">
>          <classpath refid="classpath" />
> 
> 
> 
> 
> 


=====
Davanum Srinivas - http://xml.apache.org/~dims/

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

Re: cvs commit: xml-axis/java/test/wsdl/extensibility build.xml

Posted by Matt Seibert <ms...@us.ibm.com>.



Darn you... I made this change yesterday and forgot to commit it... I was
supposed to fix this :)

Dims,

A public thank you for all of your help in tracking down these problems!

Matt Seibert                                           mseibert@us.ibm.com
IBM        External:    (512) 838-3656      Internal:   678-3656


                                                                                                                              
                      dims@apache.org                                                                                         
                                               To:       xml-axis-cvs@apache.org                                              
                      09/20/2002 08:07         cc:                                                                            
                      Please respond to        Subject:  cvs commit: xml-axis/java/test/wsdl/extensibility build.xml          
                      axis-dev                                                                                                
                                                                                                                              
                                                                                                                              



dims        2002/09/20 06:07:13

  Modified:    java/test/wsdl/extensibility build.xml
  Log:
  Test case looks for this file in the class path first. So copy to file
into classes.

  Revision  Changes    Path
  1.9       +6 -0      xml-axis/java/test/wsdl/extensibility/build.xml

  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/extensibility/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml          19 Sep 2002 20:25:12 -0000          1.8
  +++ build.xml          20 Sep 2002 13:07:13 -0000          1.9
  @@ -78,6 +78,12 @@
         </fileset>
       </copy>

  +    <copy todir="${build.dir}/classes/test/wsdl/extensibility"
overwrite="yes">
  +      <fileset dir="${axis.home}/test/wsdl/extensibility">
  +        <include name="server-deploy.wsdd"/>
  +      </fileset>
  +    </copy>
  +
       <javac srcdir="${build.dir}/work" destdir="${build.dest}"
fork="${javac.fork}"
              debug="${debug}">
         <classpath refid="classpath" />