Patch for jakarta-site2/.../whoweare.xml

2003-10-03 Thread otisg
Hello,

I'm a Jakarta PMC member and would like to add my email address
and a bit about me to jakarta-site2/xdocs/site/whoweare.xml. 
Unfortunately, I don't have the priviledges to commit my change,
so attached please find the patch.

I would appreciate it if somebody could apply this change on my
behalf.

Thank you,
Otis Gospodnetic



Get your own 800 number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Patch for jakarta-site2/.../whoweare.xml

2003-10-03 Thread otisg
Here it is and thank you.  Otis

---cut here---
Index: whoweare.xml
===
RCS file:
/home/cvspublic/jakarta-site2/xdocs/site/whoweare.xml,v
retrieving revision 1.96
diff -u -r1.96 whoweare.xml
--- whoweare.xml2 Oct 2003 08:55:48 -   1.96
+++ whoweare.xml3 Oct 2003 12:17:57 -
@@ -129,8 +129,10 @@
 Translation of Tomcat, works on apache/tomcat connectors and
SSL documentation.
 /p
 p
-bOtis Gospodnetic/b
+bOtis Gospodnetic/b (otis at apache.org)
 br/
+Otis has been an active member of the a
+href=http://jakarta.apache.org/lucene/;Lucene/a team since
2001.
 /p
 p
 bDiane Holt/b
---cut here--





Get your own 800 number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag


 On Fri, 03 Oct 2003, Tetsuya Kitahata ([EMAIL PROTECTED])
wrote:

 
 Okeydokey.
 
 Please write and put the patch *text* directly to
[EMAIL PROTECTED]
 (Attachment files with some extensions would be spripped off)
 
 I am willing to apply
 
 -- Tetsuya. ([EMAIL PROTECTED])
 
 On Fri, 3 Oct 2003 08:12:12 -0400
 (Subject: Patch for jakarta-site2/.../whoweare.xml)
 otisg  [EMAIL PROTECTED] wrote:
 
  Hello,
  
  I'm a Jakarta PMC member and would like to add my email
address
  and a bit about me to jakarta-site2/xdocs/site/whoweare.xml.

  Unfortunately, I don't have the priviledges to commit my
change,
  so attached please find the patch.
  
  I would appreciate it if somebody could apply this change on
my
  behalf.
  
  Thank you,
  Otis Gospodnetic
  
  
  
  Get your own 800 number
  Voicemail, fax, email, and a lot more
  http://www.ureach.com/reg/tag
 
 ---
 Tetsuya Kitahata --  Terra-International, Inc.
 E-mail: [EMAIL PROTECTED]  http://www.terra-intl.com/
 
 
 


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



cvs commit: jakarta-site2/xdocs/site whoweare.xml

2003-10-03 Thread tetsuya
tetsuya 2003/10/03 05:23:59

  Modified:docs/site whoweare.html
   xdocs/site whoweare.xml
  Log:
  Added Otis Gospodnetic (otis at apache.org)'s biography
  
  Revision  ChangesPath
  1.157 +3 -1  jakarta-site2/docs/site/whoweare.html
  
  Index: whoweare.html
  ===
  RCS file: /home/cvs/jakarta-site2/docs/site/whoweare.html,v
  retrieving revision 1.156
  retrieving revision 1.157
  diff -u -r1.156 -r1.157
  --- whoweare.html 2 Oct 2003 13:59:08 -   1.156
  +++ whoweare.html 3 Oct 2003 12:23:59 -   1.157
  @@ -312,8 +312,10 @@
   Translation of Tomcat, works on apache/tomcat connectors and SSL documentation.
   /p
   p
  -bOtis Gospodnetic/b
  +bOtis Gospodnetic/b (otis at apache.org)
   br /
  +Otis has been an active member of the a 
href=http://jakarta.apache.org/lucene/;Lucene/a team since
  +2001.
   /p
   p
   bDiane Holt/b
  
  
  
  1.97  +4 -1  jakarta-site2/xdocs/site/whoweare.xml
  
  Index: whoweare.xml
  ===
  RCS file: /home/cvs/jakarta-site2/xdocs/site/whoweare.xml,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- whoweare.xml  2 Oct 2003 08:55:48 -   1.96
  +++ whoweare.xml  3 Oct 2003 12:23:59 -   1.97
  @@ -129,8 +129,11 @@
   Translation of Tomcat, works on apache/tomcat connectors and SSL documentation.
   /p
   p
  -bOtis Gospodnetic/b
  +bOtis Gospodnetic/b (otis at apache.org)
   br/
  +Otis has been an active member of the a
  +href=http://jakarta.apache.org/lucene/;Lucene/a team since
  +2001.
   /p
   p
   bDiane Holt/b
  
  
  

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



