cvs commit: jakarta-struts/doc/userGuide installation.xml

2004-03-08 Thread rleland
rleland 2004/03/08 15:30:09

  Modified:doc/userGuide installation.xml
  Log:
  Struts must now be compiled against the nightly validator version 1.1.2
   inorder for client side validations to work.
  
  Revision  ChangesPath
  1.38  +1 -1  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- installation.xml  16 Dec 2003 17:12:02 -  1.37
  +++ installation.xml  8 Mar 2004 23:30:09 -   1.38
  @@ -97,7 +97,7 @@
 Commons FileUpload (Version 1.0 or later)
 Commons Lang (Version 2.0 or later)
 Commons Logging (Version 1.0.3 or later when it is 
available)
  -  Commons Validator (Version 1.1.1) 
  +  Commons Validator (Version 1.1.2 or later) 
 Jakarta ORO (Version 2.0.7 or later)
 
 ANTLR is a public domain library; all other libraries are distributed under 
the
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts/doc/userGuide installation.xml

2003-12-16 Thread husted
husted  2003/12/16 09:12:02

  Modified:doc/userGuide installation.xml
  Log:
  Remove "dev" status from Commons Validator 1.1.1
  
  Revision  ChangesPath
  1.37  +1 -1  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- installation.xml  12 Dec 2003 03:20:53 -  1.36
  +++ installation.xml  16 Dec 2003 17:12:02 -  1.37
  @@ -97,7 +97,7 @@
 Commons FileUpload (Version 1.0 or later)
 Commons Lang (Version 2.0 or later)
 Commons Logging (Version 1.0.3 or later when it is 
available)
  -  Commons Validator (Version 1.1.1-dev) 
  +  Commons Validator (Version 1.1.1) 
 Jakarta ORO (Version 2.0.7 or later)
 
 ANTLR is a public domain library; all other libraries are distributed under 
the
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts/doc/userGuide installation.xml preface.xml release-notes-1.1.xml

2003-09-14 Thread husted
husted  2003/09/14 17:33:03

  Modified:doc  status.xml
   doc/faqs kickstart.xml
   doc/news index.xml news_2003_q1.xml news_2003_q2.xml
   doc/resources books.xml taglibs.xml tools.xml
   doc/userGuide installation.xml preface.xml
release-notes-1.1.xml
  Log:
  Routine updates.
  
  Revision  ChangesPath
  1.43  +22 -4 jakarta-struts/doc/status.xml
  
  Index: status.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/status.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- status.xml11 Sep 2003 09:49:37 -  1.42
  +++ status.xml15 Sep 2003 00:33:03 -  1.43
  @@ -267,7 +267,25 @@
   
   
   
  -Enchanced support for other presentation layers, such as XLST
  +Enhanced support for other presentation layers, such as XLST
  +
  +
  +
  +
  +There will definitely be such gaps.  Two of them we can already fill
  +(Tiles and the Validator Framework).  Others will involve frameworks for
  +multi-request transactions, non-HTML markup languages (building on top of
  +Faces for things like XUL or XForms or SVG is easy), non-JSP rendering
  +technologies (pretty much anything that has a way to mark where
  +dynamically created output goes can be adapted), libraries of prebuilt
  +components above and beyond the built-in standard ones (such components
  +work equally well in JSP and non-JSP environments), and all the
  +non-human-UI things based on XML technologies.  To say nothing of the fact
  +that we could start to provide useful design patterns and implementations
  +for the business logic tier as well as the presentation tier (like what
  +Ted has done with Scaffold).
  +
  +
   
   
   
  @@ -362,8 +380,8 @@
   
   
   
  -Website updated from CVS: 2003 SEP 11 by husted.
  -Javadocs updated from CVS: 2003 JUN 29 by mcooper.
  +Website updated from CVS: 2003 SEP 14 by husted.
  +Javadocs updated from CVS: 2003 SEP 14 by husted.
   
   
   
  
  
  
  1.12  +1 -1  jakarta-struts/doc/faqs/kickstart.xml
  
  Index: kickstart.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/faqs/kickstart.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- kickstart.xml 13 Sep 2003 20:01:10 -  1.11
  +++ kickstart.xml 15 Sep 2003 00:33:03 -  1.12
  @@ -297,7 +297,7 @@
   although an early-release reference implementation is available through the
   http://java.sun.com/webservices/download.html";>Java Web Services 
Developer Pack.
   An early-release JavaServer Faces taglib for Struts,
  -http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/";>
  +http://archive.apache.org/dist/jakarta/struts/old/release/struts-faces/";>
   Struts-Faces, is also in early release and available
   through the nightly build.
   
  
  
  
  1.32  +110 -1jakarta-struts/doc/news/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/news/index.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- index.xml 9 Sep 2003 17:49:22 -   1.31
  +++ index.xml 15 Sep 2003 00:33:03 -  1.32
  @@ -58,13 +58,71 @@
   
   
   
   
  +2003-09-12 - Oracle JDeveloper 10g Preview (Struts-savvy 
IDE)
  +
  +Anyone doing Java and Struts development should download and checkout 
the new developer preview release of
  +JDeveloper 10g. It's a major new release with new features like:
  +
  +
  +
  +Visual Struts Page Flow Diagramming
  +
  +
  +Visual JSP/HTML Editor
  +
  +
  +Many new Java code-level productivity features.
  +[http://radio.weblogs.com/0128037/stories/2003/08/11/topTenToysForJavaCodersIn905.html";>Check
 out
  +this developers top ten list]
  +
  +
  +New neutral data binding architecture and productive visual design time 
to binding any kind of front end to
  +any kind of backend.
  +[http://radio.weblogs.com/0118231/2003/09/08.html#a149";>Checkout the article 
posted here for an
  +overview]
  +
  +
  +Much much more.
  +
  +
  +
  +Longer list of new features is at: http://otn.oracle.com/products/jdev/collateral/jdev10g_fo.html";>
  +http://otn.oracle.com/products/jdev/collateral/jdev10g_fo.html
  +
  +
  +Download and product tour is at: http://otn.oracle.com/products/jdev/collateral/pr

Re: cvs commit: jakarta-struts/doc/userGuide installation.xml

2003-09-11 Thread David Graham
--- Robert Leland <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> 
> >  Index: installation.xml
> >  ===
> >  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
> >  retrieving revision 1.33
> >  retrieving revision 1.34
> >  diff -u -r1.33 -r1.34
> >  --- installation.xml   9 Sep 2003 17:49:18 -   1.33
> >  +++ installation.xml   11 Sep 2003 09:49:37 -  1.34
> >  @@ -35,7 +35,8 @@
> > a Java2 (version 1.2 or later) Java Development Kit
> implementation for
> > your operating system platform.
> > A good starting point for locating Java Development Kit
> distributions is
> >  -   href="http://java.sun.com/j2se";>http://java.sun.com/j2se.
> >  +   href="http://java.sun.com/j2se";>http://java.sun.com/j2se.
> >  +  To build Struts, Java 1.4.2 or later is recommended. 
> >  
> >
> Why was 1.4.2 specified ?
> It builds fine with 1.3.1, 1.4.0 & 1.4.1, just tried it.
> It sounds like it won't work with the other JDK's, could we soften this
> ?

Agreed.  I'd still like to recommend 1.4.2 but we should say it builds
with 1.3 as well.

David

> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-struts/doc/userGuide installation.xml

2003-09-11 Thread Robert Leland
[EMAIL PROTECTED] wrote:

 Index: installation.xml
 ===
 RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
 retrieving revision 1.33
 retrieving revision 1.34
 diff -u -r1.33 -r1.34
 --- installation.xml	9 Sep 2003 17:49:18 -	1.33
 +++ installation.xml	11 Sep 2003 09:49:37 -	1.34
 @@ -35,7 +35,8 @@
