Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 37087 invoked from network); 2 Sep 2005 13:59:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2005 13:59:43 -0000 Received: (qmail 85036 invoked by uid 500); 2 Sep 2005 13:59:39 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 84998 invoked by uid 500); 2 Sep 2005 13:59:39 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 84981 invoked by uid 99); 2 Sep 2005 13:59:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2005 06:59:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [68.230.241.31] (HELO fed1rmmtao08.cox.net) (68.230.241.31) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2005 06:59:52 -0700 Received: from imbrium1 ([68.2.80.52]) by fed1rmmtao08.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20050902135932.UVCL9510.fed1rmmtao08.cox.net@imbrium1> for ; Fri, 2 Sep 2005 09:59:32 -0400 Message-ID: <006b01c5afc6$8b507b20$040ea8c0@imbrium1> From: "Wendy Smoak" To: "Struts Developers List" References: <8b3ce37905072903184d0f5876@mail.gmail.com> <1db115340507290849106e6a5@mail.gmail.com> <8b3ce37905072908533378843@mail.gmail.com> <8b3ce37905073004116268251c@mail.gmail.com> <8b3ce37905090204113269a9dc@mail.gmail.com> Subject: Re: 1.3.0 Release - Next Steps Date: Fri, 2 Sep 2005 06:59:08 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ted Husted wrote: > $ maven multiproject:site > from site/build is not. It fails with Typo? It should be /current/site (not /current/site/build). > BUILD FAILED > Unable to obtain goal [site] -- C:\Documents and > Settings\ted_2\.maven\cache\mav > en-test-plugin-1.6.2\plugin.jelly:181:54: There were test failures. Can you tell what subproject is doing it? (And did it just start happening?) You can run with -Dmaven.test.skip (or possibly -Dmaven.test.failure.ignore) to temporarily get around that. > Meanwhile, the Shale site looks great! I'll use that as a template for > the other subprojects, so that everything will work the same way. One thing to think about is the directory structures... right now the Struts Flow website is http://struts.apache.org/flow, but if you move the content under the /current/flow/xdocs and do nothing else, the URL will change to http://struts.apache.org/struts-flow . (Based on experimentation in shale/use-cases/project.xml,) Maven uses the from project.xml as the directory name. Since flow has none, I think it's using the . Maybe James can comment on what else is affected by and . > Though, one change might be that the "Struts" link should go to > "http://struts.apache.org/" since we don't know what they might have > built locally. Fixed. > Obviously, the Shale site build works for me, so next I'll try doing > the same thing for Core. How are you bulding the Shale site? It is another multiproject site on its own. I haven't been able to get Maven to cooperate and do the whole thing automatically, so "building the Struts site" currently consists of (adapted from build/maven-nightly.sh.current): echo "------ build multiproject site (head) ------" cd /svn/struts/current/site/ maven multiproject:site echo "------ build multiproject site (head - Shale) ------" cd /svn/struts/current/shale/ maven multiproject:site -Dmaven.test.skip=true cp -r target/docs/* ../site/target/docs/shale echo "------ build multiproject site (head - Sandbox) ------" cd /svn/struts/current/sandbox/ maven multiproject:site cp -r target/docs/* ../site/target/docs/sandbox echo "------ build multiproject site (head - Sandbox - Ti) ------" cd /svn/struts/current/sandbox/ti maven multiproject:site cp -r target/docs/* ../../site/target/docs/sandbox/struts-ti ... then publish from site/target/docs/ > My hope would be to have the patches to the website finished this > weekend, so that we can at least post that part of the puzzle. > * http://wiki.apache.org/struts/StrutsWebsiteConversion Sounds good. I'll be here all weekend doing homework. The website will be a welcome diversion, so let me know if you need anything. :) Have we decided what to do about the Struts 1.2 docs? There was talk of putting them under http://struts.apache.org/docs/1.2 (like HTTPD) or http://struts.apache.org/struts-1.2-doc/ (like Tomcat). -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org