Re: NSUML and bootstrapping
Stefan Bodewig <[email protected]> 06 Jan 2003 09:09:29 +0100
| Newsgroups | gmane.comp.jakarta.alexandria.devel,gmane.comp.jakarta.gump |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2 Jan 2003, <[email protected]> wrote: > How does ant get built? xml-commons produces JAXP, and there's a > circular dependency between it and ant, right? This is why we have the bootstrap-ant project. This one only depends on a pre-installed JAXP (which shouldn't be necessary any longer, now that we are all running JDK 1.4). xml-commons depends on this bootstrapped version. jakarta-ant in turn depends on bootstrap-ant and xml-commons and this is the version of Ant all (well, most) other projects depend upon. Stefan