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
 -  a href=http://java.sun.com/j2se;http://java.sun.com/j2se/a./li
 +  a href=http://java.sun.com/j2se;http://java.sun.com/j2se/a.
 +  To build Struts, Java 1.4.2 or later is recommended. /li
 

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]


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
   -  a
 href=http://java.sun.com/j2se;http://java.sun.com/j2se/a./li
   +  a
 href=http://java.sun.com/j2se;http://java.sun.com/j2se/a.
   +  To build Struts, Java 1.4.2 or later is recommended. /li
   
 
 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

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:   mailto:struts-dev-
[EMAIL PROTECTED]
For additional commands, e-mail: mailto:struts-dev-
[EMAIL PROTECTED]








--
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-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:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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:   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]




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:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



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:   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]




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:   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 @@
  liemLang/em (Version 1.0 or later)/li
  liemLogging/em (Version 1.02 or later)/li
  liemPool/em (Version 1.01 or later)/li
   -  liemValidator/em (No official release, obtain current
   +  liemValidator/em (No official release, obtain current
a
 href=http://jakarta.apache.org/builds/jakarta-commons/nightly/com
 mons-validatorNightly Build/a
)/li
  /ul
   @@ -108,13 +108,13 @@
  directory. However, if you wish to build Struts from
 source, you will
  need to download and install the following packages:
  ul
   -  liemFileUpload/em (No official release, obtain current
   +  liemFileUpload/em (No official release, obtain current
a
 href=http://jakarta.apache.org/builds/jakarta-commons/nightly/com
 mons-fileuploadNightly Build/a
)/li
   -  liemResources/em (No official release, obtain current
   +  liemResources/em (No official release, obtain current
a
 href=http://jakarta.apache.org/builds/jakarta-commons/nightly/com
 mons-resourcesNightly Build/a
)/li
   -  liemServices/em (No official release, obtain current
   +  liemServices/em (No official release, obtain current
a
 href=http://jakarta.apache.org/builds/jakarta-commons/nightly/com
 mons-servicesNightly Build/a
)/li
 /ul
   @@ -127,9 +127,9 @@
  Otherwise, download and install version 1.2 of Xalan from
  a href=http://xml.apache.org/xalan;here/a.
  /li
   -
   +
  listrongCactus Testing/strong - 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 a
 href=http://jakarta.apache.org/cactus;Cactus/a 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 @@

  /section

   -
   +section
p
   -Next: a href=../newbie.htmlNewbie FAQ/a
   +Next: a href=../newbie.htmlNewbie FAQ/a
/p
   +/section

  /chapter
/body




 --
 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]




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 @@
   liemLang/em (Version 1.0 or later)/li
   liemLogging/em (Version 1.02 or later)/li
   liemPool/em (Version 1.01 or later)/li
-  liemValidator/em (No official release, obtain current
+  liemValidator/em (No official release, obtain current
 a
  href=http://jakarta.apache.org/builds/jakarta-commons/nightly/com
  mons-validatorNightly Build/a
 )/li
   /ul
@@ -108,13 +108,13 @@
   directory. However, if you wish to build Struts from
  source, you will
   need to download and install the following packages:
   ul
-  liemFileUpload/em (No official release, obtain current
+  liemFileUpload/em (No official release, obtain current
 a
  href=http://jakarta.apache.org/builds/jakarta-commons/nightly/com
  mons-fileuploadNightly Build/a
 )/li
-  liemResources/em (No official release, obtain current
+  liemResources/em (No official release, obtain current
 a
  href=http://jakarta.apache.org/builds/jakarta-commons/nightly/com
  mons-resourcesNightly Build/a
 )/li
-  liemServices/em (No official release, obtain current
+  liemServices/em (No official release, obtain current
 a
  href=http://jakarta.apache.org/builds/jakarta-commons/nightly/com
  mons-servicesNightly Build/a
 )/li
  /ul
@@ -127,9 +127,9 @@
   Otherwise, download and install version 1.2 of Xalan from
   a href=http://xml.apache.org/xalan;here/a.
   /li
-
+
   listrongCactus Testing/strong - 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 a
  href=http://jakarta.apache.org/cactus;Cactus/a 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 @@
 
   /section
 
-
+section
 p
-Next: a href=../newbie.htmlNewbie FAQ/a
+Next: a href=../newbie.htmlNewbie FAQ/a
 /p
+/section
 
   /chapter
 /body
 
 
 
 
  --
  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]