Need help building site

2005-11-08 Thread Sean Schofield
I am trying to get up to speed with the new Maven2 builds. I can't build the site right now b/c I get an erroror about missing mojo resources. I am running 'mvn install' from the site's build dir. TIA, sean - To unsubscribe,

Re: Need help building site

2005-11-08 Thread Wendy Smoak
On 11/8/05, Sean Schofield [EMAIL PROTECTED] wrote: I am trying to get up to speed with the new Maven2 builds. I can't build the site right now b/c I get an erroror about missing mojo resources. I am running 'mvn install' from the site's build dir. The Struts site? AFAIK there are no Maven

Re: Need help building site

2005-11-08 Thread Sean Schofield
Maven 1.0.2 was what I attempted to build with but nothing much happened (no errors but site wasn't built either.) I changed to Maven2 and it downloaded all sort of dependencies for me automatically (bunch of plugins.) That must have done the trick b/c now when I switch back to Maven 1.0.2 its

Re: Need help building site

2005-11-08 Thread Sean Schofield
Actually I still need a little more help. 'maven site' generates new xdocs but does not transform to HTML. Is there another maven command to build the HTML? Are you guys using forrest or some other form of xdocs? TIA, sean On 11/8/05, Sean Schofield [EMAIL PROTECTED] wrote: Maven 1.0.2 was

Re: Need help building site

2005-11-08 Thread Wendy Smoak
On 11/8/05, Sean Schofield [EMAIL PROTECTED] wrote: Actually I still need a little more help. 'maven site' generates new xdocs but does not transform to HTML. Is there another maven command to build the HTML? Are you guys using forrest or some other form of xdocs? No, just Maven. What

Re: Need help building site

2005-11-08 Thread Sean Schofield
Ok its working now. I am trying to follow the golden rule of building the site before checking in. You never know when you have accidentally messed up an xdoc somewhere. sean On 11/8/05, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/8/05, Sean Schofield [EMAIL PROTECTED] wrote: Actually I

Re: Need help building site

2005-11-08 Thread Wendy Smoak
On 11/8/05, Wendy Smoak [EMAIL PROTECTED] wrote: (You should not be in ... the 'build' directory under any of the subprojects.) Not entirely true. For Shale you *do* need to be in 'build' because the Maven build files live in a separate directory structure: /svn/struts/current/shale/build $