Jakarta website news items links broken

2005-06-13 Thread Steven Caswell
Apologizes if this has already been reported.

The news links on the http://jakarta.apache.org/ are broken. They all
point to  /site/news/meatme-*

Thanks.
-- 
Steven Caswell
[EMAIL PROTECTED]

Take back the web - http://www.mozilla.org

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



Update Jakarta site with commons-lang 2.1 release news

2005-06-13 Thread Steven Caswell
Attached is the diff of the jakarta-site files containing the commons-lang 
2.1 release news and download changes. I sent this yesterday but another 
news release crept in before it was applied. Could someone please complete 
the step for updating the jakarta site.Index: docs/index.html

===

--- docs/index.html (revision 190379)

+++ docs/index.html (working copy)

@@ -20,7 +20,7 @@

 
 
 http://www.apachecon.com/2005/EU/";>
-http://apache.org/images/ac2005eu_135x50.gif"/>
+http://apache.org/images/ac2005eu_135x50.gif"; border="0" alt="Join 
ApacheCon in Stuttgart!"/>
 
 
 
@@ -193,6 +193,9 @@

 
 

+12 June 2005 - 
Commons-Lang 2.1 Released
+
+   
 12 June 2005 - 
Commons-Digester 1.7 Released
 

Index: docs/site/downloads/downloads_commons-lang.html

===

--- docs/site/downloads/downloads_commons-lang.html (revision 190379)

+++ docs/site/downloads/downloads_commons-lang.html (working copy)

@@ -18,7 +18,7 @@

 
 
 http://www.apachecon.com/2005/EU/";>
-http://apache.org/images/ac2005eu_135x50.gif"/>
+http://apache.org/images/ac2005eu_135x50.gif"; border="0" alt="Join 
ApacheCon in Stuttgart!"/>
 
 
 
