On 23/12/11 14:44, Andy Seaborne wrote:
On 23/12/11 11:51, Andy Seaborne wrote:
On 23/12/11 02:23, Ian Dickinson wrote:
I've just added some very minimal boilerplate to the getting started
pages so that they are non-empty. Unfortunately, the CMS itself seems to
be AWOL atm, so I can't push staging -> live.
Glad you said that - I couldn't publish the site either but as it's the
first time I've done it, I wondered if I had not followed the right
steps.
Do we just wait until working or let someone know?
Andy
https://issues.apache.org/jira/browse/INFRA-4251
The web route to publishing does not work on large changes. Not sure
what "large" is - but I had updated the javadoc.
Ah, that would do it. Sorry, I should have been more proactive about
pointing out the bit in the CMS docs that describe the suggested route
for updating large scale updates (like JavaDoc), which involves
uploading a zip of the content to the directory where you want it to
appear. Messy. However:
Get the publishing script from http://s.apache.org/cms-cli
Install various Perl things:
sudo cpan JSON::XS
(you may need other things which I had already)
then run
publish.sh jena
This is good to know. I didn't really grok the command line stuff before
(seemed rather tied into projects that wanted to use other tools, such
as maven, to generate their sites ... at least in the documentation).
This only takes a minute if you work out that it forks "less(1)" and you
need to get out of less to continue.
Does not work from MS Windows.
https://cwiki.apache.org/confluence/display/JENA/ProcessWebSite
updated.
Excellent!
Ian