You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Nick Chalko <ni...@chalko.com> on 2003/01/19 00:36:06 UTC

tag and gump

Centipede extended module.xml  
with a <jars href=""/> tag to tell centipede where to download jars from.

Gump gives this warning.
No cache 
cache/http___cvs.sourceforge.net_cgi-bin_viewcvs.cgi_krysalis_krysalis-cents_xmldoclet.xml 
available.
Error parsing file http://www.ibiblio.org/maven/ line 1:
Failed to expand jars with href http://www.ibiblio.org/maven/
   - org.xml.sax.SAXParseException: Missing whitespace before SYSTEM 
literal URI

How can we stop this warning?

R,
Nick
.



Re: tag and gump

Posted by Nicola Ken Barozzi <ni...@apache.org>.

Nick Chalko wrote:
> Centipede extended module.xml  with a <jars href=""/> tag to tell 
> centipede where to download jars from.
> 
> Gump gives this warning.
> No cache 
> cache/http___cvs.sourceforge.net_cgi-bin_viewcvs.cgi_krysalis_krysalis-cents_xmldoclet.xml 
> available.
> Error parsing file http://www.ibiblio.org/maven/ line 1:
> Failed to expand jars with href http://www.ibiblio.org/maven/
>   - org.xml.sax.SAXParseException: Missing whitespace before SYSTEM 
> literal URI
> 
> How can we stop this warning?

Nick, last time I got this error I simply changes all @href attributes 
that don't have to be expanded to @url .

  <jars url="..."/>

This is because to Gump @href is a "magic" attribute name.

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------