HiveMind 1.0 final release

2004-09-22 Thread Howard Lewis Ship
HiveMind 1.0 final release is now available.

HiveMind is a services and configurations microkernel, an
infrastructure for building any type of Java application. HiveMind
improves developer productivity by taking over the responsibility for
constructing, initializing and configuring services. HiveMind makes it
easy to build elegant, robust applications by combining simple,
testable services together.

HiveMind may be downloaded as a combined binary/source distribution
from the Apache mirrors:

http://jakarta.apache.org/site/binindex.cgi#hivemind-stable 

-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind
http://howardlewisship.com

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



RE: SVN of ECS Re: [Jakarta Wiki] Updated: JakartaBoardReport-September2004

2004-09-22 Thread Noel J. Bergman
Daniel F. Savarese wrote:
> If someone with appropriate access wants to do the load feel free.

Done.

--- Noel

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



Re: SVN of ECS Re: [Jakarta Wiki] Updated: JakartaBoardReport-September2004

2004-09-22 Thread Daniel F. Savarese

In message <[EMAIL PROTECTED]>, Henri Yandell writes:
>Well, do we know who would be the one to accept the offer?

I made a dump of jakarta-oro in ~dfs/pub/oro.svn.dump.  I can't do
  svnadmin load --parent-dir jakarta-oro /x1/svn/test < oro.svn.dump
because you need to be in the svnadmin group.  If someone with appropriate
access wants to do the load feel free.  I think it's better to move to
svn sooner rather than later.

daniel



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



RE: FYI: Author tags

2004-09-22 Thread Chris Lambrou
A slightly friendlier version would be to use character entity
references defined for HTML 3.2 (see
http://www.w3.org/TR/REC-html32#latin1). For example, for a lower case
'a' with an acute accent, instead of inserting 'á' into the javadoc
, simply insert 'á', which is both easier to remember and easier
to read in the source code.

This isn't ideal, especially for those of you with accented characters
in your names, but it does guarantee that your names won't be
accidentally corrupted if someone else submits a bugfix to one of your
source files and their IDE does something screwy with the character
encoding.

Chris

-Original Message-
From: Sam Ruby [mailto:[EMAIL PROTECTED] 
Sent: 22 September 2004 13:42
To: Jakarta General List
Subject: Re: FYI: Author tags


Just a guess, but I would suspect that the root cause for this
restriction is based on ISO-8859-1 being the default charset for HTML
documents.  If so, there is a simple technical solution to the problem:

   http://www.w3.org/TR/REC-html40/charset.html#h-5.3.1

Works with iso-8859-1.  Works with utf-8.  Works with ASCII.  Well
supported by all the current browsers.

- Sam Ruby

__
This email has been scanned by the MessageLabs Email Security System
- after being sent from Granta Design Ltd 
__

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



Re: FYI: Author tags

2004-09-22 Thread Sam Ruby
Geir Magnusson Jr. wrote:
On Sep 13, 2004, at 12:38 PM, Craig McClanahan wrote:
Recently, a new twist on @author tags came up, from a direction I
never would have expected.  It seems that the JDK 1.5 compiler whines
when you have non-ISO-8859-1 characters in Javadoc comments in your
source files.  Someone was kind enough to run a compile of a bunch of
open source projects with 1.5, to help identify projects that have
such sources.
It turns out that commons-beanutils has a few such occurrences --
because of non-ASCII characters in the authors's names in the @author
tags.
Guess we need to tell such people to change their names if they want
to be an @author :-).
Or tell Sun to fix their compiler...
Just a guess, but I would suspect that the root cause for this 
restriction is based on ISO-8859-1 being the default charset for HTML 
documents.  If so, there is a simple technical solution to the problem:

  http://www.w3.org/TR/REC-html40/charset.html#h-5.3.1
Works with iso-8859-1.  Works with utf-8.  Works with ASCII.  Well 
supported by all the current browsers.

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


Re: FYI: Author tags

2004-09-22 Thread Geir Magnusson Jr.
On Sep 13, 2004, at 12:38 PM, Craig McClanahan wrote:
Recently, a new twist on @author tags came up, from a direction I
never would have expected.  It seems that the JDK 1.5 compiler whines
when you have non-ISO-8859-1 characters in Javadoc comments in your
source files.  Someone was kind enough to run a compile of a bunch of
open source projects with 1.5, to help identify projects that have
such sources.
It turns out that commons-beanutils has a few such occurrences --
because of non-ASCII characters in the authors's names in the @author
tags.
Guess we need to tell such people to change their names if they want
to be an @author :-).
Or tell Sun to fix their compiler...
geir
--
Geir Magnusson Jr  +1-203-665-6437
[EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]