roadmap for resolver 1.1 release?

2003-07-06 Thread Craeg K Strong
The ant-dev community is starting the planning process for an Ant 1.6 release. Due to the xmlcatalog integration, there is now a dependency between Ant and resolver. The Ant CVS currently depends on changes in the resolver CVS. What are the plans for the resolver 1.1 release? Are there any mor

Re: Need help with backwards incompatible resolver change

2002-11-15 Thread Craeg K Strong
Yikes! I checked out the new xml-commons resolver code and it looks like two things tripped me up: (1) Change in debug messages old way: Debug.message(1, "a debug message"); new way: catalogManager.debug.message(1,"a debug message") (2) CatalogManager no longer available as a static instance o

Re: Question/enhancement request for Norman Walsh's resolver 1.1 library

2002-05-10 Thread Craeg K Strong
Hello: After carefully studying both the Ant datatype and the xml-commons resolver library, I have designed and implemented an integration that I believe will fit the bill. I submitted my code to ant-dev last night, and hopefully it will make it into the core. Here is what I did: The original da

Re: Question/enhancement request for Norman Walsh's resolver 1.1 library

2002-05-07 Thread Craeg K Strong
Norman Walsh wrote: / Craeg K Strong <[EMAIL PROTECTED]> was heard to say: | > Does anyone know how I might go about getting in touch with the | > xml-commons maintainers/owners? Thanks! That would be me. I have some refactoring in mind too. Please let me know what you

Question/enhancement request for Norman Walsh's resolver 1.1 library

2002-05-06 Thread Craeg K Strong
> Hello: > > I have a question/enhancement request for Norman Walsh's resolver 1.1 > library that got checked into xml-commons about three months ago. > > Specifically, I would like to enhance > org.apache.xml.resolver.tools.CatalogResolver so that it can more easily > be extended. > > I am subclas