a Java2 (version 1.2 or later) Java Development Kit implementation for
your operating system platform.
A good starting point for locating Java Development Kit distributions is
 -  http://java.sun.com/j2se";>http://java.sun.com/j2se.
 +  http://java.sun.com/j2se";>http://java.sun.com/j2se.
 +  To build Struts, Java 1.4.2 or later is recommended. 
 

Why was 1.4.2 specified ?
It builds fine with 1.3.1, 1.4.0 & 1.4.1, just tried it.
It sounds like it won't work with the other JDK's, could we soften this ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-struts/doc/userGuide installation.xml

2003-09-11 Thread husted
husted  2003/09/11 02:49:37

  Modified:doc  status.xml
   doc/userGuide installation.xml
  Log:
  Amend build requirements to specify Ant 1.5.4
  
  Revision  ChangesPath
  1.42  +2 -2  jakarta-struts/doc/status.xml
  
  Index: status.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/status.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- status.xml9 Sep 2003 17:49:21 -   1.41
  +++ status.xml11 Sep 2003 09:49:37 -  1.42
  @@ -362,7 +362,7 @@
   
   
   
  -Website updated from CVS: 2003 AUG 29 by husted.
  +Website updated from CVS: 2003 SEP 11 by husted.
   Javadocs updated from CVS: 2003 JUN 29 by mcooper.
   
   
  
  
  
  1.34  +4 -3  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- installation.xml  9 Sep 2003 17:49:18 -   1.33
  +++ installation.xml  11 Sep 2003 09:49:37 -  1.34
  @@ -35,7 +35,8 @@
 a Java2 (version 1.2 or later) Java Development Kit implementation for
 your operating system platform.
 A good starting point for locating Java Development Kit distributions is
  -  http://java.sun.com/j2se";>http://java.sun.com/j2se.
  +  http://java.sun.com/j2se";>http://java.sun.com/j2se.
  +  To build Struts, Java 1.4.2 or later is recommended. 
   
 Servlet Container - You must download and 
install a
 servlet container that is compatible with the Servlet API Specification,
  @@ -49,7 +50,7 @@
 specification, 1.1 or later. This is bundled with J2SE 1.4 and later.
 (For earlier versions of Java, the easiest way to obtain JAXP is
 probably by downloading the Web Services Developers Kit
  -  (1.1 or later!).See the http://java.sun.com/xml/jaxp/faq.html#jaxp-ri-latest";>
  +  (1.1 or later!). See the http://java.sun.com/xml/jaxp/faq.html#jaxp-ri-latest";>
 Sun JAXP FAQ for more information.)
 In Struts-based web applications, you may replace the reference
 implementation classes with any other JAXP compliant parser, such as
  @@ -59,7 +60,7 @@
 Struts, below.
   
 Ant Build System - If you are building Struts from the
  -  source distribution, you must download and install version 1.5.1 (or later)
  +  source distribution, you must download and install version 1.5.4 (or later)
 of the http://jakarta.apache.org/ant";>Ant build system.
 This package is also strongly recommended for use in developing your
 own web applications based on Struts.
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts/doc/userGuide installation.xml

2003-06-28 Thread martinc
martinc 2003/06/28 22:36:42

  Modified:doc/userGuide installation.xml
  Log:
  Update dependency versions and correct a typo.
  
  Revision  ChangesPath
  1.29  +7 -7  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- installation.xml  7 Jun 2003 21:52:33 -   1.28
  +++ installation.xml  29 Jun 2003 05:36:42 -  1.29
  @@ -86,17 +86,17 @@
 Jakarta Commons Packages - Struts utilizes several
 packages from the http://jakarta.apache.org/commons/";>Jakarta
 Commons Project.
  -  These are the packages which must be available if you you wish to
  +  These are the packages which must be available if you wish to
 build Struts from source:
 
  -  Beanutils (Version 1.5 or later)
  +  Beanutils (Version 1.6.1 or later)
 Collections (Version 2.1 or later)
  -  Digester (Version 1.3 or later)
  -  FileUpload (1.0 RC1 or later)
  -  Lang (Version 1.1 or later)
  +  Digester (Version 1.5 or later)
  +  FileUpload (Version 1.0 or later)
  +  Lang (Version 1.0.1 or later)
 Logging (Version 1.0.3 or later when it is available)
 Struts-Legacy (Version 1.0 or later)
  -  Validator (Version 1.0.1 or later) 
  +  Validator (Version 1.0.2 or later) 
 
 For your convenience, the requisite JARs are provided as a single
 download under the lib sub-directory with each release
  @@ -108,7 +108,7 @@
   
 Jakarta ORO -
 http://jakarta.apache.org/oro/index.html";>Apache Jakarta ORO
  -  version 2.06 (or later) is  required to build Struts from source.
  +  version 2.0.6 (or later) is  required to build Struts from source.
   
 Xalan XSLT Processor - If you are building Struts from
 the source distribution, you will need a version of Xalan to perform
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts/doc/userGuide installation.xml

2003-06-06 Thread husted
husted  2003/06/06 15:03:35

  Modified:doc/userGuide installation.xml
  Log:
  Update for FileUpload RC1 dependancy and latest JAXP information.
  
  Revision  ChangesPath
  1.27  +19 -21jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- installation.xml  28 Feb 2003 06:42:21 -  1.26
  +++ installation.xml  6 Jun 2003 22:03:35 -   1.27
  @@ -46,10 +46,12 @@
   
 XML Parser - Struts requires the presence of an XML
 parser that is compatible with the Java API for XML Parsing (JAXP)
  -  specification, 1.1 or later.  You can download and install the JAXP
  -  http://java.sun.com/xml";>reference implementation,
  -  which is required for building the Struts source distribution.  In
  -  Struts-based web applications, you may replace the reference
  +  specification, 1.1 or later. This is bundled with J2SE 1.4 and later.
  +  (For earlier versions of Java, the easiest way to obtain JAXP is
  +  probably by downloading the Web Services Developers Kit
  +  (1.1 or later!).See the http://java.sun.com/xml/jaxp/faq.html#jaxp-ri-latest";>
  +  Sun JAXP FAQ for more information.)
  +  In Struts-based web applications, you may replace the reference
 implementation classes with any other JAXP compliant parser, such as
 http://xml.apache.org/xerces-j";>Xerces.  See detailed
 instructions related to the parser in the instructions for
  @@ -83,35 +85,31 @@
 
 Jakarta Commons Packages - Struts utilizes several
 packages from the http://jakarta.apache.org/commons/";>Jakarta
  -  Commons Project. 
  -  These are the packages which must be available if you you wish to 
  +  Commons Project.
  +  These are the packages which must be available if you you wish to
 build Struts from source:
 
 Beanutils (Version 1.5 or later)
 Collections (Version 2.1 or later)
 DBCP (Version 1.0 or later)
 Digester (Version 1.3 or later)
  -  FileUpload (Recent 
  -http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload";>
  -Nightly Build)
  +  FileUpload (1.0 RC1 or later)
 Lang (Version 1.1 or later)
  -  Logging (Recent 
  -http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-logging";>
  -Nightly Build, or Version 1.0.3 or later when it is available)
  +  Logging (Version 1.0.3 or later when it is available)
 Pool (Version 1.0.1 or later)
 Validator (Version 1.0.1 or later) 
 
  -  For your convenience, the requisite JARs are provided as a single 
  -  download under the lib sub-directory with each release 
  -  and beta distribution. 
  -  Please note that the minimum requirements may change between releases 
  -  and betas, and some JARs may need to be updated to use the latest 
  -  Nightly Build. 
  +  For your convenience, the requisite JARs are provided as a single
  +  download under the lib sub-directory with each release
  +  and beta distribution.
  +  Please note that the minimum requirements may change between releases
  +  and betas, and some JARs may need to be updated to use the latest
  +  Nightly Build.
 
   
  -  Jakarta ORO - 
  -  http://jakarta.apache.org/oro/index.html";>Apache Jakarta ORO 
  -  version 2.06 (or later) is  required to build Struts from source.  
  +  Jakarta ORO -
  +  http://jakarta.apache.org/oro/index.html";>Apache Jakarta ORO
  +  version 2.06 (or later) is  required to build Struts from source.
   
 Xalan XSLT Processor - If you are building Struts from
 the source distribution, you will need a version of Xalan to perform
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-struts/doc/userGuide installation.xml

