On 15 February 2012 01:49, Joe Schaefer <joe_schae...@yahoo.com> wrote:
> ----- Original Message -----
>
>> From: sebb <seb...@gmail.com>
>> To: general@incubator.apache.org; Joe Schaefer <joe_schae...@yahoo.com>
>> Cc:
>> Sent: Tuesday, February 14, 2012 8:40 PM
>> Subject: Re: svn commit: r1244240 - /incubator/public/trunk/build_cms.sh
>>
>> On 15 February 2012 01:30, Joe Schaefer <joe_schae...@yahoo.com> wrote:
>>>  The documentation is in the caller script sebb.
>>
>> Yes, but how can one find the calling script from the build script?
>
> If you have problems with the level of detail provided in the script comments,
> please feel free to add your own commentary.
>
>> BTW, if the script is run at the moment, it will cause problems.
>
> Well with svn 1.7 those problems have been outlined elsethread.  Hopefully
> we will have those resolved by the time the cms host is upgraded.

I meant that until snvpubsub is implemented, running the script will
cause problems, as it starts by deleting part of the workspace

I've just realised that it may also cause problems for the Ant build,
as I don't think that expects to create any missing directories.

The script should probably just delete files.

>>
>>>  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
>>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to