The documentation is in the caller script sebb. Will fix the ant invocation.
----- Original Message ----- > From: sebb <seb...@gmail.com> > To: general@incubator.apache.org > Cc: > Sent: Tuesday, February 14, 2012 8:28 PM > Subject: Re: svn commit: r1244240 - /incubator/public/trunk/build_cms.sh > > On 14 February 2012 22:19, <j...@apache.org> wrote: >> Author: joes >> Date: Tue Feb 14 22:19:04 2012 >> New Revision: 1244240 >> >> URL: http://svn.apache.org/viewvc?rev=1244240&view=rev >> Log: >> support CMS builds. All that's left to do is to rename >> site-author/ content/ and to ensure all the content in >> site-publish originates from content/. >> >> Added: >> incubator/public/trunk/build_cms.sh (with props) >> >> Added: incubator/public/trunk/build_cms.sh >> URL: > http://svn.apache.org/viewvc/incubator/public/trunk/build_cms.sh?rev=1244240&view=auto >> > ============================================================================== >> --- incubator/public/trunk/build_cms.sh (added) >> +++ incubator/public/trunk/build_cms.sh Tue Feb 14 22:19:04 2012 >> @@ -0,0 +1,6 @@ >> +#!/bin/sh >> +ant site > > The current build.xml defaults to "docs" and does not have a > "site" target. > >> +rv=$? >> +rsync -a $1/site-publish/ $2/content/ > > It would help to document the expected parameters. > >> +exit $? >> + >> >> Propchange: incubator/public/trunk/build_cms.sh >> > ------------------------------------------------------------------------------ >> svn:executable = * >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: cvs-unsubscr...@incubator.apache.org >> For additional commands, e-mail: cvs-h...@incubator.apache.org >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > For additional commands, e-mail: general-h...@incubator.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org