I think that does it. I just stuck all catalog related items on the
classpath:

  
  <xmlcatalog id="main-catalog">
    <catalogpath>
      <fileset dir="${dir.ripple.core}/catalog-resources">
        <include name="**/*.properties"/>
        <include name="**/*.dtd"/>
        <include name="**/*.xsd"/>
        <include name="**/*.xml"/>
      </fileset>
      <!--<pathelement
location="${dir.ripple.core}/catalog-resources/catalog.xml"/>-->
    </catalogpath>
  </xmlcatalog>


On Tue, 2008-04-29 at 18:53 +0100, Dave Pawson wrote:
> 2008/4/29 Robert Koberg <[EMAIL PROTECTED]>:
> > Hi,
> >
> >  I am having an on-off internet connection day and it has shown that
> >  either my usage of xmlcatalog is wrong or it does not work. I am using
> >  ant 1.7.0 with all of the xerces 2.9.1 distro's jars in ant's lib
> >  directory (resolver.jar, serializer.jar, xercesImpl.jar and
> >  xml-apis.jar). I also have saxon.jar latest 9.x version in ant lib (I
> >  need the xmlcatalog for xsl 2 transforms). When I run -verbose I see an
> >  entry that has:
> >
> >  'Apache resolver library found, xml-commons resolver will be used'
> >
> >  Does xmlcatalog work? Any ideas on how to make it work?
> 
> Is catalogManager.Properties in your classpath?
> It's needed.
> 
> HTH
> 
> 
> 


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

Reply via email to