@@ -215,20 +215,20 @@

 
 
 
-2.0.tar.gz
+2.1.tar.gz
 
 
-[http://www.apache.org/dist/jakarta/commons/lang/binaries/commons-lang-2.0.tar.gz.md5";>md5]
-[http://www.apache.org/dist/jakarta/commons/lang/binaries/commons-lang-2.0.tar.gz.asc";>pgp]
+[http://www.apache.org/dist/jakarta/commons/lang/binaries/commons-lang-2.1.tar.gz.md5";>md5]
+[http://www.apache.org/dist/jakarta/commons/lang/binaries/commons-lang-2.1.tar.gz.asc";>pgp]
 
 
 
 
-2.0.zip
+2.1.zip
 
 
-[http://www.apache.org/dist/jakarta/commons/lang/binaries/commons-lang-2.0.zip.md5";>md5]
-[http://www.apache.org/dist/jakarta/commons/lang/binaries/commons-lang-2.0.zip.asc";>pgp]
+[http://www.apache.org/dist/jakarta/commons/lang/binaries/commons-lang-2.1.zip.md5";>md5]
+[http://www.apache.org/dist/jakarta/commons/lang/binaries/commons-lang-2.1.zip.asc";>pgp]
 
 
 
@@ -240,20 +240,20 @@

 
 
 
-2.0.tar.gz
+2.1.tar.gz
 
 
-[http://www.apache.org/dist/jakarta/commons/lang/source/commons-lang-2.0-src.tar.gz.md5";>md5]
-[http://www.apache.org/dist/jakarta/commons/lang/source/commons-lang-2.0-src.tar.gz.asc";>pgp]
+[http://www.apache.org/dist/jakarta/commons/lang/source/commons-lang-2.1-src.tar.gz.md5";>md5]
+[http://www.apache.org/dist/jakarta/commons/lang/source/commons-lang-2.1-src.tar.gz.asc";>pgp]
 
 
 
 
-2.0.zip
+2.1.zip
 
 
-[http://www.apache.org/dist/jakarta/commons/lang/source/commons-lang-2.0-src.zip.md5";>md5]
-[http://www.apache.org/dist/jakarta/commons/lang/source/commons-lang-2.0-src.zip.asc";>pgp]
+[http://www.apache.org/dist/jakarta/commons/lang/source/commons-lang-2.1-src.zip.md5";>md5]
+[http://www.apache.org/dist/jakarta/commons/lang/source/commons-lang-2.1-src.zip.asc";>pgp]
 
 
 
Index: docs/site/news/news-2005-q2.html

===

--- docs/site/news/news-2005-q2.html(revision 190379)

+++ docs/site/news/news-2005-q2.html(working copy)

@@ -20,7 +20,7 @@

 
 
 http://www.apachecon.com/2005/EU/";>
-http://apache.org/images/ac2005eu_135x50.gif"/>
+http://apache.org/images/ac2005eu_135x50.gif"; border="0" alt="Join 
ApacheCon in Stuttgart!"/>
 
 
 
@@ -171,6 +171,32 @@

 
 
 
+
+12 June 2005 - Commons-Lang 2.1 released
+
+
+The Commons Lang team is pleased to announce the release of Commons Lang 2.1 
from the Apache Software Foundation. This release contains several new features 
and fixes, including:
+
+
+New package org.apache.commons.lang.mutable containing basic classes that 
hold an Object or primitive and provide both get and set methods;
+New DurationFormatUtils providing various methods for formatting 
durations;
+New CharEncoding containing definitions of constants for character 
encoding work;
+New CharUtils containing utilities for working with characters;
+Various new methods in ArrayUtils, BooleanUtils, ClassUtils, ObjectUtils, 
StringUtils, SystemUtils, Validate, WordUtils, EqualsBuilder, ExceptionUtils, 
NumberUtils, DateUtils, FastDateFormat, and StopWatch;
+New short prefix style for ToStringBuilder;
+More flags in ReflectionToStringBuilder to control the output with regards 
to statics;
+Renaming of the enum package to enums for JDK1.5 compliance;
+Various bug fixes and enhancements
+
+
+For more details see http://www.apache.org/dist/jakarta/commons/lang/RELEASE-NOTES.txt";>the 
release notes.
+
+
+http://jakarta.apache.org/site/downloads/downloads_commons-lang.cgi";>Download
 Lang
+
+
+
+
 
 12 June 2005 - Commons-Digester 1.7 released
 
Index: xdocs/index.xml

===

--- xdocs/index.xml (revision 190379)

+++ xdocs/index.xml (working copy)

@@ -31,6 +31,7 @@

 
 Latest Jakarta News
 
+   12 

Update Jakarta site with commons-lang 2.1 release news

2005-06-13 Thread Steven Caswell
Previously I sent a request for someone to update the jakarta site, but if 
someone will grant me karma I'll be happy to do it myself.


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



Re: Update Jakarta site with commons-lang 2.1 release news

2005-06-13 Thread Henri Yandell


Karma granted. I can do the patch a bit later though, been afk for the 
weekend with a family visit.


Hen

On Mon, 13 Jun 2005, Steven Caswell wrote:

Previously I sent a request for someone to update the jakarta site, but if 
someone will grant me karma I'll be happy to do it myself.


-
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: Update Jakarta site with commons-lang 2.1 release news

2005-06-13 Thread Steven Caswell
Henri,

Thanks. If you'd rather do the patch that is fine, but I don't mind
doing it either. Just let me know which you prefer.

On 6/13/05, Henri Yandell <[EMAIL PROTECTED]> wrote:
> 
> Karma granted. I can do the patch a bit later though, been afk for the
> weekend with a family visit.
> 
> Hen
> 
> On Mon, 13 Jun 2005, Steven Caswell wrote:
> 
> > Previously I sent a request for someone to update the jakarta site, but if
> > someone will grant me karma I'll be happy to do it myself.
> >
> > -
> > 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]
> 
> 


-- 
Steven Caswell
[EMAIL PROTECTED]

Take back the web - http://www.mozilla.org

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



Need JAR file with...

2005-06-13 Thread Bosko Popovic
...org.apache.jetspeed.security.spi.impl.LdapCredentialHandler class as well as 
all necessary prerequisite classes,
thanks Boli Popovic



-
Discover Yahoo!
 Have fun online with music videos, cool games, IM & more. Check it out!

Re: Need JAR file with...

2005-06-13 Thread robert burrell donkin
jetspeed has graduated to: http://portals.apache.org/

follow the instructions to download the jetspeed jars

- robert

On Mon, 2005-06-13 at 10:07 -0700, Bosko Popovic wrote:
> ...org.apache.jetspeed.security.spi.impl.LdapCredentialHandler class as well 
> as all necessary prerequisite classes,
> thanks Boli Popovic
> 
> 
>   
> -
> Discover Yahoo!
>  Have fun online with music videos, cool games, IM & more. Check it out!


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



Last Call For ApacheCon Europe 2005 Early Birds

2005-06-13 Thread robert burrell donkin
 Forwarded Message 
> ApacheCon Europe 2005 - Early Bird registration runs out June 17.
> 
> ApacheCon Europe 2005
> July 18-22, 2005
> Stuttgart, Germany
> 
> Only a few days to save money! By registering prior to June 17
> you can save more than 200 EUR! More pricing specials such as
> company team discounts and a 25% off for students are available
> as well.
> 
> ApacheCon Europe 2005 offers an immense program consisting of
> several half-day and full-day tutorials on July 18 and 19 and
> more than 70 sessions on July 20-22. With plenty of room for
> networking and peer discussions, attendees can meet ASF members
> and and participants during the ApacheCon Expo, evening events,
> Birds-of-a-Feather sessions and a number of informal social
> gatherings.
> 
> Among the highlights of ApacheCon Europe 2005 you can find a
> keynote presentation by Horst Zuse, son of Konrad Zuse, who is
> considered as the inventor of the first programmable computer.
> Horst Zuse will give a keynote presentation on the origins of
> the computer, leading through the history of computing.
> 
> All information on ApacheCon Europe 2005 and registration
> possibilities can be found at http://www.apachecon.com.
> 
> 
> Best Regards...
> -- 
> Lars Eilebrecht
> [EMAIL PROTECTED]




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