2003-02-27 Thread martinc
martinc 2003/02/27 22:42:21

  Modified:.build-all-clean.bat.sample build-tests.xml
build-webapp.xml build.properties.sample build.xml
   contrib/struts-el build-webapp.xml build.xml
   doc/userGuide installation.xml
  Log:
  Remove dependency on Commons Resources for Struts 1.1 release.
  
  Revision  ChangesPath
  1.7   +1 -6  jakarta-struts/build-all-clean.bat.sample
  
  Index: build-all-clean.bat.sample
  ===
  RCS file: /home/cvs/jakarta-struts/build-all-clean.bat.sample,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build-all-clean.bat.sample8 Feb 2003 19:31:52 -   1.6
  +++ build-all-clean.bat.sample28 Feb 2003 06:42:20 -  1.7
  @@ -72,11 +72,6 @@
   cd ..\fileupload
   call maven
   
  -cd ..\..\jakarta-commons-sandbox
  -
  -cd resources
  -call maven
  -
   cd ..\..\jakarta-struts-current
   call ant %CLEAN% dist
   
  
  
  
  1.18  +0 -1  jakarta-struts/build-tests.xml
  
  Index: build-tests.xml
  ===
  RCS file: /home/cvs/jakarta-struts/build-tests.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build-tests.xml   27 Feb 2003 00:03:21 -  1.17
  +++ build-tests.xml   28 Feb 2003 06:42:20 -  1.18
  @@ -96,7 +96,6 @@
 
 
 
  -  
 
 
 
  
  
  
  1.13  +0 -5  jakarta-struts/build-webapp.xml
  
  Index: build-webapp.xml
  ===
  RCS file: /home/cvs/jakarta-struts/build-webapp.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build-webapp.xml  22 Dec 2002 01:25:32 -  1.12
  +++ build-webapp.xml  28 Feb 2003 06:42:20 -  1.13
  @@ -77,10 +77,6 @@
 of the Jakarta Commons POOL
 package (version 1.0 or later).
   
  -commons-resources.jar (required).  The path to the JAR file
  -  of the Jakarta Commons Resources
  -  package (version 1.0 or later).
  -
   commons-validator.jar (required).  The path to the JAR file
 of the Jakarta Commons VALIDATOR
 package (version 1.0 or later).
  @@ -187,7 +183,6 @@
 
 
 
  -  
 
 
 
  
  
  
  1.31  +1 -5  jakarta-struts/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.properties.sample   27 Feb 2003 19:21:56 -  1.30
  +++ build.properties.sample   28 Feb 2003 06:42:20 -  1.31
  @@ -63,10 +63,6 @@
   # from the Jakarta Commons project.
   commons-pool.jar=${commons-lib.home}/pool/dist/commons-pool.jar
   
  -# The JAR file containing the Resources package (recent Nightly Build)
  -# from the Jakarta Commons project.
  
-commons-resources.jar=${commons-sandbox-lib.home}/resources/target/commons-resources.jar
  -
   # The JAR file containing the Validator package (Version 1.0.1 or later)
   # from the Jakarta Commons project.
   commons-validator.jar=${commons-lib.home}/validator/dist/commons-validator.jar
  
  
  
  1.101 +0 -7  jakarta-struts/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- build.xml 27 Feb 2003 00:26:42 -  1.100
  +++ build.xml 28 Feb 2003 06:42:20 -  1.101
  @@ -64,10 +64,6 @@
 of the Jakarta Commons POOL
 package (version 1.0 or later).
   
  -commons-resources.jar (required).  The path to the JAR file
  -  of the Jakarta Commons Resources
  -  package (version 1.0 or later).
  -
   commons-validator.jar (required).  The path to the JAR file
 of the Jakarta Commons VALIDATOR
 package (version 1.0 or later).
  @@ -196,7 +192,6 @@
 
 
 
  -  
 
 
 
  @@ -256,8 +251,6 @@
   tofile="${build.home}/library/commons-logging.jar"/>
   
  -
   
   
 
 
  -  
 
 
 
  
  
  
  1.12  +0 -2  jakarta-struts/contrib/struts-el/buil

cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-29 Thread husted
husted  2002/12/29 13:06:50

  Modified:doc/userGuide installation.xml
  Log:
  Expand note regarding the Library Distribution.
  
  Revision  ChangesPath
  1.24  +14 -6 jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- installation.xml  29 Dec 2002 13:13:14 -  1.23
  +++ installation.xml  29 Dec 2002 21:06:49 -  1.24
  @@ -80,12 +80,12 @@
 requires the API classes to be compiled.  They can be downloaded from
 http://java.sun.com/products/jdbc/download.html";>http://java.sun.com/products/jdbc/download.html.
   
  -  Jakarta Commons Packages - Struts utilizes several
  +  
  +  Jakarta Commons Packages - Struts utilizes several
 packages from the http://jakarta.apache.org/commons/";>Jakarta
  -  Commons Project. If you are utilizing a binary distribution of
  -  Struts, the corresponding JAR files are included in the lib
  -  directory. However, if you wish to build Struts from source, you will
  -  need to download and install the following packages:
  +  Commons Project. 
  +  These are the packages which must be available if you you wish to 
  +  build Struts from source:
 
 Beanutils (Version 1.5 or later)
 Collections (Version 2.1 or later)
  @@ -95,10 +95,18 @@
   http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload";>
   Nightly Build)
 Lang (Version 1.1 or later)
  -  Logging (Version 1.0.2 or later)
  +  Logging (Recent 
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-logging";>
  +Nightly Build, or Version 1.0.3 or later when it is available)
 Pool (Version 1.0.1 or later)
 Validator (Version 1.0.1 or later) 
 
  +  For your convenience, the requisite JARs are provided as a single 
  +  download under the lib sub-directory with each release 
  +  and beta distribution. 
  +  Please note that the minimum requirements may change between releases 
  +  and betas, and some JARs may need to be updated to use the latest 
  +  Nightly Build. 
 
   
 Jakarta Commons SandBox Packages - The current version of 
Struts utilizes several
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-29 Thread husted
husted  2002/12/29 05:13:14

  Modified:doc/userGuide installation.xml
  Log:
  Add  ORO to the list.
  
  Revision  ChangesPath
  1.23  +11 -7 jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- installation.xml  29 Dec 2002 11:45:44 -  1.22
  +++ installation.xml  29 Dec 2002 13:13:14 -  1.23
  @@ -91,9 +91,9 @@
 Collections (Version 2.1 or later)
 DBCP (Version 1.0 or later)
 Digester (Version 1.3 or later)
  -  FileUpload (No official release, obtain current
  -http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload";>Nightly
 Build
  -)
  +  FileUpload (Recent 
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload";>
  +Nightly Build)
 Lang (Version 1.1 or later)
 Logging (Version 1.0.2 or later)
 Pool (Version 1.0.1 or later)
  @@ -109,11 +109,15 @@
 directory. However, if you wish to build Struts from source, you will
 need to download and install the following packages:
 
  -  Resources (No official release, obtain current
  -http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-resources";>Nightly
 Build
  -)
  +  Resources (Recent 
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-resources";>
  +Nightly Build)

  -  http://jakarta.apache.org/builds/jakarta-commons/nightly/
  +  
  +  
  +  Jakarta ORO - 
  +  http://jakarta.apache.org/oro/index.html";>Apache Jakarta ORO 
  +  version 2.06 (or later) is  required to build Struts from source.  
   
 Xalan XSLT Processor - If you are building Struts from
 the source distribution, you will need a version of Xalan to perform
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-22 Thread Ted Husted
If you like, you could just move the Services SQL stuff to 
Scaffold in the Commons Sandbox for the time being. 

