Re: [Proposal] Lowest Common Denominator From Paul Hammant (was Re: urban legend ...)

2003-08-05 Thread Niclas Hedhman
Berin wrote; > Paul Hammant wrote: >> >> At some risk, I'd like to reopen this then. Proposal : >> >> 1) We strive for a lowest common denominator (LCD) approach with >> embracing of multiple value-added implementation, which may end up >> divergent without that being considered a failure. Thus A

[jira] Assigned: (PNIX-32) Remote Deployment of Sars/Extensions

2003-08-05 Thread jira
Message: The following issue has been re-assigned. Assignee: (mailto:) - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=PNIX-32 Here is an overview of the issue: ---

[jira] Assigned: (PNIX-14) Convert to MetaClass for Generic MetaData access

2003-08-05 Thread jira
Message: The following issue has been re-assigned. Assignee: (mailto:) - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=PNIX-14 Here is an overview of the issue: ---

[jira] Assigned: (PNIX-32) Remote Deployment of Sars/Extensions

2003-08-05 Thread jira
Message: The following issue has been re-assigned. Assignee: (mailto:) - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=PNIX-32 Here is an overview of the issue: ---

Re: [not-RT] how to embed pico components inside an avalon container...

2003-08-05 Thread Paul Hammant
Leo, Very neat. Would you consider a donation to the Pico/Nano team (to be designated as PicoContainer or NanoContainer licenses) in additional to your offer to the Avalon community ? - Paul ...in 5 minutes, without needing pico. It is almost a shame I wrote this, because it means we might n

cvs commit: avalon-sandbox/csframework/src/test AttributesTestCase.cs

2003-08-05 Thread bloritsch
bloritsch2003/08/05 06:36:56 Modified:csframework/src/cs Attributes.cs csframework/src/test AttributesTestCase.cs Log: apply suggestion from Hammet to follow naming standards Revision ChangesPath 1.10 +6 -6 avalon-sandbox/csframework/src/cs/Attrib

Re: [Proposal] Last ditch effort for one Java codebase

2003-08-05 Thread Berin Loritsch
Berin Loritsch wrote: At this point I think it would be futile to start up a new effort and port features to a container framework. So, what is the next best thing? IMO, it is picking ONE of the three containers we have and we all work on that, evolving it as necessary. I don't really care whic

Re: [Apache Newsletter Draft] News from Apache Avalon Project in July, 2003

2003-08-05 Thread Tetsuya Kitahata
On Wed, 06 Aug 2003 04:36:03 +0200 (Subject: Re: [Apache Newsletter Draft] News from Apache Avalon Project in July, 2003) Stephen McConnell <[EMAIL PROTECTED]> wrote: > > Tetsuya: > > Are you looking for good news or bad news? I figure we could spin > something either way. > Just let us know -

[jira] Assigned: (PNIX-55) Improve Unit Tests and add Mocks

2003-08-05 Thread jira
Message: The following issue has been re-assigned. Assignee: (mailto:) - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=PNIX-55 Here is an overview of the issue: ---

[jira] Assigned: (PNIX-10) Break apart Environment.xml

2003-08-05 Thread jira
Message: The following issue has been re-assigned. Assignee: (mailto:) - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=PNIX-10 Here is an overview of the issue: ---

Re: [Avalon.NET] Attributes

2003-08-05 Thread Berin Loritsch
hammett wrote: I don't want to be a pain-in-the-ass but I was reviewing the CVS code and in the Attributes.cs I found a few attributes implementations. Just a note: attributes should be name (by convention) ClassNameAttribute. i.e. AvalonServiceAttribute. They can be used in two forms: [AvalonServi

Re: [Avalon.NET] AssemblyVersion

2003-08-05 Thread Berin Loritsch
hammett wrote: I forgot to comment this: AssemblyVersion("1.0.*") // This is a great bug from Visual Studio.Net Please change it to something like AssemblyVersion("1.0.0.0") and increment it *manually* when is the intent to release a new version/revision. For more info search for "AssemblyVersio

