You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/07/20 12:31:05 UTC

cvs commit: jakarta-cactus gump.xml

vmassol     2002/07/20 03:31:04

  Modified:    .        gump.xml
  Log:
  Follow Peter Donald lead:
  
  "
  I just made all the dependencies on jakarta-ant include the inherited runtime.
  This is to facilitate ant having dependencies in the future without ant
  "users" having such dependencies.
  
  My question is, should the xerces project be included as a runtime library of
  ant. It is not strictly a dependency because any jaxp parser will do. In
  theory another parser could be substituted but in practice it does not seem
  to be the case.
  
  Adding it as a runtime dependency would have the following effects.
  
  * Many projects depend on xerces for the sole reason of running ant. If the
  project does not actually include any xml dependencies they can instead just
  depend on ant and its runtime
  * Projects that depend on ant but use a different parser (is there any of
  these?) would have tonot depend on ant and runtime but on ant individually
  and the parser individually. In effect there is no change for these projects.
  "
  
  Revision  Changes    Path
  1.13      +9 -9      jakarta-cactus/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/gump.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- gump.xml	29 Jun 2002 22:28:11 -0000	1.12
  +++ gump.xml	20 Jul 2002 10:31:04 -0000	1.13
  @@ -24,7 +24,7 @@
   
       <ant buildfile="anttasks/build.xml" target="dist"/>
     
  -    <depend project="jakarta-ant"/>
  +    <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
   
       <home nested="anttasks/dist"/>
  @@ -48,7 +48,7 @@
         <property name="cvs.executable" value="cvs"/>
       </ant>
     
  -    <depend project="jakarta-ant"/>
  +    <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="xml-stylebook2"/>
       <depend project="xml-xalan2"/>
  @@ -79,7 +79,7 @@
   
       </ant>
     
  -    <depend project="jakarta-ant"/>
  +    <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="aspectj"/>
       <depend project="checkstyle"/>
  @@ -118,7 +118,7 @@
   
       </ant>
     
  -    <depend project="jakarta-ant"/>
  +    <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="aspectj"/>
       <depend project="jakarta-tomcat"/>
  @@ -149,7 +149,7 @@
   
       </ant>
     
  -    <depend project="jakarta-ant"/>
  +    <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="aspectj"/>
       <depend project="checkstyle"/>
  @@ -188,7 +188,7 @@
   
       </ant>
     
  -    <depend project="jakarta-ant"/>
  +    <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="jakarta-tomcat-4.0" inherit="runtime"/>
       <depend project="aspectj"/>
  @@ -220,7 +220,7 @@
   
       </ant>
   
  -    <depend project="jakarta-ant"/>
  +    <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
   
       <depend project="jakarta-cactus-ant"/>
  @@ -256,7 +256,7 @@
   
       </ant>
   
  -    <depend project="jakarta-ant"/>
  +    <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
   
       <depend project="jakarta-cactus-ant"/>
  @@ -291,7 +291,7 @@
   
       </ant>
   
  -    <depend project="jakarta-ant"/>
  +    <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
   
       <deliver fromdir="release" tosite="jakarta.apache.org"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>