You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Kathey Marsden <km...@sbcglobal.net> on 2007/12/08 00:38:15 UTC

Trouble getting new 10.3.2.1.html to update in website build

For the release I have a new file:
src\documentation\content\xdocs\releases\release-10.3.2.1.html

I am having a hard time getting it to update in the build.  I added a 
line to
src/documentation/conf/cli.xconf as I see has been done in the past to 
get a
reference to the page, but still it won't show up in my build. 
===================================================================
--- src/documentation/conf/cli.xconf    (revision 602177)
+++ src/documentation/conf/cli.xconf    (working copy)
@@ -313,6 +313,7 @@
      <uri type="append" src="releases/release-10.2.1.6.html"/>
      <uri type="append" src="releases/release-10.2.2.0.html"/>
      <uri type="append" src="releases/release-10.3.1.4.html"/>
+     <uri type="append" src="releases/release-10.3.2.1.html"/>
    </uris>


Any thoughts on what might be wrong? The strange thing is that it did 
seem to update the build once.
But as I changed the file I am not seeing updates. Even if  I totally 
revert all the build files.


Kathey



Re: Trouble getting new 10.3.2.1.html to update in website build

Posted by "Jean T. Anderson" <jt...@fastmail.fm>.
Kathey Marsden wrote:
> Jean T. Anderson wrote:
>> Hi, Kathey,
>>
>> I seem to recall that the output for those special cli.xconf files 
>> goes to $FORREST_HOME/main/site/releases . Have you checked that 
>> location? You then manually copy that file to the build output.
>>
>> I think (hope) we have instructions on this. :-) will try to chase 
>> them down.
>>
> Well what do you know.  There it is!
>
There's light mention of that location in 
http://wiki.apache.org/db-derby/DerbySnapshotOrRelease , but with so 
much info in that page it's easy to miss.

I'm glad you found it!

 -jean


Re: Trouble getting new 10.3.2.1.html to update in website build

Posted by Kathey Marsden <km...@sbcglobal.net>.
Jean T. Anderson wrote:
> Hi, Kathey,
>
> I seem to recall that the output for those special cli.xconf files 
> goes to $FORREST_HOME/main/site/releases . Have you checked that 
> location? You then manually copy that file to the build output.
>
> I think (hope) we have instructions on this. :-) will try to chase 
> them down.
>
Well what do you know.  There it is!




Re: Trouble getting new 10.3.2.1.html to update in website build

Posted by "Jean T. Anderson" <jt...@fastmail.fm>.
Hi, Kathey,

I seem to recall that the output for those special cli.xconf files goes 
to $FORREST_HOME/main/site/releases . Have you checked that location? 
You then manually copy that file to the build output.

I think (hope) we have instructions on this. :-) will try to chase them 
down.

 -jean

Kathey Marsden wrote:
> For the release I have a new file:
> src\documentation\content\xdocs\releases\release-10.3.2.1.html
>
> I am having a hard time getting it to update in the build.  I added a 
> line to
> src/documentation/conf/cli.xconf as I see has been done in the past to 
> get a
> reference to the page, but still it won't show up in my build. 
> ===================================================================
> --- src/documentation/conf/cli.xconf    (revision 602177)
> +++ src/documentation/conf/cli.xconf    (working copy)
> @@ -313,6 +313,7 @@
>      <uri type="append" src="releases/release-10.2.1.6.html"/>
>      <uri type="append" src="releases/release-10.2.2.0.html"/>
>      <uri type="append" src="releases/release-10.3.1.4.html"/>
> +     <uri type="append" src="releases/release-10.3.2.1.html"/>
>    </uris>
>
>
> Any thoughts on what might be wrong? The strange thing is that it did 
> seem to update the build once.
> But as I changed the file I am not seeing updates. Even if  I totally 
> revert all the build files.
>
>
> Kathey
>
>