stevel      2003/01/12 15:58:36

  Modified:    project  xml-axis.xml
  Log:
  This is me abusing my newly granted CVS rights by tweaking Axis's Gump descriptor, 
when clearly I have no clue about Gump descriptors.
  
  Axis is breaking on ant1.6 (not ant1.5) with lib.dir being relative to sub-projects, 
not absolute as expected. So in Axis we set axis.lib.dir to the location ,/lib, then 
lib.dir to the location of ${axis.lib.dir}, forcing lib.dir to be absolute regardless 
of how axis.lib.dir was set.
  
  I suspect that <property path=> would do the same, but there my ignorance of Gump 
would just start making me dangerous.
  
  Revision  Changes    Path
  1.56      +1 -1      jakarta-gump/project/xml-axis.xml
  
  Index: xml-axis.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/xml-axis.xml,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- xml-axis.xml      7 Dec 2002 17:30:13 -0000       1.55
  +++ xml-axis.xml      12 Jan 2003 23:58:36 -0000      1.56
  @@ -13,7 +13,7 @@
       <package>org.apache.axis</package>
   
       <ant basedir="java" target="all">
  -      <property name="lib.dir" value="lib"/>
  +      <property name="axis.lib.dir" value="lib"/>
         <property name="env.ANT_HOME" reference="home" project="jakarta-ant"/>
         <depend name="wsdl4j.jar" project="wsdl4j" id="wsdl4j"/>
         <depend name="log4j-core.jar" project="jakarta-log4j"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to