Re: Multilingual Hello World?

2003-03-23 Thread Leif Mortenson
This is what is usually output by Hello World programs in Japanese: ?! (Konichiwa!) The file encoding will matter, so here is the same thing as a unicode string: \u3053\u3093\u306b\u3061\u306f\uff01 Cheers, Leif Peter Donald wrote: Hi, I am writing up some example apps - the good ole hello

cvs commit: avalon-excalibur/i18n/src/java/org/apache/avalon/excalibur/i18n Resources.java

2003-03-23 Thread donaldp
donaldp 2003/03/23 23:07:32 Modified:i18n/src/java/org/apache/avalon/excalibur/i18n Resources.java Log: Put null checks prior to assignments Revision ChangesPath 1.20 +3 -5 avalon-excalibur/i18n/src/java/org/apache/avalon/excalibur/i18n/

Multilingual Hello World?

2003-03-23 Thread Peter Donald
Hi, I am writing up some example apps - the good ole hello world. And want to know what "Hello World" translates to in different languages for i18n example. Any one want to volunteer some non-english translations ? :) -- Cheers, Peter Donald *--

Re: cvs commit: avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/handlerComponentFactory.java

2003-03-23 Thread david . gray
Reply In Line Berin Loritsch <[EMAIL PROTECTED]> on 20/03/2003 02:31:59 Please respond to "Avalon Developers List" <[EMAIL PROTECTED]> To:Avalon Developers List <[EMAIL PROTECTED]> cc: Subject:Re: cvs commit: avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl

cvs commit: avalon/src/java/org/apache/avalon/framework/container ContainerUtil.java

2003-03-23 Thread donaldp
donaldp 2003/03/23 22:15:49 Modified:src/java/org/apache/avalon/framework/container ContainerUtil.java Log: Add in utility method to Execute object Revision ChangesPath 1.14 +18 -1 avalon/src/java/org/apache/avalon/framework/container/Con

Re: [OT] Sound familiar?

2003-03-23 Thread Paul Hammant
http://www.dilbert.com/comics/dilbert/archive/dilbert-20030321.html Not as good as the four or so XP series a couple of months ago... -ph - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: todo list

2003-03-23 Thread Niclas Hedhman
On Thursday 20 March 2003 20:02, Stefano Mazzocchi wrote: > Niclas Hedhman wrote: > > Today I CAN take the code and do something else with it, without > > consulting Apache, I can spawn it, make it commercial, practically > > anything except leveraging on the Apache name. > > What more can I do IF

[OT] Sound familiar?

2003-03-23 Thread Peter Donald
http://www.dilbert.com/comics/dilbert/archive/dilbert-20030321.html -- Cheers, Peter Donald Beer is proof that God loves us and wants us to be happy. -- Benjamin Franklin

Re: Phoenix 4.0.4 beta and new upload of demo sar files

2003-03-23 Thread Peter Donald
On Mon, 24 Mar 2003 11:09, Paul Hammant wrote: > Folks, > > http://cvs.apache.org/~hammant/ > > The latest Phoenix 4.0.4 beta release and updated demo SAR files for > Phoenix are available from the above link. Question: Do you want me to backport changes to default ClassLoader setup that I did

Phoenix 4.0.4 beta and new upload of demo sar files

2003-03-23 Thread Paul Hammant
Folks, http://cvs.apache.org/~hammant/ The latest Phoenix 4.0.4 beta release and updated demo SAR files for Phoenix are available from the above link. Regards, - Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [Vote] Phoenix 4.0.4 release

2003-03-23 Thread Paul Hammant
Ulrich, I just downloaded it and it worked. You need to save as, for example, "foo.gz" and then "gunzip foo.gz". The problem is the webserver is misconfigured and supplies the wrong MIME type, but if you "save as..." it works. That worked for me. I've partially applied it though. Reason? Docs

cvs commit: avalon-apps/demo build.xml

