On Fri, 2003-12-26 at 13:48, David Zeleznik wrote: > Hi, > > I am about to submit a bug report on Jira, but I wanted to post details to > the list first. We make extensive use of the PomTag (ie. m:pom) in our jelly > scripts and plugins to be able to share dependencies and other project > properties beyond the single inheritance of <extends>.
Just out of curiosity how many levels of inheritance do you use? You probably don't watch the commits but in the maven-project component I have arbitrary levels of inheritance working. This component will be used be integrated in Maven soon. > To further refactor > our project definitions, we tried to use XML entities in some common DTD's > to define such things as developer info, etc. However, it seems that in rc1 > the PomTag fails to parse a project.xml that references a DTD. > > I have attached an extremely simple test case. Just unzip and try "maven > clean". The error I get is: > > [echo] Reading other project... > File...... file:/.. ...../PomTagDTDTest/ > Element... m:pom > Line...... 8 > Column.... 63 > error getting project > BUILD SUCCESSFUL > Total time: 6 seconds > > If I comment out the DOCTYPE/DTD reference in otherProject.xml, everything > proceeds fine. I am wondering if this should be considered a bug (it > certainly seems to be one to me)? If it worked prior to rc1 and now it doesn't then I think that would count as a bug. > -------------------------------------- > David Zeleznik > Principal Architect > ILOG - Changing the rules of business > mailto:[EMAIL PROTECTED] > http://www.ilog.com > -------------------------------------- > > ______________________________________________________________________ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
