Hi all, quick background: I'm working on improving relative URL resolving in the sourceresolver. For this I need to parse the structure of an URL, and I'm using a regexp for this (using jakarta-regexp).
So I'm now looking at what is involved with introducing the dependency on jakarta-regexp. This is what I found out (please correct me where I'm wrong): * the jar should be added to the avalon-excalibur/lib directory * an entry should be added to the libraries.properties file * entries could be added to the default.properties of sourceresolve and dependend projects (xmlutil, fortress), but this does not seem to be technically required. Maybe it's only used for documenting dependencies or so? * the jar should be added to the project.class.path for the sourceresolve project, and to the test.class.path for the dependend projects (xmlutil, fortress). * add a "checkJakartaRegexp" entry to depchecker.xml and call it from sourceresolver's build.xml * update the gump descriptor Anything else? -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