2003-03-23 Thread hammant
hammant 2003/03/23 15:59:03 Modified:demo build.xml Log: no libs for demo Revision ChangesPath 1.85 +0 -7 avalon-apps/demo/build.xml Index: build.xml === RCS file: /home/cvs/avalon-apps

cvs commit: avalon-phoenix/src/xdocs/stylesheets project.xml

2003-03-23 Thread hammant
hammant 2003/03/23 15:43:54 Modified:src/xdocs Tag: RELEASE_402-branch features.xml for-developers-a-future.xml for-developers-alternate-kernel.xml getting-started.xml src/xdocs/mx Tag: RELEASE_402-bra

Re: Projected Set of Components for Phase II

2003-03-23 Thread Peter Donald
On Mon, 24 Mar 2003 10:13, Leo Simons wrote: > Peter Donald wrote: > > On Sun, 23 Mar 2003 23:14, Leo Simons wrote: > >>>Compatibility > > > > not to mention the fact that the documentation got removed for no good > > reason. > > I put docs back in. See avalon.apache.org/excalibur/compatibility :D

Re: Projected Set of Components for Phase II

2003-03-23 Thread Leo Simons
Peter Donald wrote: On Sun, 23 Mar 2003 23:14, Leo Simons wrote: Compatibility not to mention the fact that the documentation got removed for no good reason. I put docs back in. See avalon.apache.org/excalibur/compatibility :D Would it not be best to just remove it altogether and point at spice

[jira] Updated: (PNIX-13) Hot Deploy causes shutdown

2003-03-23 Thread jira
The following issue has been updated: Updater: Peter Donald (mailto:[EMAIL PROTECTED]) Date: Sun, 23 Mar 2003 6:09 PM Changes: Component changed from to Deployer - For a full history of the issue, see

[jira] Updated: (PNIX-13) Hot Deploy causes shutdown

2003-03-23 Thread jira
The following issue has been updated: Updater: Peter Donald (mailto:[EMAIL PROTECTED]) Date: Sun, 23 Mar 2003 6:06 PM Changes: description changed from When the SAR is replaced the monitor kicks in and removes and re-adds the application. But if thats the only application

[jira] Created: (PNIX-13) Hot Deploy causes shutdown

2003-03-23 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=PNIX-13 Here is an overview of the issue:

Re: Projected Set of Components for Phase II

2003-03-23 Thread Peter Donald
On Sun, 23 Mar 2003 23:14, Leo Simons wrote: > > Compatibility > > Showstopper atm is the unit tests failures for CLI. Otherwise this looks > to be just-about good enough. I still think it is rather dumb to provide > only the single jar. not to mention the fact that the documentation got removed f

JNLP cornerstone block

2003-03-23 Thread Mauro Talevi
Peter Royal wrote: I'd like to remove Phyre, , from the avalon-apps CVS in accordance with the downsizing. I don't have any plans to develop this codebase any further (and seeing as how I was the only one that ever did any real work on it).

cvs commit: avalon-excalibur/monitor build.xml

2003-03-23 Thread leosimons
leosimons2003/03/23 04:24:35 Modified:monitor build.xml Log: make "main" target depend on "test". This will cause a GUMP failure. I intend to make these changes throughout avalon so that we are hit on the head if our unit tests fail. This is an experiment :D Revision Changes

Re: Projected Set of Components for Phase II

2003-03-23 Thread Leo Simons
Berin Loritsch wrote: > Please take the time to look at what needs to be done for these prior > to a release. I'd like to point out once more that the stuff we're doing is mostly better than excalibur-4.1. I'm all for release early, release often. I think Steve should start checking he is happy

cvs commit: avalon-excalibur/monitor build.xml default.properties

2003-03-23 Thread leosimons
leosimons2003/03/23 04:11:52 Modified:.depchecker.xml monitor build.xml default.properties Added: lib commons-collections-2.1.jar Log: make montor test target work Revision ChangesPath 1.49 +12 -4 avalon-excalibur/depchecker.x

cvs commit: avalon-excalibur/event default.properties

