You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Steve Loughran <st...@apache.org> on 2004/10/19 17:29:34 UTC

ws-axis/java/docs

On Tue, 19 Oct 2004 02:15:58 -0700 (PDT), Toshiyuki Kimura 
<to...@apache.org> wrote:
 > Hi Steve,
 >
 >   Could you please commit an original source of the content ? That is,
 > 'ws-axis/site/src/documentation/content/xdocs/java/user-guide.ihtml'.
 >

I edited the wrong files, didnt I :(

 >> stevel      2004/10/14 07:26:39
 >>
 >>  Modified:    java/docs user-guide.html
 >>  Log:
 >>  Update for 1.2.
 >>  Note we need an endpoint with echo working, otherwise the tutorial 
is broken!
 >>
 >>  Revision  Changes    Path
 >>  1.93      +224 -222  ws-axis/java/docs/user-guide.html


Lets get the process clear in my head.

1. I edit the IHTML file
2. I run something (forrest?) and that not only does the web site, but 
it propagates to the ant/java/docs tree? Is that correct?

I didnt think the axis and the ws-site docs were in sync.

-steve

RE: ws-axis/java/docs

Posted by Ias <ia...@hotmail.com>.
Thanks for your (simple) manual,

Ias 

> -----Original Message-----
> From: Toshiyuki Kimura [mailto:toshi@apache.org] 
> Sent: Wednesday, October 20, 2004 7:00 AM
> To: axis-dev@ws.apache.org
> Subject: Re: ws-axis/java/docs
> 
> Steve,
> 
> > I edited the wrong files, didnt I :(
> 
> Yep, unfortunately. :)
> 
> > Lets get the process clear in my head.
> >
> > 1. I edit the IHTML file
> > 2. I run something (forrest?) and that not only does the 
> web site, but 
> > it propagates to the ant/java/docs tree? Is that correct?
> >
> > I didnt think the axis and the ws-site docs were in sync.
> 
> Here's a simple manual to update the site.
> Not simple!?  Yes, too complicated !!
> 
> If someone finds any errors on this instructions, please correct.
> .........*.........*.........*.........*.........*.........*.........*
> 1. Installing Forrest
>     [Note] The version 0.5.1 is tested version, at this time.
> 2. Checking out 'ws-axis/site' module
>     [ex]
>     
> 'ws-axis/site/src/documentation/content/xdocs/java/user-guide.ihtml'
> 3. Make changes to the target
> 4. Confirming the change with "forrest run"
>    4-1) cd into the local "ws-axis/site" CVS dir
>    4-2) execute "forrest run"
>    4-3) have an access to http://localhost:8888/ to see the 
> site 5. Generating a static content with "forrest"
>    5-1) execute "forrest" in the "ws-axis/site" dir
>    5-2) check the generated contents in "ws-axis/site/build/site/"
> 6. Make commitments
>    6-1) commit the original source (xml/ihtml/gif/jpg) to "ws-axis"
>    6-2) copy the generated contents into "ws-site/targets/axis"
>    6-3) commit the generated contents to "ws-site"
> 7. (Optional) If you are in a hurry to reflect the change to the site,
>    cd to /www/ws.apache.org, and execute "cvs update -P" on minotaur.
> 
>    [Note] *** VERY IMPORTANT ***
>       YOU HAVE TO CHECK YOUR UMASK IS "002" BEFORE DOING THE COMMAND,
>     OR THE SITE WILL BECOME A NON-UPDATABLE SITE FROM THEN ON.
> 
>    The site will be updated automatically twice a day 12 midnight and
>    12 noon PST by a cron job of dims.
> .........*.........*.........*.........*.........*.........*.........*
> 
> Thanks,
> 
> Toshi
> 
> On Tue, 19 Oct 2004, Steve Loughran wrote:
> 
> > On Tue, 19 Oct 2004 02:15:58 -0700 (PDT), Toshiyuki Kimura 
> > <to...@apache.org>
> > wrote:
> >> Hi Steve,
> >>
> >>   Could you please commit an original source of the content ? That 
> >> is, 
> 'ws-axis/site/src/documentation/content/xdocs/java/user-guide.ihtml'.
> >>
> >
> > I edited the wrong files, didnt I :(
> >
> >>> stevel      2004/10/14 07:26:39
> >>>
> >>>  Modified:    java/docs user-guide.html
> >>>  Log:
> >>>  Update for 1.2.
> >>>  Note we need an endpoint with echo working, otherwise 
> the tutorial 
> >>> is
> > broken!
> >>>
> >>>  Revision  Changes    Path
> >>>  1.93      +224 -222  ws-axis/java/docs/user-guide.html
> >
> >
> > Lets get the process clear in my head.
> >
> > 1. I edit the IHTML file
> > 2. I run something (forrest?) and that not only does the 
> web site, but 
> > it propagates to the ant/java/docs tree? Is that correct?
> >
> > I didnt think the axis and the ws-site docs were in sync.
> >
> > -steve
> >
> 

Re: ws-axis/java/docs

Posted by Toshiyuki Kimura <to...@apache.org>.
Steve,

> I edited the wrong files, didnt I :(

Yep, unfortunately. :)

> Lets get the process clear in my head.
>
> 1. I edit the IHTML file
> 2. I run something (forrest?) and that not only does the web site, but
> it propagates to the ant/java/docs tree? Is that correct?
>
> I didnt think the axis and the ws-site docs were in sync.

Here's a simple manual to update the site.
Not simple!?  Yes, too complicated !!

If someone finds any errors on this instructions, please correct.
.........*.........*.........*.........*.........*.........*.........*
1. Installing Forrest
    [Note] The version 0.5.1 is tested version, at this time.
2. Checking out 'ws-axis/site' module
    [ex]
    'ws-axis/site/src/documentation/content/xdocs/java/user-guide.ihtml'
3. Make changes to the target
4. Confirming the change with "forrest run"
   4-1) cd into the local "ws-axis/site" CVS dir
   4-2) execute "forrest run"
   4-3) have an access to http://localhost:8888/ to see the site
