You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Davanum Srinivas <da...@gmail.com> on 2005/06/14 12:52:26 UTC

Re: cvs commit: gump/project ws-axis.xml

no. Axis fails with dom3.

On 14 Jun 2005 07:26:00 -0000, bodewig@apache.org <bo...@apache.org> wrote:
> bodewig     2005/06/14 00:26:00
> 
>   Modified:    project  ws-axis.xml
>   Log:
>   Does Axis need DOM3?
> 
>   Revision  Changes    Path
>   1.34      +2 -2      gump/project/ws-axis.xml
> 
>   Index: ws-axis.xml
>   ===================================================================
>   RCS file: /home/cvs/gump/project/ws-axis.xml,v
>   retrieving revision 1.33
>   retrieving revision 1.34
>   diff -u -r1.33 -r1.34
>   --- ws-axis.xml       10 Jun 2005 09:57:33 -0000      1.33
>   +++ ws-axis.xml       14 Jun 2005 07:26:00 -0000      1.34
>   @@ -41,11 +41,11 @@
>          <depend name="log4j-core.jar" project="logging-log4j" id="log4j"/>
>          <depend property="xalan.jar" project="xalan" id="xalan"/>
>          <depend property="xercesImpl.jar" project="xml-xerces" id="xml-parser"/>
>   -      <depend property="xml-apis.jar" project="xml-apis-12"/>
>   +      <depend property="xml-apis.jar" project="xml-apis"/>
>          <sysproperty name="ant.build.clonevm" value="true"/>
>        </ant>
> 
>   -    <depend project="jaxp" ids="sax jaxp-api"/>
>   +    <!--depend project="jaxp" ids="sax jaxp-api"/-->
>        <depend project="xml-xerces" inherit="runtime" runtime="true"/>
>        <depend project="jakarta-oro"/>
>        <depend project="ant" inherit="runtime"/>
> 
> 
> 
> 


-- 
Davanum Srinivas -http://blogs.cocoondev.org/dims/

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: cvs commit: gump/project ws-axis.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 14 Jun 2005, Davanum Srinivas <da...@gmail.com> wrote:

> no. Axis fails with dom3.

But it also fails without it, see the builds of the last few days,
TypeInfo is missing somwhere hidden in a foreach loop.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org