> > Howard M. Lewis Ship wrote: > > I'm tring to get started with Gump, so that Tapestry can > build under > > Gump. > > > > I'm having trouble with dependencies when I run the gen script. > > > > Dropping project xml-crimson because of Exception > java.lang.Exception: > > A jar with id "jaxp-api" was not found in project "xml-crimson" > > referenced by project jaxp > > jaxp should be defined in java-xml-pack.xml > > > Everything falls apart, because xml-crimson is a lynchpin for > > everything Tapestry relies on. > > You are aware that crimson has been superceded by xerces2, aren't you? >
I don't set the dependencies. Tapestry doesn't use crimson directly, it finds a parser using JAXP. Other projects, that Tapestry does depend on, have created their own dependencies on crimson. > > Anyway, I don't understand how to resolve this message. Do > I need to > > get a file and place it in my c:\Work\opt? > > Ultimately, perhaps. However this failure is purely a matter of > inconsistent project definitions at this point. Whether or > not what you > define in your project definitions matches what you have on disk is > another matter. > Huh? We'll see if adding in the java-xml-pack project fixes my issues. My initial difficulties with Gump is that I'm at the mercy of literally dozens of other developers who may have made mistakes in their code and project specifications. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]