5. Generating a static content with "forrest"
   5-1) execute "forrest" in the "ws-axis/site" dir
   5-2) check the generated contents in "ws-axis/site/build/site/"
6. Make commitments
   6-1) commit the original source (xml/ihtml/gif/jpg) to "ws-axis"
   6-2) copy the generated contents into "ws-site/targets/axis"
   6-3) commit the generated contents to "ws-site"
7. (Optional) If you are in a hurry to reflect the change to the site,
   cd to /www/ws.apache.org, and execute "cvs update -P" on minotaur.

   [Note] *** VERY IMPORTANT ***
      YOU HAVE TO CHECK YOUR UMASK IS "002" BEFORE DOING THE COMMAND,
    OR THE SITE WILL BECOME A NON-UPDATABLE SITE FROM THEN ON.

   The site will be updated automatically twice a day 12 midnight and
   12 noon PST by a cron job of dims.
.........*.........*.........*.........*.........*.........*.........*

Thanks,

Toshi

On Tue, 19 Oct 2004, Steve Loughran wrote:

> On Tue, 19 Oct 2004 02:15:58 -0700 (PDT), Toshiyuki Kimura <to...@apache.org> 
> wrote:
>> Hi Steve,
>>
>>   Could you please commit an original source of the content ? That is,
>> 'ws-axis/site/src/documentation/content/xdocs/java/user-guide.ihtml'.
>>
>
> I edited the wrong files, didnt I :(
>
>>> stevel      2004/10/14 07:26:39
>>>
>>>  Modified:    java/docs user-guide.html
>>>  Log:
>>>  Update for 1.2.
>>>  Note we need an endpoint with echo working, otherwise the tutorial is 
> broken!
>>>
>>>  Revision  Changes    Path
>>>  1.93      +224 -222  ws-axis/java/docs/user-guide.html
>
>
> Lets get the process clear in my head.
>
> 1. I edit the IHTML file
> 2. I run something (forrest?) and that not only does the web site, but it 
> propagates to the ant/java/docs tree? Is that correct?
>
> I didnt think the axis and the ws-site docs were in sync.
>
> -steve
>