Re: Maven Build Issue for Action2

2006-05-18 Thread tm jee
This has been fixed in svn head. The assembly module is being commented out, do an svn update and you get the changes. If not just edit the pom.xml under action2 and comment out the assembly module. - Original Message From: Jason Lenhart <[EMAIL PROTECTED]> To: dev@struts.apache.org S

Re: Maven build issues

2005-08-02 Thread Frank W. Zammetti
Ok, at least it isn't just me :) I've never actually used Maven before, but I don't mind doing some research to try and deal with that issue. I'll see what I can do. My other goal is to deal with all those javadoc errors. I don't know about anyone else, but I hate seeing things like that du

Re: Maven build issues

2005-08-02 Thread Wendy Smoak
From: "Frank W. Zammetti" <[EMAIL PROTECTED]> I finally got around to getting Struts 1.3 to build for me, and I'm seeing some exceptions during the build (although it completes successfully). It actually looks like the following snippet runs twice, which I think I saw somewhere is a known iss

Re: Maven Build - Find Bugs

2005-04-25 Thread Niall Pemberton
Thanks James. I just added a Wiki page for maven with the "limited" knowledge I have - maybe you could take a look at it. http://wiki.apache.org/struts/StrutsMaintenanceMaven Niall - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> Sent: Monday, April 25, 2005 7:47 PM > I

Re: Maven Build - Find Bugs

2005-04-25 Thread Joe Germuska
I think it's possible to define dependencies on plugins and make all this automatic. I haven't used it, but there's an example here: http://jira.codehaus.org/browse/MAVEN-1394#action_23122 no time to test it out myself at the mo' Joe At 2:47 PM -0400 4/25/05, James Mitchell wrote: I added the fi

Re: Maven Build - Find Bugs

2005-04-25 Thread James Mitchell
I added the findbugs report. It works fine on my box .:P (famous last words right? ;) I also added a "if this causes you problems, do this..." comment, but I probably put it in the wrong place. I've looked through my local stuff and can't find it. Here's a copy of what I used (from my o

Re: Maven Build

2005-03-25 Thread Niall Pemberton
I resolved this - I needed to download the Maven Cactus Plugin http://jakarta.apache.org/cactus/integration/maven/installing.html Niall - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> Sent: Friday, March 25, 2005 2:35 AM > I tried the latest maven build-all from SVN,

Re: Maven Build

2005-03-25 Thread Niall Pemberton
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 "distributio

Re: Maven Build

2005-03-24 Thread Martin Cooper
On Thu, 24 Mar 2005 22:10:59 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: > 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 yo

Re: Maven Build

2005-03-24 Thread James Mitchell
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/

RE: Maven build

2004-10-13 Thread Pilgrim, Peter
> -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] ==== > > > +1 > ==== > > Ditto for Subversion. I was stunned by how many Subversion > questions there were. It's obvious that a lot of people can > use a "compelling replacement for CVS", that is easy to > in

Re: Maven build

2004-10-13 Thread Ted Husted
+1 As guys who are always touting "standards", I think it behooves us to do everything we can to provide the community with a "best practices" example of using Maven to manage a rich, complex project, like Struts. (At least if doing that scratches someone's itch.) Maven provides a standard fra