You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Michael Wechner <mi...@wyona.com> on 2004/09/24 00:52:58 UTC

Updating the Lenya website [WAS: Re: lenya demo on ASF hardware]

Scherler, Thorsten wrote:

> Michael Wechner wrote:
>
>> I also think that top priority is 1.2.1 and bring the current website
>> up to date, especially make clear that we have switched to SVN and
>> there is 1.2.x, 1.2.x-dev and 1.4-dev
>>
>
> I just noticed that the deployment is not working :(.


I wasn't sure if was doing something wrong or not. I did the following

Download Forrest: svn http://.... forrest
Build Forrest:    ./build.sh
Export Env Vars:  export FORREST_HOME=`pwd`/src/core
                  export PATH=$PATH:$FORREST_HOME/bin
Go to Lenya Dir:  cd ..../lenya/branches/BRANCH_1_2_X
Generate HTML:    forrest site

but then I receive the following error:

Cannot find CatalogManager.properties
X [0]                                     linkmap.html  BROKEN: 
/home/michi/src/lenya/branches/BRANCH_1_2_X/src/documentation/tabs.xmap 
(No such file or directory)
Total time: 0 minutes 8 seconds,  Site size: 0 Site pages: 0

BUILD FAILED


>
> I will try to have a look at work tomorrow. I think it will be the 
> custom *.xmap issues that got changed in forrest a couple of weeks ago.


Thanks very much for looking into it

Michi




>
> I will have to add the content of the tab-pdf.xmap to our custom 
> sitemap.xmap and that should solve the problem of deployment.
>
> BTW forrest is using now the "pelt" skin that is all css-based. It 
> will look a wee bit different like the skin we using now. Krysalis 
> skin will not be supported in future version of forrest.
>
> ...but change/feature requests for pelt / leather (based on pelt but 
> with naming conventions) can I commit back to forrest (I wrote that 
> skin) ;-)
>
> King regards
> thorsten
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-dev-help@cocoon.apache.org
>
>


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org


Re: Updating the Lenya website [WAS: Re: lenya demo on ASF hardware]

Posted by thorsten <th...@apache.org>.
That was before I updated my forrest dis to actual head. After I updated 
I had to disable the sitemap to be able to deploy.

I wrote to forrest and will fix it as soon as I get a response.

King regards
thorsten

thorsten wrote:
> Ok, I fixed the sitemap issue, but raised another issue:
> X [0]docu.pdf      BROKEN: org.apache.fop.apps.FOPException: No flow in 
> page-sequence
> 
> You will get a "BUILD FAILED" but it is "only" the docu.pdf, which is 
> the documentation in on pdf document. I do not have time to have a 
> closer look on that issue, but maybe Antonio can have a look. ;-)
> 
> Anyway, just remember *not* to override the docu.pdf if you checkin the 
> new site and we can deploy normally.
> 
> King regards
> thorsten
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org


Re: Updating the Lenya website [WAS: Re: lenya demo on ASF hardware]

Posted by Rolf Kulemann <ro...@apache.org>.
On Fri, 2004-09-24 at 09:48, thorsten wrote:
> Ok, I fixed the sitemap issue, but raised another issue:
> X [0]docu.pdf      BROKEN: org.apache.fop.apps.FOPException: No flow in 
> page-sequence

Maybe the an element fo:flow is missing ? Flow is like a chapter or
section.

-- 
Rolf Kulemann


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org


Re: Updating the Lenya website [WAS: Re: lenya demo on ASF hardware]

Posted by thorsten <th...@apache.org>.
Ok, I fixed the sitemap issue, but raised another issue:
X [0]docu.pdf      BROKEN: org.apache.fop.apps.FOPException: No flow in 
page-sequence

You will get a "BUILD FAILED" but it is "only" the docu.pdf, which is 
the documentation in on pdf document. I do not have time to have a 
closer look on that issue, but maybe Antonio can have a look. ;-)

Anyway, just remember *not* to override the docu.pdf if you checkin the 
new site and we can deploy normally.

King regards
thorsten