2003-03-23 Thread leosimons
leosimons2003/03/23 03:47:48 Modified:eventdefault.properties Log: make tests run Revision ChangesPath 1.37 +6 -6 avalon-excalibur/event/default.properties Index: default.properties ===

cvs commit: avalon-excalibur/compatibility/src/xdocs book.xml

2003-03-23 Thread leosimons
leosimons2003/03/23 03:20:18 Modified:compatibility/src/java/org/apache/avalon/excalibur/cli package.html compatibility/src/java/org/apache/avalon/excalibur/collections package.html compatibility/src/java/org/a

Excalibur Datasource

2003-03-23 Thread Leo Simons
can someone point me at or provide some code that utilizes Excalibur Datasource? The package needs some docs. Also, is there anyone who has used both datasource and DBCP (http://jakarta.apache.org/commons/dbcp/) who might be able to give a little comparison of the two? cheers! - Leo --

cvs commit: avalon-site/site/excalibur/compatibility/skin/images - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 03:01:52 avalon-site/site/excalibur/compatibility/skin/images - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-site/site/excalibur/compatibility/skin/css - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 03:01:47 avalon-site/site/excalibur/compatibility/skin/css - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-site/site/excalibur/compatibility/api/org/apache/avalon/excalibur/cli - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:59:56 avalon-site/site/excalibur/compatibility/api/org/apache/avalon/excalibur/cli - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: avalon-excalibur/thread/src/java/org/apache/excalibur/thread ThreadControl.java

2003-03-23 Thread Peter Donald
On Sun, 23 Mar 2003 20:49, Leo Simons wrote: > [EMAIL PROTECTED] wrote: > > Log: > > revert the changes to thread--to provide binary compatibility > > cheers! Does this fix things, pete? Looks like it will check it better when I can - about to go away for a week or two so may take a while to

cvs commit: avalon-site/site/excalibur/compatibility/api/org/apache/avalon/excalibur/collections - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:58:24 avalon-site/site/excalibur/compatibility/api/org/apache/avalon/excalibur/collections - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

cvs commit: avalon-site/site/excalibur/compatibility/api/org/apache/avalon/excalibur/concurrent - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:57:24 avalon-site/site/excalibur/compatibility/api/org/apache/avalon/excalibur/concurrent - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

cvs commit: avalon-site/site/excalibur/compatibility/api/org/apache/avalon/excalibur/io - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:56:00 avalon-site/site/excalibur/compatibility/api/org/apache/avalon/excalibur/io - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-site/site/excalibur/compatibility/api/org/apache/avalon/excalibur - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:55:55 avalon-site/site/excalibur/compatibility/api/org/apache/avalon/excalibur - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-site/site/excalibur/compatibility/api/org/apache/avalon - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:55:51 avalon-site/site/excalibur/compatibility/api/org/apache/avalon - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-site/site/excalibur/compatibility/api/org/apache - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:55:46 avalon-site/site/excalibur/compatibility/api/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-site/site/excalibur/compatibility/api/org - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:55:41 avalon-site/site/excalibur/compatibility/api/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-site/site/excalibur/compatibility/skin - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:53:28 avalon-site/site/excalibur/compatibility/skin - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-site/site/excalibur/compatibility/images - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:53:28 avalon-site/site/excalibur/compatibility/images - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-site/site/excalibur/compatibility/api - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:53:28 avalon-site/site/excalibur/compatibility/api - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-site/site/excalibur/compatibility - New directory

2003-03-23 Thread leosimons
leosimons2003/03/23 02:53:06 avalon-site/site/excalibur/compatibility - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: avalon-excalibur/thread/src/java/org/apache/excalibur/threadThreadControl.java

2003-03-23 Thread Leo Simons
[EMAIL PROTECTED] wrote: Log: revert the changes to thread--to provide binary compatibility cheers! Does this fix things, pete? + Copyright (C) @year@ The Apache Software Foundation. All rights reserved. A aa aa a aa ah! :D:D - LSD