James, Thanks for the response, and appreciate the work you're doing on the maven build. Unfortunately I'm a maven novice, so I'm struggling to know what its doing.
I believe I found the cause of the InvocationTargetExceptions - in the build/project.xml the "url", "siteDirectory" and "distributionDirectory" elements all refer to "${pom.artifactId.substring(8)}" - when I remove that, then they go away. That is change them from... <url>http://struts.apache.org/${pom.artifactId.substring(8)}/index.html</url > <siteDirectory>/www/struts.apache.org/${pom.artifactId.substring(8)}/</siteD irectory> <distributionDirectory>/www/www.apache.org/builds/${pom.artifactId.substring (8)}/</distributionDirectory> to... <url>http://struts.apache.org/index.html</url> <siteDirectory>/www/struts.apache.org/</siteDirectory> <distributionDirectory>/www/www.apache.org/builds/</distributionDirectory> I already had a build.properties in the taglib component directory, but it pointed to tomcat4x - I tried changing it to tomcat5x and it produced the jar, but it didn't create anything in the distribution directory or put it in my local maven repository. Subsequently the other components that depend on taglib, didn't run. Looking at the struts taglib dir here.... http://svn.apache.org/builds/struts/maven/nightly/struts-taglib/ It seems that taglib last generated on 21st March - but others such as core were generated today - so maybe its not just me that isn't working? Niall ----- Original Message ----- From: "James Mitchell" <[EMAIL PROTECTED]> Sent: Friday, March 25, 2005 3:10 AM > I see those errors too. I'll have to take a closer look. > > The latest from svn builds fine for me. Currently the project.xml for > current/taglib wants to produce the maven-cactus-plugin report, which > requires you to tell it where your local tomcat install is. > > Add a build.properties under current/taglib (or add to the one you have in > user.home) with the following: > cactus.home.tomcat5x = /home/jmitchell/apache_home/jakarta-tomcat-5.0.28 > > (of course, change it to your local ;) > > The taglibs are somewhat unfinished. There are a few tests commented out, > and they still seem to be incomplete. I've been making some pretty major > changes to how the tests are executed and I'd like to see a clover report > showing 100% coverage before I die ;) > > Sorry if this Mavenization is dragging on. I've been trying to get my new > Fedora box to build (and publish) the nightlies automatically: > > http://svn.apache.org/builds/struts/maven/nightly/ > > > There's just so much to do. I could work on this stuff for 15 hours a day > if it would pay the bills. I just love it that much ;) > > I keep asking myself, "Self, why can't you find a gig where they will pay > you to work on Struts?". --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]