Michael Wechner wrote:
> Scherler, Thorsten wrote:
> 
>> Michael Wechner wrote:
>>
>>> I also think that top priority is 1.2.1 and bring the current website
>>> up to date, especially make clear that we have switched to SVN and
>>> there is 1.2.x, 1.2.x-dev and 1.4-dev
>>>
>>
>> I just noticed that the deployment is not working :(.
> 
> 
> 
> I wasn't sure if was doing something wrong or not. I did the following
> 
> Download Forrest: svn http://.... forrest
> Build Forrest:    ./build.sh
> Export Env Vars:  export FORREST_HOME=`pwd`/src/core
>                  export PATH=$PATH:$FORREST_HOME/bin
> Go to Lenya Dir:  cd ..../lenya/branches/BRANCH_1_2_X
> Generate HTML:    forrest site
> 
> but then I receive the following error:
> 
> Cannot find CatalogManager.properties
> X [0]                                     linkmap.html  BROKEN: 
> /home/michi/src/lenya/branches/BRANCH_1_2_X/src/documentation/tabs.xmap 
> (No such file or directory)
> Total time: 0 minutes 8 seconds,  Site size: 0 Site pages: 0
> 
> BUILD FAILED
> 
> 
>>
>> I will try to have a look at work tomorrow. I think it will be the 
>> custom *.xmap issues that got changed in forrest a couple of weeks ago.
> 
> 
> 
> Thanks very much for looking into it
> 
> Michi
> 
> 
> 
> 
>>
>> I will have to add the content of the tab-pdf.xmap to our custom 
>> sitemap.xmap and that should solve the problem of deployment.
>>
>> BTW forrest is using now the "pelt" skin that is all css-based. It 
>> will look a wee bit different like the skin we using now. Krysalis 
>> skin will not be supported in future version of forrest.
>>
>> ...but change/feature requests for pelt / leather (based on pelt but 
>> with naming conventions) can I commit back to forrest (I wrote that 
>> skin) ;-)
>>
>> King regards
>> thorsten
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
>> For additional commands, e-mail: lenya-dev-help@cocoon.apache.org
>>
>>
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org


Re: Updating the Lenya website [WAS: Re: lenya demo on ASF hardware]

Posted by Michael Wechner <mi...@wyona.com>.
Antonio Gallardo wrote:

>
>Also, there is still other info that need to be updated as:
>
>1- the left panel of (see the CVS link)
>file:///home/agallardo/wyona/lenya-test/build/site/community/index.html
>  
>

I alread checked in a document on SVN (subversion.xml) but I probably 
forgot to change the navigation


Another thing to do would be split between 1.2 and 1.4

Michi

>2-The main page: Stating that we will soon move to lenya.apache.org
>
>etc.
>
>Best Regards,
>
>Antonio Gallardo
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
>For additional commands, e-mail: lenya-dev-help@cocoon.apache.org
>
>
>  
>


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org


Re: Updating the Lenya website [WAS: Re: lenya demo on ASF hardware]

Posted by thorsten <th...@apache.org>.
Hi Antonio,

I renamed the sitemap in trunk to sitemap.broken.xmap.

I fixed the profile issue in pelt (forrest) and our skinconf.xml (lenya).

Still do not have a clue why I get (with sitemap.xmap):
X [0] linkmap.html  BROKEN: 
/Gatos/opt/lenya-trunk/src/documentation/resources/stylesheets/declare-broken-site-links.xsl 
(No such file or directory)
Total time: 0 minutes 7 seconds,  Site size: 0 Site pages: 0

King regards
thorsten

Antonio Gallardo wrote:
> Hi:
> 
> I just found that the problem is in the sitemap of the lenya forrest docs:
> 
> src/documentation/sitemap.xmap
> 
> I think this file needs to be refactored. After deleting this file, I was
> able to build most of the site. Here the last of the output:
> 
> <snip>
> Total time: 2 minutes 1 seconds,  Site size: 2,426,356 Site pages: 193
> 
> BUILD FAILED
> /home/agallardo/svn/forrest/src/core/targets/site.xml:43: Java returned: 1
> </snip>
> 
> BTW, since forrest migrated to pelt skin, the site looks weird. I think we
> will need to refactor the skins (colors, etc.)
> 
> Also, there is still other info that need to be updated as:
> 
> 1- the left panel of (see the CVS link)
> file:///home/agallardo/wyona/lenya-test/build/site/community/index.html
> 
> 2-The main page: Stating that we will soon move to lenya.apache.org
> 
> etc.
> 
> Best Regards,
> 
> Antonio Gallardo


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org


Re: Updating the Lenya website [WAS: Re: lenya demo on ASF hardware]

Posted by Antonio Gallardo <ag...@agssa.net>.
Hi:

I just found that the problem is in the sitemap of the lenya forrest docs:

src/documentation/sitemap.xmap

I think this file needs to be refactored. After deleting this file, I was
able to build most of the site. Here the last of the output:

<snip>
Total time: 2 minutes 1 seconds,  Site size: 2,426,356 Site pages: 193

BUILD FAILED
/home/agallardo/svn/forrest/src/core/targets/site.xml:43: Java returned: 1
</snip>

BTW, since forrest migrated to pelt skin, the site looks weird. I think we
will need to refactor the skins (colors, etc.)

Also, there is still other info that need to be updated as:

1- the left panel of (see the CVS link)
file:///home/agallardo/wyona/lenya-test/build/site/community/index.html

2-The main page: Stating that we will soon move to lenya.apache.org

etc.

Best Regards,

Antonio Gallardo


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org