"Bill Barker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Stefan Bodewig" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> On Fri, 04 Nov 2005, <[EMAIL PROTECTED]> wrote: >> >>> Reverting the last few commits, since they don't help >>> >>> Modified: gump/metadata/project/struts.xml URL: >>> http://svn.apache.org/viewcvs/gump/metadata/project/struts.xml?rev=330729&r1=330728&r2=330729&view=diff >>> >>> <depend project="commons-validator" /> >>> - <depend project="commons-jelly-tags-ant" /> >>> - <depend project="commons-jelly" /> >>> - <depend project="commons-jexl" /> >>> - <depend project="commons-collections" /> >>> - <depend project="dom4j" /> >>> - <depend project="packaged-jaxen" /> >>> <depend project="httpunit" /> >>> - <option project="jakarta-cactus-framework-12" /> >>> - <option project="jakarta-cactus-integration-ant-12"/> >>> <depend project="jakarta-oro" /> >> >> Bill, >> >> the problem is that even if the build needed those projects, Maven >> will ignore them unless the project descriptor mentions those >> dependencies as well. >> >> I'm not sure, but I guess that some change in xdoclet now requires a >> newer version of dom4j than the one shipping with Maven. >>
Yup. This is the problem. Just your garden variety NoClassDefFoundError. And I can't seem to find a way around it. Just one more reason why I'll never allow Maven on any project I'm in charge of ;-). I even tried making maven-xdoclet-plugin a built project (truely hideous :), and it didn't change a thing. At this point, I'm just going to have to say that struts-taglib will never build ever again unless the struts-taglib developers want to get involved in Gump to fix it :(. >> This implies the Maven build of struts-taglibs actually works at all, >> I never tried it. >> > > It works with the older xdoclet fine. I haven't had a chance to try with > xdoclet-HEAD yet. > > It shouldn't be too hard to patch Gump so that <maven /> works on Windows. > Maybe even get verbose="true" and debug="true" to work as well. Then I > can play with this locally and see if I can isolate what the problem is. > >> Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