I'll be visiting the Scaffold.sql package and the Commons SQL 
package this week (as part of paying gig), and should probably 
look at this as well. 

If it's not directly Struts related, we should remove it to the 
Commons. 

-Ted.


12/18/2002 1:51:54 AM, Rob Leland <[EMAIL PROTECTED]> wrote:

>Martin Cooper wrote:
>
>>
>>I guess we could remove the commons-services.jar from the 
builds,
>>
>+1
>
>>Do you have any thoughts on how best to salvage the code you're 
interested in?
>>
>Need to give it some thought. I just discovered it when I was 
removing 
>unused imports and cleaning up JavaDoc,
>for contrib projects last week. Maybe create a contrib/utils 
directory ? 
>Unofficial but gererally usefull classes.
>I'll have to make a list, if they aren't too many classes then 
see if 
>they fit somewhere in commons, or maybe
>punt them over to SourceForge, before deleting them outright.
>
>SPEAKING of which  After 1.1 The o.a.s.u.IteratorAdapter should 
probably 
>be deprecated and punted
>over to commons-collections ?, or if there is already an 
equalivent in 
>commons use that internally instead.
>
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 
>
>






--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml release-notes.xml

2002-12-21 Thread martinc
martinc 2002/12/21 17:25:33

  Modified:.build-tests.xml build-webapp.xml build.xml
   contrib/struts-el build-tests.xml build-webapp.xml
   doc/userGuide installation.xml release-notes.xml
  Log:
  Remove dependence on Commons Services from the build process, and remove
  references to it as a requirement from the documentation.
  
  Revision  ChangesPath
  1.11  +0 -3  jakarta-struts/build-tests.xml
  
  Index: build-tests.xml
  ===
  RCS file: /home/cvs/jakarta-struts/build-tests.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build-tests.xml   7 Nov 2002 07:04:00 -   1.10
  +++ build-tests.xml   22 Dec 2002 01:25:32 -  1.11
  @@ -94,7 +94,6 @@
 
 
 
  -  
 
 
 
  @@ -184,8 +183,6 @@
   
   
  -
   
  
  
  
  1.12  +0 -5  jakarta-struts/build-webapp.xml
  
  Index: build-webapp.xml
  ===
  RCS file: /home/cvs/jakarta-struts/build-webapp.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build-webapp.xml  8 Aug 2002 05:01:22 -   1.11
  +++ build-webapp.xml  22 Dec 2002 01:25:32 -  1.12
  @@ -81,10 +81,6 @@
 of the Jakarta Commons Resources
 package (version 1.0 or later).
   
  -commons-services.jar  (required).  The path to the JAR file
  -  of the Jakarta Commons SERVICES
  -  package (version 1.0 or later).
  -
   commons-validator.jar (required).  The path to the JAR file
 of the Jakarta Commons VALIDATOR
 package (version 1.0 or later).
  @@ -192,7 +188,6 @@
 
 
 
  -  
 
 
 
  
  
  
  1.86  +0 -7  jakarta-struts/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- build.xml 7 Nov 2002 07:02:51 -   1.85
  +++ build.xml 22 Dec 2002 01:25:32 -  1.86
  @@ -104,10 +104,6 @@
 of the Jakarta Commons Resources
 package (version 1.0 or later).
   
  -commons-services.jar  (required).  The path to the JAR file
  -  of the Jakarta Commons SERVICES
  -  package (version 1.0 or later).
  -
   commons-validator.jar (required).  The path to the JAR file
 of the Jakarta Commons VALIDATOR
 package (version 1.0 or later).
  @@ -234,7 +230,6 @@
 
 
 
  -  
 
 
 
  @@ -292,8 +287,6 @@
   tofile="${build.home}/library/commons-pool.jar"/>
   
  -
   
   
 
 
  -  
 
 
 
  @@ -206,8 +205,6 @@
   
   
  -
   
  
  
  
  1.2   +0 -5  jakarta-struts/contrib/struts-el/build-webapp.xml
  
  Index: build-webapp.xml
  ===
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/build-webapp.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-webapp.xml  26 Sep 2002 04:54:37 -  1.1
  +++ build-webapp.xml  22 Dec 2002 01:25:33 -  1.2
  @@ -69,10 +69,6 @@
 of the Jakarta Commons POOL
 package (version 1.0 or later).
   
  -commons-services.jar  (required).  The path to the JAR file
  -  of the Jakarta Commons SERVICES
  -  package (version 1.0 or later).
  -
   commons-validator.jar (required).  The path to the JAR file
 of the Jakarta Commons VALIDATOR
 package (version 1.0 or later).
  @@ -177,7 +173,6 @@
 
 
 
  -  
 
 
 
  
  
  
  1.20  +0 -5  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- installation.xml  18 Dec 2002 02:41:48 -  1.19
  +++ installation.xml  22 Dec

Re: cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-17 Thread Rob Leland
Martin Cooper wrote:



I guess we could remove the commons-services.jar from the builds,


+1


Do you have any thoughts on how best to salvage the code you're interested in?


Need to give it some thought. I just discovered it when I was removing 
unused imports and cleaning up JavaDoc,
for contrib projects last week. Maybe create a contrib/utils directory ? 
Unofficial but gererally usefull classes.
I'll have to make a list, if they aren't too many classes then see if 
they fit somewhere in commons, or maybe
punt them over to SourceForge, before deleting them outright.

SPEAKING of which  After 1.1 The o.a.s.u.IteratorAdapter should probably 
be deprecated and punted
over to commons-collections ?, or if there is already an equalivent in 
commons use that internally instead.


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 



Re: cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-17 Thread Martin Cooper


On Wed, 18 Dec 2002, Rob Leland wrote:

> Craig R. McClanahan wrote:
>
> >On 18 Dec 2002 [EMAIL PROTECTED] wrote:
> >
> >
> >
> >>   - Commons Services isn't yet released.
> >>
> >>
> >
> >AFAIK, we don't have any code in Struts 1.1 that uses this, and we've sort
> >of replaced the original concept with plugins.  Is anyone actually using
> >it *because* it's included in the current nightly builds?  Do we really
> >need to ship (and support) this library in 1.1 final?
> >
> >Craig
> >
> The contrib project, that Oleg originally checked in, used it. It still
> has some interesting JDBC code
> that I would like to salvage.

I guess we could remove the commons-services.jar from the builds, but
still leave the contrib code in CVS for a while. Do you have any thoughts
on how best to salvage the code you're interested in?

--
Martin Cooper


>
> -Rob
>
>
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-17 Thread Rob Leland
Craig R. McClanahan wrote:


On 18 Dec 2002 [EMAIL PROTECTED] wrote:

 

  - Commons Services isn't yet released.
   


AFAIK, we don't have any code in Struts 1.1 that uses this, and we've sort
of replaced the original concept with plugins.  Is anyone actually using
it *because* it's included in the current nightly builds?  Do we really
need to ship (and support) this library in 1.1 final?

Craig


