Re: Documentation in nightly source distribution.

2001-01-11 Thread martin . cooper

The simplest way would be to run the struts-documentation web app in the 
distribution, and access the documentation that way.

--
Martin Cooper
Tumbleweed Communications


At 02:41 PM 1/11/01 -0700, you wrote:
There is a src/doc dir which contains the documentation in xml format. Is
there an easy way to generate html from these xml files?





Re: Documentation in nightly source distribution.

2001-01-11 Thread Ted Husted

Running 

build dist

or 

./build.sh dist

from the folder where you unpacked it should do it, if all the
prerequesites are installed.

See  http://jakarta.apache.org/struts/installation.html#Building 

*** REPLY SEPARATOR  ***

On 1/11/2001 at 2:41 PM Walter Holladay wrote:

There is a src/doc dir which contains the documentation in xml format.
Is
there an easy way to generate html from these xml files?






RE: Documentation in nightly source distribution.

2001-01-11 Thread Eric Wu

I tried this with the January 10 build but when I click on the User's Guide
(1.0) link, I get a blank page.

Is this an issue with the build or my app server (JRun 3.0)

Eric

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: January 11, 2001 4:53 PM
To: [EMAIL PROTECTED]
Subject: Re: Documentation in nightly source distribution.


The simplest way would be to run the struts-documentation web app in the 
distribution, and access the documentation that way.

--
Martin Cooper
Tumbleweed Communications


At 02:41 PM 1/11/01 -0700, you wrote:
There is a src/doc dir which contains the documentation in xml format. Is
there an easy way to generate html from these xml files?




Re: Documentation in nightly source distribution.

2001-01-11 Thread Craig R. McClanahan

Eric Wu wrote:

 I tried this with the January 10 build but when I click on the User's Guide
 (1.0) link, I get a blank page.

 Is this an issue with the build or my app server (JRun 3.0)


For a variety of reasons, the generated documentation has not been correct in
the last few nights's distributions.  This was corrected this morning -- since
this WAR file is also the contents of the Struts web site, I've just updated it
there.  You can see the most recent version (as of 10:15 this morning Pacific
time) at:

http://jakarta.apache.org/struts


 Eric


Craig