Re: [Avalon.NET] AssemblyVersion

2003-08-05 Thread Berin Loritsch
hammett wrote: Here is the patch (Is that correct to post it here?) Applied. Are you familiar with the "diff" utility? It is preferred to use that instead of having replacement files. If you don't have a diff utility by itself, you can use the cvs diff functionality like this: cvs -z3 diff -ub

Re: urban legend ...

2003-08-05 Thread Paul Hammant
The A/F is the LCD, but can slowly evolve to include such things as the dependency, configuration, assmebly and other issues. The direction of such evolution should be the result from the feedback from Merlin, Fortress, Phoenix, et al... +1 -1, having been in the thick of many years of Avalon de

Re: [Avalon.NET] AssemblyVersion

2003-08-05 Thread Berin Loritsch
hammett wrote: Here is the patch (Is that correct to post it here?) Yep. hammett - Original Message - From: "hammett" <[EMAIL PROTECTED]> To: "Avalon Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 10:13 AM Subject: Re: [Avalon.NET] AssemblyVersion I'll write it

Re: urban legend ...

2003-08-05 Thread Stephen McConnell
Berin Loritsch wrote: Stephen McConnell wrote: Paul Hammant wrote: Stephen, We had some steerage from outside the committer list of this project did we not? Yep - lots of steerage - bugger all contribution. But it kind of makes sense. If you go back and look at the context we wante

[GUMP] Build Failure - excalibur-meta-sourceresolve

2003-08-05 Thread Gump Integration Build
This email is autogenerated from the output from: Buildfile: build.xml Caught exception (org.apache.tools.ant.B

[GUMP] PRE-REQ FAILED for avalon-components

2003-08-05 Thread Gump Integration Build
ld/lib/excalibur-thread-20030805.jar from excalibur-thread - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Avalon.NET] AssemblyVersion

2003-08-05 Thread hammett
- Original Message - From: "Berin Loritsch" <[EMAIL PROTECTED]> > > Are you familiar with the "diff" utility? > > It is preferred to use that instead of having replacement files. Wops. Didn't know that. I'll use it from now. hammett

cvs commit: avalon-sandbox/cscontainer/src/cs AvalonComponentFactory.cs

2003-08-05 Thread bloritsch
bloritsch2003/08/05 07:26:49 Added: cscontainer/src/cs AvalonComponentFactory.cs Log: add start to component factory Revision ChangesPath 1.1 avalon-sandbox/cscontainer/src/cs/AvalonComponentFactory.cs Index: AvalonComponentFactory.cs ===

Re: urban legend ...

2003-08-05 Thread Stephen McConnell
Berin Loritsch wrote: Stephen McConnell wrote: Berin Loritsch wrote: .. where "we" is simply my perception of "us", "then" - if you known what I mean ... Actually no. What do you mean? Loosely translated it means that the association of "we" is in fact a mental projection of the

Re: [Avalon.NET] AssemblyVersion

2003-08-05 Thread hammett
I'll write it! Will be ready in a few seconds :-) hammett - Original Message - From: "Berin Loritsch" <[EMAIL PROTECTED]> To: "Avalon Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 10:11 AM Subject: Re: [Avalon.NET] AssemblyVersion > hammett wrote: > > > Alson I s

cvs commit: avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/impl FTPSource.java

2003-08-05 Thread crafterm
crafterm2003/08/05 04:44:51 Modified:sourceresolve/src/java/org/apache/excalibur/source/impl FTPSource.java Log: Applied patch from Unico Hommes <[EMAIL PROTECTED]>/myself to work around java bug 4255280 (skipping of input bytes when attempting to determine

Re: Merlin & OpenIM

2003-08-05 Thread Leo Simons
Stephen McConnell wrote: Personally I think Merlin should have had a release here in Avalon about a year ago. Maybe I should just post a vote and take it from there. you know the deal -- 1) propose a release roadmap 2) propose a release manager 3) release alphas (3 or so imo, but that's up