The contrib project, that Oleg originally checked in, used it. It still 
has some interesting JDBC code
that I would like to salvage.

-Rob


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 



Re: cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-17 Thread Martin Cooper


On Tue, 17 Dec 2002, Craig R. McClanahan wrote:

>
>
> On 18 Dec 2002 [EMAIL PROTECTED] wrote:
>
> >- Commons Services isn't yet released.
>
> AFAIK, we don't have any code in Struts 1.1 that uses this, and we've sort
> of replaced the original concept with plugins.  Is anyone actually using
> it *because* it's included in the current nightly builds?  Do we really
> need to ship (and support) this library in 1.1 final?

There's no code in Struts proper that uses this, although there is still
some code in contrib/services-manager. I'm all for removing the jar from
our builds, and for removing the code in contrib. I haven't seen people
using it, but I have seen confusion over whether people should use that or
use plugins. Removing services would avoid that confusion.

--
Martin Cooper


>
> Craig
>
>
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-17 Thread Craig R. McClanahan


On 18 Dec 2002 [EMAIL PROTECTED] wrote:

>- Commons Services isn't yet released.

AFAIK, we don't have any code in Struts 1.1 that uses this, and we've sort
of replaced the original concept with plugins.  Is anyone actually using
it *because* it's included in the current nightly builds?  Do we really
need to ship (and support) this library in 1.1 final?