MPl and ASL compatible?

2003-10-03 Thread Jeff Epstein
I'm having a lot of trouble deciding on which license I want for my
projects.  I want to be compatible with both GPL and the Apache Software
License, but I'm not sure this is possible.

I believe I want the Mozilla Public License (version 1.1).  Is this
compatible with the Apache Software License?

Thank you.

=
:' )

Jeffy
[EMAIL PROTECTED]
http://www.jeffyjeffy.com

[NOTE:  If you send an email to me, and it has the word Microsoft in
the from field, or Security in either the from or subject, then your 
message will be automatically trashed  :'  (]

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



Re: MPl and ASL compatible?

2003-10-03 Thread Henri Yandell

Depends what you mean by compatible.
[IANAL..]

BSD licence is a effectively a template licence. ASL is effectively the
Apache-instance of a BSD licence. Anything under an ASL licence is owned
by Apache.

BSD licences are compatible with GPL licences in that if a GPL licence
uses a BSD compnent, it does not damage the GPL licence. So I'd just go
with BSD.

Hen

On Fri, 3 Oct 2003, Jeff Epstein wrote:

 I'm having a lot of trouble deciding on which license I want for my
 projects.  I want to be compatible with both GPL and the Apache Software
 License, but I'm not sure this is possible.

 I believe I want the Mozilla Public License (version 1.1).  Is this
 compatible with the Apache Software License?

 Thank you.

 =
 :' )

 Jeffy
 [EMAIL PROTECTED]
 http://www.jeffyjeffy.com

 [NOTE:  If you send an email to me, and it has the word Microsoft in
 the from field, or Security in either the from or subject, then your
 message will be automatically trashed  :'  (]

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



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



Re: A free Java data analysis tool?

2003-10-03 Thread J.Pietschmann
Jordi Salvat i Alabart wrote:
Hi.

JMeter could make good symbiosis with a free Java data analysis tool. 
I've been searching a little, but not been able to find anything good.

Most relevant requirements are being able to read a set of numeric timed 
data sets and generate nice graphs and simple statistics from them.

Any pointers?

Hm. Statistics: jakarta-commons-math. Nice graphs: jFreeGraph or
whatever else you can grab from sourceforge (there are at least
3 mature projects).
Get the plumbing and UI is still work though. :-/
J.Pietschmann

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


RE: A free Java data analysis tool?

2003-10-03 Thread McDonald, Bruce
Well as long as you can generate the results from the tests as XML you can XSLT this 
to SVG and then render to images using batik.  Actually its trivial to implement this 
with Cocoon.  The only hard (but not complicated work) is the XSLT.

-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: Friday, October 03, 2003 3:39 PM
To: Jakarta General List
Subject: Re: A free Java data analysis tool?


Jordi Salvat i Alabart wrote:
 Hi.
 
 JMeter could make good symbiosis with a free Java data analysis tool. 
 I've been searching a little, but not been able to find anything good.
 
 Most relevant requirements are being able to read a set of numeric timed 
 data sets and generate nice graphs and simple statistics from them.
 
 Any pointers?
 
Hm. Statistics: jakarta-commons-math. Nice graphs: jFreeGraph or
whatever else you can grab from sourceforge (there are at least
3 mature projects).
Get the plumbing and UI is still work though. :-/

J.Pietschmann


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


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



RE: A free Java data analysis tool?

2003-10-03 Thread Laurence Moroney
Shameless self-plug coming up--

Check out this article on Devx that will show you how to chart any data
set as long as it is in reasonably well-structured XML.

http://archive.devx.com/xml/articles/moroney/default.asp

and this one if you want to use a treemap

http://www.devx.com/xml/Article/17361

Laurence

-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 03, 2003 3:39 PM
To: Jakarta General List

Jordi Salvat i Alabart wrote:
 Hi.
 
 JMeter could make good symbiosis with a free Java data analysis tool. 
 I've been searching a little, but not been able to find anything good.
 
 Most relevant requirements are being able to read a set of numeric
timed 
 data sets and generate nice graphs and simple statistics from them.
 
 Any pointers?
 
Hm. Statistics: jakarta-commons-math. Nice graphs: jFreeGraph or
whatever else you can grab from sourceforge (there are at least
3 mature projects).
Get the plumbing and UI is still work though. :-/

J.Pietschmann


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





-
Visit our Internet site at http://www.reuters.com

Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.


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



cvs commit: jakarta-site2/xdocs/site news.xml

2003-10-03 Thread tetsuya
tetsuya 2003/10/03 18:17:24

  Modified:docs index.html
   docs/site news.html
   xdocsindex.xml
   xdocs/site news.xml
  Log:
  30 September 2003 - Pluto is now available at Apache
  Congratulations, David Sean Taylor and Jakarta Jetspeed/Pluto developers!
  
  Revision  ChangesPath
  1.318 +1 -0  jakarta-site2/docs/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-site2/docs/index.html,v
  retrieving revision 1.317
  retrieving revision 1.318
  diff -u -r1.317 -r1.318
  --- index.html2 Oct 2003 13:59:07 -   1.317
  +++ index.html4 Oct 2003 01:17:24 -   1.318
  @@ -235,6 +235,7 @@
   blockquote
   h4a href=site/news.htmlJakarta Product 
news/a/h4
   ul
  +lia href=site/news.html#20030930.230 September 2003 - b 
Pluto is now available at Apache/b/a/li
   lia href=site/news.html#20030922.122 September 2003 - b 
Tomcat 5.0.12 Beta released/b/a/li
   lia href=site/news.html#20030907.107 September 2003 - b 
Tapestry 3.0-beta-3 released/b/a/li
   lia href=site/news.html#20030904.104 September 2003 - b 
Turbine 2.3 released/b/a/li
  
  
  
  1.369 +24 -1 jakarta-site2/docs/site/news.html
  
  Index: news.html
  ===
  RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
  retrieving revision 1.368
  retrieving revision 1.369
  diff -u -r1.368 -r1.369
  --- news.html 2 Oct 2003 22:16:42 -   1.368
  +++ news.html 4 Oct 2003 01:17:24 -   1.369
  @@ -190,7 +190,30 @@
 /td/tr
 trtd
   blockquote
  -a name=20030930.1
  +a name=20030930.2
  +h330 September 2003 - Pluto is now available at Apache/h3
  +/a
  +p
  +bPluto is now available at Apache!!!/b
  +/p
  +p
  +a href=http://jakarta.apache.org/pluto/;http://jakarta.apache.org/pluto//a
  +/p
  +p
  +a 
href=http://cvs.apache.org/viewcvs.cgi/jakarta-pluto/;http://cvs.apache.org/viewcvs.cgi/jakarta-pluto//a
  +/p
  +p
  +The a href=http://incubator.apache.org/;Apache Incubator/a provides an entry 
path to the 
  +Apache Software Foundation. Pluto has been accepted and is starting to make it's 
first steps along 
  +this path with the a href=http://jakarta.apache.org/;Apache Jakarta Project/a 
as the eventual destination. 
  +The source has now been entered into ASF repositories and the mailing lists are 
open for debate. 
  +More details can be found on the a href=http://jakarta.apache.org/pluto/;Pluto 
web site/a.
  +/p
  +p
  +For more information, see a href=http://jakarta.apache.org/jetspeed/;Jakarta 
Jetspeed Project/a website, as well.
  +/p
  +hr size=1 noshade=noshade /
  +a name=20030930.1
   h330 September 2003 - Jakarta POI featured on Devx/h3
   /a
   p
  
  
  
  1.258 +1 -0  jakarta-site2/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
  retrieving revision 1.257
  retrieving revision 1.258
  diff -u -r1.257 -r1.258
  --- index.xml 2 Oct 2003 13:59:11 -   1.257
  +++ index.xml 4 Oct 2003 01:17:24 -   1.258
  @@ -46,6 +46,7 @@
   section name=Headlines
   h4a href=site/news.htmlJakarta Product news/a/h4
   ul
  +lia href=site/news.html#20030930.230 September 2003 - b 
Pluto is now available at Apache/b/a/li
   lia href=site/news.html#20030922.122 September 2003 - b 
Tomcat 5.0.12 Beta released/b/a/li
   lia href=site/news.html#20030907.107 September 2003 - b 
Tapestry 3.0-beta-3 released/b/a/li
   lia href=site/news.html#20030904.104 September 2003 - b 
Turbine 2.3 released/b/a/li
  
  
  
  1.312 +25 -0 jakarta-site2/xdocs/site/news.xml
  
  Index: news.xml
  ===
  RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
  retrieving revision 1.311
  retrieving revision 1.312
  diff -u -r1.311 -r1.312
  --- news.xml  2 Oct 2003 22:16:43 -   1.311
  +++ news.xml  4 Oct 2003 01:17:24 -   1.312
  @@ -10,6 +10,31 @@
   body
   
   section name=News amp; Status
  +a name=20030930.2
  +h330 September 2003 - Pluto is now available at Apache/h3
  +/a
  +p
  +bPluto is now