Hi,

Does Maven contain Catalog support?

http://xml.apache.org/commons/components/resolver/resolver-article.html

I think it could solve a lot of
http://wiki.codehaus.org/maven/EnsureProjectConsistencyWithEntities

And if it would only be a matter of
import org.apache.xml.resolver.tools.CatalogResolver;
...
    CatalogResolver cr = new CatalogResolver();
...
    parser.setEntityResolver(cr)

then why not?
 
Cheers
Niclas
-- 
+---------//-------------------+
|   http://www.bali.ac         |
|  http://niclas.hedhman.org   |
+------//----------------------+

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

Reply via email to