Craig


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-17 Thread martinc
martinc 2002/12/17 18:41:48

  Modified:doc/userGuide installation.xml
  Log:
  Whoops! A couple more:
   - Commons Logging release is 1.0.2.
   - Commons Pool release is 1.0.1.
  
  Revision  ChangesPath
  1.19  +2 -2  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- installation.xml  18 Dec 2002 02:35:03 -  1.18
  +++ installation.xml  18 Dec 2002 02:41:48 -  1.19
  @@ -95,8 +95,8 @@
   http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload";>Nightly
 Build
   )
 Lang (Version 1.1 or later)
  -  Logging (Version 1.02 or later)
  -  Pool (Version 1.01 or later)
  +  Logging (Version 1.0.2 or later)
  +  Pool (Version 1.0.1 or later)
 Services (No official release, obtain current
   http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-services";>Nightly
 Build
   )
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-17 Thread martinc
martinc 2002/12/17 18:35:03

  Modified:doc/userGuide installation.xml
  Log:
  A couple of corrections:
   - Commons Services isn't yet released.
   - Commons Validator release is 1.0.1.
  
  Revision  ChangesPath
  1.18  +4 -2  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- installation.xml  17 Dec 2002 17:24:37 -  1.17
  +++ installation.xml  18 Dec 2002 02:35:03 -  1.18
  @@ -97,8 +97,10 @@
 Lang (Version 1.1 or later)
 Logging (Version 1.02 or later)
 Pool (Version 1.01 or later)
  -  Services (Version 1.0 or later)
  -  Validator (Version 1.01 or later) 
  +  Services (No official release, obtain current
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-services";>Nightly
 Build
  +)
  +  Validator (Version 1.0.1 or later) 
 
 
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-17 Thread rleland
rleland 2002/12/17 09:24:37

  Modified:doc/userGuide installation.xml
  Log:
  Update required jar for building
  
  Revision  ChangesPath
  1.17  +8 -13 jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- installation.xml  8 Dec 2002 00:54:34 -   1.16
  +++ installation.xml  17 Dec 2002 17:24:37 -  1.17
  @@ -87,17 +87,18 @@
 directory. However, if you wish to build Struts from source, you will
 need to download and install the following packages:
 
  -  Beanutils (Version 1.4.1 or later)
  -  Collections (Version 2.0 or later)
  +  Beanutils (Version 1.5 or later)
  +  Collections (Version 2.1 or later)
 DBCP (Version 1.0 or later)
 Digester (Version 1.3 or later)
  -  Discovery (Version 0.1 or later)
  -  Lang (Version 1.0 or later)
  +  FileUpload (No official release, obtain current
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload";>Nightly
 Build
  +)
  +  Lang (Version 1.1 or later)
 Logging (Version 1.02 or later)
 Pool (Version 1.01 or later)
  -  Validator (No official release, obtain current
  -http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-validator";>Nightly
 Build
  -)
  +  Services (Version 1.0 or later)
  +  Validator (Version 1.01 or later) 
 
 
   
  @@ -109,14 +110,8 @@
 directory. However, if you wish to build Struts from source, you will
 need to download and install the following packages:
 
  -  FileUpload (No official release, obtain current
  -http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload";>Nightly
 Build
  -)
 Resources (No official release, obtain current
   http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-resources";>Nightly
 Build
  -)
  -  Services (No official release, obtain current
  -http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-services";>Nightly
 Build
   )

 http://jakarta.apache.org/builds/jakarta-commons/nightly/
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-10-29 Thread husted
husted  2002/10/29 03:09:34

  Modified:doc/userGuide installation.xml
  Log:
  + Setup FAQ and Howto section.
  
  Revision  ChangesPath
  1.14  +5 -5  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- installation.xml  13 Oct 2002 15:55:12 -  1.13
  +++ installation.xml  29 Oct 2002 11:09:34 -  1.14
  @@ -173,8 +173,8 @@
   lib/struts-*.tld - These are the "tag library
   descriptor" files that describe the custom tags in the various Struts
   tag libraries. They should be copied into the WEB-INF
  -directory of your web application. (Servlet 2.3 can omit this step 
  -if the standard 
uri 
  +directory of your web application. (Servlet 2.3 can omit this step
  +if the standard 
uri
   is referenced.)
   webapps/struts-blank.war - This is a simple "web
   application archive" file containing a basic starting point for
  @@ -229,8 +229,8 @@
   WEB-INF/web.xml file from the Struts example application
   for a detailed example of the required syntax.
   Modify the WEB-INF/web.xml file of your web application
  -to include the following tag library declarations (Servlet 2.3 can omit 
  -this step if the standard uri 
  +to include the following tag library declarations (Servlet 2.3 can omit
  +this step if the standard uri
   is referenced):
   
   
  @@ -418,7 +418,7 @@
   
   
   
  -Next: Newbie FAQ
  +Next: FAQs and Howtos
   
   
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml building_view.xml building_controller.xml

2002-10-13 Thread husted

husted  2002/10/13 08:55:12

  Modified:doc/userGuide installation.xml building_view.xml
building_controller.xml
  Log:
  Notes regarding configuring taglibs under Servlet 2.3 submitted by  David Graham.
  
  Revision  ChangesPath
  1.13  +8 -4  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- installation.xml  12 Oct 2002 16:51:40 -  1.12
  +++ installation.xml  13 Oct 2002 15:55:12 -  1.13
  @@ -172,8 +172,10 @@
   your application classes are stored in the shared repository.
   lib/struts-*.tld - These are the "tag library
   descriptor" files that describe the custom tags in the various Struts
  -tag libraries.  They should be copied into the WEB-INF
  -directory of your web application.
  +tag libraries. They should be copied into the WEB-INF
  +directory of your web application. (Servlet 2.3 can omit this step 
  +if the standard 
uri 
  +is referenced.)
   webapps/struts-blank.war - This is a simple "web
   application archive" file containing a basic starting point for
   building your own Struts-based applications.
  @@ -223,11 +225,13 @@
   Modify the WEB-INF/web.xml file for your web application
   to include a  element to define the
   controller servlet, and a  element
  -to establish which request URIs are mapped to this servlet.  Use the
  +to establish which request URIs are mapped to this servlet. Use the
   WEB-INF/web.xml file from the Struts example application
   for a detailed example of the required syntax.
   Modify the WEB-INF/web.xml file of your web application
  -to include the following tag library declarations:
  +to include the following tag library declarations (Servlet 2.3 can omit 
  +this step if the standard uri 
  +is referenced):
   
   
   
  
  
  
  1.15  +124 -125  jakarta-struts/doc/userGuide/building_view.xml
  
  Index: building_view.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_view.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- building_view.xml 29 Jun 2002 14:12:01 -  1.14
  +++ building_view.xml 13 Oct 2002 15:55:12 -  1.15
  @@ -7,28 +7,29 @@
   Ted Husted
   Martin Cooper
   Ed Burns
  -James DeVries 
  +James DeVries
  +David Graham
   The Struts User's Guide - Building View Components
 
  -  
  -
  +
  +  
 
  -  
  +
 
  -
  +
   
   This chapter focuses on the task of building the View components
   for use with the Struts framework. Many applications rely on JavaServer 
Pages
  -(JSP) technology to create the presentation layer. The Struts distribution 
  +(JSP) technology to create the presentation layer. The Struts distribution
   includes a comprehensive JSP tag library that provides support for building
   internationalized applications, as well as for interacting with input forms.
   Several other topics related to the View components are briefly discussed.
 
  -  
  +
   
  -
  +
   
  -  
  +
 
   A few years ago, application developers could count on having to support
   only residents of their own country, who are used to only one (or sometimes
  @@ -41,27 +42,27 @@
   internationalization (often called "i18n" because 18 is the number of
   letters in between the "i" and the "n") and localization.
 
  -
  +
 
  -Struts builds upon the standard classes available on the Java platform to 
  +Struts builds upon the standard classes available on the Java platform to
   build internationalized and localized applications. The key concepts
   to become familiar with are:
 
  -  
  +
 
  -http://java.sun.com/j2se/1.4.1/docs/api/java/util/Locale.html";>Locale 
- 
  +http://java.sun.com/j2se/1.4.1/docs/api/java/util/Locale.html";>Locale 
-
   The fundamental Java class that supports
   internationalization is Locale.  Each
   Locale represents a particular choice of country and
   language (plus an optional language variant), and also a set of
   formatting assumptions for things like numbers and dates.
  -http://java.sun.com/j2se/1.4.1/docs/api/java/util/ResourceBundle.html";>ResourceBundle
 - 
  +http://java.sun.com/j2se/1.4.1/docs/api/jav

RE: cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-10-13 Thread micael

He just did not wrap the text, James.

At 09:24 PM 10/12/2002 -0400, you wrote:
>Not sure if it matters, but whatever text editor you are using is trimming
>trailing spaces.  Makes for an interesting search for what was actually
>changed ;)
>
>Have a good one!
>
>James Mitchell
>Software Engineer/Struts Evangelist
>http://www.open-tools.org
>
>
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, October 12, 2002 12:52 PM
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit: jakarta-struts/doc/userGuide installation.xml
> >
> >
> > husted  2002/10/12 09:51:40
> >
> >   Modified:doc/userGuide installation.xml
> >   Log:
> >   Break out some kickstart questinos into a How to Help FAQ.
> >
> >   Revision  ChangesPath
> >   1.12  +9 -8  jakarta-struts/doc/userGuide/installation.xml
> >
> >   Index: installation.xml
> >   ===
> >   RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
> >   retrieving revision 1.11
> >   retrieving revision 1.12
> >   diff -u -r1.11 -r1.12
> >   --- installation.xml10 Oct 2002 22:54:13 -  1.11
> >   +++ installation.xml12 Oct 2002 16:51:40 -  1.12
> >   @@ -94,7 +94,7 @@
> >  Lang (Version 1.0 or later)
> >  Logging (Version 1.02 or later)
> >  Pool (Version 1.01 or later)
> >   -  Validator (No official release, obtain current
> >   +  Validator (No official release, obtain current
> > > href="http://jakarta.apache.org/builds/jakarta-commons/nightly/com
> > mons-validator">Nightly Build
> >)
> >  
> >   @@ -108,13 +108,13 @@
> >  directory. However, if you wish to build Struts from
> > source, you will
> >  need to download and install the following packages:
> >  
> >   -  FileUpload (No official release, obtain current
> >   +  FileUpload (No official release, obtain current
> > > href="http://jakarta.apache.org/builds/jakarta-commons/nightly/com
> > mons-fileupload">Nightly Build
> >)
> >   -  Resources (No official release, obtain current
> >   +  Resources (No official release, obtain current
> > > href="http://jakarta.apache.org/builds/jakarta-commons/nightly/com
> > mons-resources">Nightly Build
> >)
> >   -  Services (No official release, obtain current
> >   +  Services (No official release, obtain current
> > > href="http://jakarta.apache.org/builds/jakarta-commons/nightly/com
> > mons-services">Nightly Build
> >)
> > 
> >   @@ -127,9 +127,9 @@
> >  Otherwise, download and install version 1.2 of Xalan from
> >  http://xml.apache.org/xalan";>here.
> >  
> >   -
> >   +
> >  Cactus Testing - If you plan on testing
> > the Struts applications
> >   -  in this distribution, you must download and install version 1.3
> >   +  in this distribution, you must download and install version 1.3
> >  of the  > href="http://jakarta.apache.org/cactus";>Cactus test framework.
> >  This package is also recommended for use in developing your
> >  own unit tests for your web applications based on Struts.
> >   @@ -412,10 +412,11 @@
> >
> >  
> >
> >   -
> >   +
> >
> >   -Next: Newbie FAQ
> >   +Next: Newbie FAQ
> >
> >   +
> >
> >  
> >
> >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> >
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Micael

---

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  Thank you 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-10-13 Thread James Mitchell

Not sure if it matters, but whatever text editor you are using is trimming
trailing spaces.  Makes for an interesting search for what was actually
changed ;)

Have a good one!

James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org




> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, October 12, 2002 12:52 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: jakarta-struts/doc/userGuide installation.xml
>
>
> husted  2002/10/12 09:51:40
>
>   Modified:doc/userGuide installation.xml
>   Log:
>   Break out some kickstart questinos into a How to Help FAQ.
>
>   Revision  ChangesPath
>   1.12  +9 -8  jakarta-struts/doc/userGuide/installation.xml
>
>   Index: installation.xml
>   ===
>   RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
>   retrieving revision 1.11
>   retrieving revision 1.12
>   diff -u -r1.11 -r1.12
>   --- installation.xml10 Oct 2002 22:54:13 -  1.11
>   +++ installation.xml12 Oct 2002 16:51:40 -  1.12
>   @@ -94,7 +94,7 @@
>  Lang (Version 1.0 or later)
>  Logging (Version 1.02 or later)
>  Pool (Version 1.01 or later)
>   -  Validator (No official release, obtain current
>   +  Validator (No official release, obtain current
> href="http://jakarta.apache.org/builds/jakarta-commons/nightly/com
> mons-validator">Nightly Build
>)
>  
>   @@ -108,13 +108,13 @@
>  directory. However, if you wish to build Struts from
> source, you will
>  need to download and install the following packages:
>  
>   -  FileUpload (No official release, obtain current
>   +  FileUpload (No official release, obtain current
> href="http://jakarta.apache.org/builds/jakarta-commons/nightly/com
> mons-fileupload">Nightly Build
>)
>   -  Resources (No official release, obtain current
>   +  Resources (No official release, obtain current
> href="http://jakarta.apache.org/builds/jakarta-commons/nightly/com
> mons-resources">Nightly Build
>)
>   -  Services (No official release, obtain current
>   +  Services (No official release, obtain current
> href="http://jakarta.apache.org/builds/jakarta-commons/nightly/com
> mons-services">Nightly Build
>)
> 
>   @@ -127,9 +127,9 @@
>  Otherwise, download and install version 1.2 of Xalan from
>  http://xml.apache.org/xalan";>here.
>  
>   -
>   +
>  Cactus Testing - If you plan on testing
> the Struts applications
>   -  in this distribution, you must download and install version 1.3
>   +  in this distribution, you must download and install version 1.3
>  of the  href="http://jakarta.apache.org/cactus";>Cactus test framework.
>  This package is also recommended for use in developing your
>  own unit tests for your web applications based on Struts.
>   @@ -412,10 +412,11 @@
>
>  
>
>   -
>   +
>
>   -Next: Newbie FAQ
>   +Next: Newbie FAQ
>
>   +
>
>  
>
>
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-10-13 Thread husted

husted  2002/10/12 09:51:40

  Modified:doc/userGuide installation.xml
  Log:
  Break out some kickstart questinos into a How to Help FAQ.
  
  Revision  ChangesPath
  1.12  +9 -8  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- installation.xml  10 Oct 2002 22:54:13 -  1.11
  +++ installation.xml  12 Oct 2002 16:51:40 -  1.12
  @@ -94,7 +94,7 @@
 Lang (Version 1.0 or later)
 Logging (Version 1.02 or later)
 Pool (Version 1.01 or later)
  -  Validator (No official release, obtain current 
  +  Validator (No official release, obtain current
   http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-validator";>Nightly
 Build
   )
 
  @@ -108,13 +108,13 @@
 directory. However, if you wish to build Struts from source, you will
 need to download and install the following packages:
 
  -  FileUpload (No official release, obtain current 
  +  FileUpload (No official release, obtain current
   http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload";>Nightly
 Build
   )
  -  Resources (No official release, obtain current 
  +  Resources (No official release, obtain current
   http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-resources";>Nightly
 Build
   )
  -  Services (No official release, obtain current 
  +  Services (No official release, obtain current
   http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-services";>Nightly
 Build
   )

  @@ -127,9 +127,9 @@
 Otherwise, download and install version 1.2 of Xalan from
 http://xml.apache.org/xalan";>here.
 
  -  
  +
 Cactus Testing - If you plan on testing the Struts 
applications
  -  in this distribution, you must download and install version 1.3 
  +  in this distribution, you must download and install version 1.3
 of the http://jakarta.apache.org/cactus";>Cactus test framework.
 This package is also recommended for use in developing your
 own unit tests for your web applications based on Struts.
  @@ -412,10 +412,11 @@
   
 
   
  -
  +
   
  -Next: Newbie FAQ
  +Next: Newbie FAQ
   
  +
   
 
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-10-10 Thread rleland

rleland 2002/10/10 15:54:13

  Modified:doc/userGuide installation.xml
  Log:
  Mention the tiles and validator web examples.
  
  Revision  ChangesPath
  1.11  +25 -4 jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- installation.xml  10 Oct 2002 22:29:31 -  1.10
  +++ installation.xml  10 Oct 2002 22:54:13 -  1.11
  @@ -16,6 +16,7 @@
   Robert Hayden
   Stanley Santiago
   Wong Kok Kai
  +Rob Leland
   The Struts Framework Project - Installation (1.1)
 
   
  @@ -200,10 +201,12 @@
   is a quick example of uploading files using the Struts framework.
   
   webapps/struts-validator.war - This web application
  -is an example of using the validator framework, composed of
  -server-side and optional client-side framework.
  +is an example of using the validator framework, using both the
  +server-side and optional client-side validation.
   
  -
  +webapps/tiles-documentation.war - This web
  +application documents how to use tiles, and was developed using tiles.
  +
   
   To use Struts in your own application, you will need to follow
   these steps:
  @@ -349,8 +352,24 @@
   package JAR file from the Jakarta Commons project.
   commons-collections.jar - Pathname of the
   Collections package JAR file from the Jakarta Commons project.
  +commons-dbcp.jar - Pathname of the DBCP
  +package JAR file from the Jakarta Commons project.
   commons-digester.jar - Pathname of the
   Digester package JAR file from the Jakarta Commons project.
  +commons-fileupload.jar - Pathname of the
  +Fileupload package JAR file from the Jakarta Commons project.
  +commons-lang.jar - Pathname of the
  +Lang package JAR file from the Jakarta Commons project.
  +commons-logging.jar - Pathname of the
  +Logging package JAR file from the Jakarta Commons project.
  +commons-pool.jar - Pathname of the
  +Pool package JAR file from the Jakarta Commons project.
  +commons-resources.jar - Pathname of the
  +Resources package JAR file from the Jakarta Commons project.
  +commons-services.jar - Pathname of the
  +Services package JAR file from the Jakarta Commons project.
  +commons-validator.jar - Pathname of the
  +Validator package JAR file from the Jakarta Commons project.
   servletapi.home - Pathname to the directory of
   your binary distribution of the Servlet API classes.
   tomcat.home - Pathname to the directory of your
  @@ -361,7 +380,9 @@
   (required only if you wish to use the deploy.catalina
   target).
   
  -If you are a Struts developer with write access to the CVS repository,
  +
  +
  +   If you are a Struts developer with write access to the CVS repository,
   be sure that you do NOT check in a copy of the
   build.properties file, since it will be different for
   each individual developer.
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-10-10 Thread rleland

rleland 2002/10/10 15:29:32

  Modified:doc/userGuide installation.xml
  Log:
  Document the validator example and
  required commons library
  
  Revision  ChangesPath
  1.10  +9 -1  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- installation.xml  10 Oct 2002 22:20:02 -  1.9
  +++ installation.xml  10 Oct 2002 22:29:31 -  1.10
  @@ -93,6 +93,9 @@
 Lang (Version 1.0 or later)
 Logging (Version 1.02 or later)
 Pool (Version 1.01 or later)
  +  Validator (No official release, obtain current 
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-validator";>Nightly
 Build
  +)
 
 
   
  @@ -194,7 +197,12 @@
   webapps/struts-template.war - This web application
   both introduces and demonstrates the Struts template tags.
   webapps/struts-upload.war - This web application
  -is a quick example of uploading files using the Struts framework.
  +is a quick example of uploading files using the Struts framework.
  +
  +webapps/struts-validator.war - This web application
  +is an example of using the validator framework, composed of
  +server-side and optional client-side framework.
  +
   
   
   To use Struts in your own application, you will need to follow
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-10-10 Thread rleland

rleland 2002/10/10 15:20:02

  Modified:doc/userGuide installation.xml
  Log:
  Document currently required packages
  
  Revision  ChangesPath
  1.9   +41 -6 jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- installation.xml  10 Oct 2002 03:42:44 -  1.8
  +++ installation.xml  10 Oct 2002 22:20:02 -  1.9
  @@ -55,7 +55,7 @@
 Struts, below.
   
 Ant Build System - If you are building Struts from the
  -  source distribution, you must download and install version 1.5 (or later)
  +  source distribution, you must download and install version 1.5.1 (or later)
 of the http://jakarta.apache.org/ant";>Ant build system.
 This package is also strongly recommended for use in developing your
 own web applications based on Struts.
  @@ -85,17 +85,52 @@
 directory. However, if you wish to build Struts from source, you will
 need to download and install the following packages:
 
  -  Beanutils (Version 1.0 or later)
  -  Collections (Version 1.0 or later)
  -  Digester (Version 1.0 or later)
  -  
  +  Beanutils (Version 1.4.1 or later)
  +  Collections (Version 2.0 or later)
  +  DBCP (Version 1.0 or later)
  +  Digester (Version 1.3 or later)
  +  Discovery (Version 0.1 or later)
  +  Lang (Version 1.0 or later)
  +  Logging (Version 1.02 or later)
  +  Pool (Version 1.01 or later)
  +  
  +  
  +
  +  Jakarta Commons SandBox Packages - The current version of 
Struts utilizes several
  +  packages from the http://jakarta.apache.org/commons/index.html#The 
Sandbox">Jakarta
  +  Commons Sandbox Project. Before the final release of Struts 1.1 these 
packages
  +  will be migrated to the Jakarta Commons sections, and officially released. If 
you are utilizing a binary distribution of
  +  Struts, the corresponding JAR files are included in the lib
  +  directory. However, if you wish to build Struts from source, you will
  +  need to download and install the following packages:
  +  
  +  FileUpload (No official release, obtain current 
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload";>Nightly
 Build
  +)
  +  Resources (No official release, obtain current 
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-resources";>Nightly
 Build
  +)
  +  Services (No official release, obtain current 
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-services";>Nightly
 Build
  +)
  + 
  +  http://jakarta.apache.org/builds/jakarta-commons/nightly/
   
 Xalan XSLT Processor - If you are building Struts from
 the source distribution, you will need a version of Xalan to perform
 XSLT transformations. If you are using the JAXP/1.1 XML parser, you
 should use the version of xalan.jar shipped with it.
 Otherwise, download and install version 1.2 of Xalan from
  -  http://xml.apache.org/xalan";>here.
  +  http://xml.apache.org/xalan";>here.
  +  
  +  
  +  Cactus Testing - If you plan on testing the Struts 
applications
  +  in this distribution, you must download and install version 1.3 
  +  of the http://jakarta.apache.org/cactus";>Cactus test framework.
  +  This package is also recommended for use in developing your
  +  own unit tests for your web applications based on Struts.
  +  
  +
 
   
 
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-09-10 Thread martinc

martinc 2002/09/10 12:06:28

  Modified:doc/userGuide installation.xml
  Log:
  Update build requirements to specify Ant version 1.5, since we need that
  version to handle multiple Class-Path attributes in the manifest file.
  
  Revision  ChangesPath
  1.7   +1 -1  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- installation.xml  31 Aug 2002 13:15:02 -  1.6
  +++ installation.xml  10 Sep 2002 19:06:28 -  1.7
  @@ -55,7 +55,7 @@
 Struts, below.
   
 Ant Build System - If you are building Struts from the
  -  source distribution, you must download and install version 1.4 (or later)
  +  source distribution, you must download and install version 1.5 (or later)
 of the http://jakarta.apache.org/ant";>Ant build system.
 This package is also strongly recommended for use in developing your
 own web applications based on Struts.
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml release-notes-1.1-b2.xml

2002-08-13 Thread craigmcc

craigmcc2002/08/13 09:28:49

  Modified:doc  index.xml
   doc/userGuide installation.xml release-notes-1.1-b2.xml
  Log:
  Update home page links to the new "beta 2" release, and tweak a couple of
  typos.
  
  Revision  ChangesPath
  1.27  +7 -7  jakarta-struts/doc/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/index.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- index.xml 29 Jun 2002 18:19:16 -  1.26
  +++ index.xml 13 Aug 2002 16:28:48 -  1.27
  @@ -220,17 +220,17 @@
 
   
 
  -  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b1";>
  -  Struts 1.1 Beta 1 Binary Distribution
  -  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b1/lib";>
  -  Struts 1.1 Beta 1 Library Distribution
  -  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b1/src";>
  -  Struts 1.1 Beta 1 Source Code Distribution
  +  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b2";>
  +  Struts 1.1 Beta 2 Binary Distribution
  +  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b2/lib";>
  +  Struts 1.1 Beta 2 Library Distribution
  +  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b2/src";>
  +  Struts 1.1 Beta 2 Source Code Distribution
 
   
 
 Check the 
  -  http://jakarta.apache.org/struts/userGuide/release-notes-1.1-b1.html";>
  +  http://jakarta.apache.org/struts/userGuide/release-notes-1.1-b2.html";>
 Release Notes for a summary of the changes since the Struts 1.0.2 release.
 
   
  
  
  
  1.5   +1 -1  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- installation.xml  8 Jul 2002 00:55:49 -   1.4
  +++ installation.xml  13 Aug 2002 16:28:49 -  1.5
  @@ -29,7 +29,7 @@
 version 2.2 or later, and the JavaServer Pages (JSP) Specification,
 version 1.1 or later.  One popular choice is to download Apache's
 http://jakarta.apache.org/tomcat";>Tomcat (version 3.1
  -  or later required, version 3.2 or later recommended).
  +  or later required, version 3.3 or later recommended).
   
 XML Parser - Struts requires the presence of an XML
 parser that is compatible with the Java API for XML Parsing (JAXP)
  
  
  
  1.3   +1 -1  jakarta-struts/doc/userGuide/release-notes-1.1-b2.xml
  
  Index: release-notes-1.1-b2.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes-1.1-b2.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- release-notes-1.1-b2.xml  13 Aug 2002 04:32:09 -  1.2
  +++ release-notes-1.1-b2.xml  13 Aug 2002 16:28:49 -  1.3
  @@ -129,7 +129,7 @@
   of the Struts framework:
   
   Database Connection Pool Package
  -[http://jakarta.apache.org/commons/dbcp.html";>org.apache.commons.dbpc]
  +[http://jakarta.apache.org/commons/dbcp.html";>org.apache.commons.dbcp]
   FileUpload Package
   [http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/fileupload/";>org.apache.commons.fileupload]
   Logging Package
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-07-07 Thread craigmcc

craigmcc2002/07/07 17:55:49

  Modified:.STATUS
   doc/userGuide installation.xml
  Log:
  Update the installation page to document the security manager permission you
  will need to grant when running Struts 1.1 (and thus commons-beanutils) apps
  that have mapped properties in their form beans.
  
  Remove 7579, which has been resolved.
  
  Revision  ChangesPath
  1.9   +0 -1  jakarta-struts/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/jakarta-struts/STATUS,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- STATUS7 Jul 2002 23:46:27 -   1.8
  +++ STATUS8 Jul 2002 00:55:49 -   1.9
  @@ -44,7 +44,6 @@
   
   Unknown:
   ---
  - 7579 Tomcat 4.0.3 + struts fails with -security
   10380 DynaActionFormClass not serializable
   10501 Error running struts under JRun 3.1
   
  
  
  
  1.4   +17 -8 jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- installation.xml  9 Jun 2002 22:23:25 -   1.3
  +++ installation.xml  8 Jul 2002 00:55:49 -   1.4
  @@ -216,13 +216,7 @@
   commons-*.jar files (copied earlier) on the
   CLASSPATH that is submitted to the compiler.
   
  -  
  -
  -WARNING - Do NOT add
  -struts.jar to the classpath of your servlet container in an
  -attempt to avoid placing it in the /WEB-INF/lib directory of
  -each individual web app!  Doing so will cause problems with
  -ClassNotFoundException exceptions.
  +  
   
   For most containers, you need only to: 
   
  @@ -230,7 +224,22 @@
   containers webapps directory. 
 In some cases, you may need to restart your container if it is running.
   
  -Status of various containers
  +
  +Running Struts Applications Under A Security Manager
  +
  +Many application servers execute web applications under the control of a
  +Java security manager, with restricted permissions on what classes in the web
  +application can do.  If you utilize form beans with mapped properties, you may
  +encounter security exceptions unless you add the following permission to the
  +set of permissions granted to your Struts application's codebase:
  +
  +  permission java.lang.RuntimePermission "accessDeclaredMembers";
  +
  +
  +Consult the documentation on your application server for more information
  +about how to configure additional security manager permissions.
  +
  +Installing Struts on Various Containers
   
 Bluestone Universal Business Server - Additional 
   steps required.
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: