You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Jeff Turner <je...@apache.org> on 2002/12/01 13:04:20 UTC

Re: XMLCatalog: use Paths instead of FileSets?

Patch implementing this available at
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14978

--Jeff

On Sat, Nov 30, 2002 at 07:06:39PM +1100, Jeff Turner wrote:
...
> So I propose the introduction of a <catalogpath> nested element.  As a
> Path can contain FileSets, <catalogpath> would subsume the
> functionality of <catalogfiles>, which would be deprecated.
> <catalogpath> would allow stuff like:
> 
> <pathelement location="/etc/sgml/catalog"/>
> 
> and
> 
> <pathelement path="${env.SGML_CATALOG_FILES}"/>
> 
> and for Forrest:
> 
> <xmlvalidate...>
>   <xmlcatalog>
>     <catalogpath>
>       <pathelement location="${project.schema-dir}/catalog"/>
>       <fileset dir="${forrest.home}/context/resources/schema">
>         <include name="catalog" />
>       </fileset>
>     </catalogpath>
>   </xmlcatalog>
> ...

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