[all] M2 release fails with SVN error message

2009-07-14 Thread Siegfried Goeschl
Hi folks, anyone out there having an idea what to do with? It is a reproducible SVN problem but this is the only thing I know for the moment :-( Thanks in advance Siegfried Goeschl PS: Was using "mvn -Prc release:prepare" on commons-exec === START

Apache Commons & ApacheCon Europe 2014 ...

2014-04-17 Thread Siegfried Goeschl
Ate Douma about it and he in turn chatted with other guys so I think this idea is in general appreciated So the questions are * Is this idea appreciated? * Who would volunteer for presenting his/her Apache Commons component? Thanks in advance Siegfried Goeschl

Re: Apache Commons & ApacheCon Europe 2014

2014-04-18 Thread Siegfried Goeschl
Hi folks, so judging from the conversation we have volunteers for Apache Commons VFS :-) Reclaiming the message thread - who else would like to present his/her pet component? Thanks in advance Siegfried Goeschl On 17 Apr 2014, at 17:28, Schalk Cronjé wrote: > On 17/04/2014 23:45, M

Re: [jcs] jcache support?

2014-04-25 Thread Siegfried Goeschl
Hi folks, don't know the official view of things (current ASF Git support) but I use GitHub to work on refactoring since it allows broader contribution (only GitHub account is required) Cheers, Siegfried Goeschl On 25.04.14 09:28, Romain Manni-Bucau wrote: yep was the idea. promotin

Re: svn commit: r1590035 - /commons/proper/io/trunk/pom.xml

2014-04-25 Thread Siegfried Goeschl
For the records and not-soo-old-hands - http://www.apache.org/memorials/ Siegfried Goeschl On 25 Apr 2014, at 21:38, Phil Steitz wrote: > On 4/25/14, 12:14 PM, Oliver Heger wrote: >> >> Am 25.04.2014 16:11, schrieb brit...@apache.org: >>> Author: britter >>&g

Re: Apache Commons & ApacheCon Europe 2014 ...

2014-04-30 Thread Siegfried Goeschl
Hi folks, I collected the responses/feedback so far sorted according to the given committment Commons SCXML - Ate Douma - will present Commons Email - Siegfried Goeschl - will present Commons Math - Thomas Neidhart - likely to present (depending on personal plans) Commons Collections - Thomas

Re: Apache Commons & ApacheCon Europe 2014 ...

2014-05-02 Thread Siegfried Goeschl
ad if you have a large room). One option could for the presentation could be picking common problems and how they are solved with commons-lang * Variable expansion using StrSubstitutor * Dumping third-party objects using ReflectionToStringBuilder * StopWatch for mirco-benchmarks Cheers, Si

Re: [math] ApacheCon EU

2014-06-16 Thread Siegfried Goeschl
- Ate Douma - will present Commons Email - Siegfried Goeschl - will present Commons Math - Thomas Neidhart - likely to present (depending on personal plans) Commons Collections - Thomas Neidhart - likely to present (depending on personal plans) Commons JCS - Thomas Vandahl - would like to present

Re: [csv] release 1.0?

2014-06-16 Thread Siegfried Goeschl
Hi Gary, what are the JIRAs for the “corner issues”? Cheers, Siegfried Goeschl On 16 Jun 2014, at 17:00, Gary Gregory wrote: > Hi All, > > It seems we have been stuck for a while and that we are all busy. > > Should we pull the trigger and try to release 1.0? > > Or,

Re: [VOTE] Release Email 1.3.3 based on RC2

2014-07-08 Thread Siegfried Goeschl
+1 (non-binding) Cheers, Siegfried Goeschl On 05 Jul 2014, at 17:42, Thomas Neidhart wrote: > This is a vote to release Commons Email 1.3.3 based on RC2. > > Changes since RC1: > > * fix test execution with Java 8 > * fix javadoc generation with Java 8 > > > E

Re: [PROPOSAL] Setup up new sandbox component "Commons Text" with git as primary vcs (Was: Re: [sandbox] New sandbox component)

2014-11-07 Thread Siegfried Goeschl
+1 Cheers, Siegfried Goeschl > On 07 Nov 2014, at 09:47, Benedikt Ritter wrote: > > Hi all, > > as disucssed, we'd like to create a new component which is focused on > algorithms for string/text processing. > > We (= Bruno and I) would like to create this new co

Re: [VOTE] Release Commons Exec 1.1-RC1

2014-11-16 Thread Siegfried Goeschl
Hi Gary, I think there is a copy & pasta error mixing up Commons Exec & Commons CSV :-) Cheers, Siegfried Goeschl > On 17 Nov 2014, at 03:54, Gary Gregory wrote: > > Hello All: > > This is a VOTE to release Commons Exec 1.1-RC1 as 1.1. > > The Apache Commons

[OT] Java Image Processing Survival Guide - Re: [imaging] - Release Date and Production Suitability?

2014-11-18 Thread Siegfried Goeschl
n the scale of image processing you might experience a few of my problems and there are better things in life than tracing image conversion problems :-) Cheers, Siegfried Goeschl > On 18 Nov 2014, at 20:36, Mickley, Joshua R (Genworth) > wrote: > > Greetings All, > > I am

Re: [logging] Commons Logging 2.0?

2014-12-01 Thread Siegfried Goeschl
Hi Christian, one of those unlikely users of Avalon is the Turbine framework but I can lend a hand with AvalonLogger :-) Cheers, Siegfried Goeschl > On 01 Dec 2014, at 19:17, Christian Grobmeier wrote: > > On Mon, Dec 1, 2014, at 18:04, sebb wrote: >> On 1 December 2014 at 0

[exec] Anyone willing to discuss and/or review changes to commons-exec?

2007-11-28 Thread Siegfried Goeschl
mechanism to expand user arguments and environment variables for CommandLine, e.g. only pass in the file name of a document to be printed and avoiding building the command line within the application +) are there any other bug fixes and extensions around to be added if feasable Thanks in a

Re: [exec] Anyone willing to discuss and/or review changes to commons-exec?

2007-11-28 Thread Siegfried Goeschl
Hi Matt, this would help a lot - and you might be even familiar with bug fixes applied to the ANT code base after the fork Thanks in advance Siegfried Goeschl Matt Benson wrote: Hello, I am also an Ant committer and have at times been fairly familiar with this code prior to its being

[exec] how to proceed for a nearly dormant project

2008-01-02 Thread Siegfried Goeschl
rent poms - I'm currently using commons-sandbox-parent-3-SNAPSHOT which might not be good enough for a release considering the maven-release-plugin. Is there a non-SNAPSHOT parent pom or can a release be only done from a commons-proper project Thanks in advanc

Re: [exec] how to proceed for a nearly dormant project

2008-01-03 Thread Siegfried Goeschl
Hi Torsten, see my comments below Cheers, Siegfried Goeschl Torsten Curdt wrote: On 02.01.2008, at 19:57, Siegfried Goeschl wrote: Hi folks, I fixed a few things on commons-exec but I'm not sure how to proceed from here since I'm the last/only man standing. 1) I nearly finishe

Re: [all] releasing a nearly dormant project (was Re: [exec] how to proceed for a nearly dormant project)

2008-01-07 Thread Siegfried Goeschl
ertain quality +) setup a WIKI page +) write a tutorial When all of these things are done we should have a look at the promotion .... Cheers, Siegfried Goeschl Rahul Akolkar wrote: On 1/3/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: I would hate to see it promoted and then it go

[exec] How to support the various Logging APIs?!

2008-01-10 Thread Siegfried Goeschl
documentation how to attach the logging library of your choice Any comments Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [exec] How to support the various Logging APIs?!

2008-01-10 Thread Siegfried Goeschl
processLine(final String line, final int level) { log.debug(line); } } Cheers, Siegfried Goeschl sebb wrote: On 10/01/2008, Siegfried Goeschl <[EMAIL PROTECTED]> wrote: Hi folks, an interesting question for the newly founded commons-exec community - the original code from c

Re: [exec] How to support the various Logging APIs?!

2008-01-14 Thread Siegfried Goeschl
I'm just reading the documentation ... :-) Cheers, Siegfried Goeschl Thorbjørn Ravn Andersen wrote: Siegfried Goeschl skrev den 10-01-2008 13:41: I changed the code to use stdout/stderr per default to make commons-logging an optional dependency but the question remains - shou

Re: [exec] How to support the various Logging APIs?!

2008-01-14 Thread Siegfried Goeschl
ogger facade is a way to go but not terribly elegant (we call it "edelhack" in German) +) I'm not repeating all the other arguments here regarding logging frameworks but state that I have no favorite Cheers, Siegfried Goeschl Luc Maisonobe wrote: Siegfried Goeschl wrote: B

Re: [exec] How to support the various Logging APIs?!

2008-01-14 Thread Siegfried Goeschl
proposed in the code) is obfuscation Cheers, Siegfried Goeschl [EMAIL PROTECTED] wrote: Siegfried Goeschl <[EMAIL PROTECTED]> wrote: On the downside the current implementation silently drops so many exceptions that I feel a bit uncomfortable about it (or to state it more clearly I would

Re: [PROPOSAL] monitoring

2008-01-24 Thread Siegfried Goeschl
rotranslate the code (sorry for my ignorance)? +) regarding JAMon - I asked the author to move JAMon to Apache but he politely refused - too much overhead Cheers, Siegfried Goeschl nicolas de loof wrote: Looking a lottle bit more at commons-performance, this component is more a tool ded

[fulcrum] Moving to M2

2008-02-01 Thread Siegfried Goeschl
big thanks for the guys. I made a few changes I will discuss later on on [EMAIL PROTECTED] ... Cheers, Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [fulcrum] Moving to M2

2008-02-01 Thread Siegfried Goeschl
Hi Simon, these are interesting new - I have a look at it. I personally thing that a proper SVN report is a must have since it simplifies reviewing of code changes (I guess I might be overly formal here) Cheers, Siegfried Goeschl Simon Kitching wrote: Hi Siegfried, Siegfried Goeschl

Re: [monitoring] timing precision : ms or ns ?

2008-02-01 Thread Siegfried Goeschl
monitor +) retrotranslator will fail badly since System.nanotime() was introduced with Java 1.5 Maybe the decision can be deferred until creating a monitor - the user decides whether to use ms or ns? Cheers, Siegfried Goeschl nicolas de loof wrote: Hello, For commons-monitoring my first intent

Re: [monitoring] timing precision : ms or ns ?

2008-02-01 Thread Siegfried Goeschl
Hi Nicolas, if I either find the test code (or you commit it) I can tell you on Mac OS X :-) Siegfried Goeschl nicolas de loof wrote: on java < 5 backport-util-concurrent is required to provide System.nanotime() I've no idea of the result of such a bench on other JVM / archi

Re: [all] ApacheCon EU 2008 - April 7 - 11

2008-02-21 Thread Siegfried Goeschl
Hi Niall, not sure if I'm part of the gang but I will be there from Sunday to Friday ... :-) Siegfried Goeschl Niall Pemberton wrote: Anyone planning to be at ApacheCon EU 2008? I'm going to be there - perhaps we could have an informal get together if there are a few of

Re: about sending several emails in a batch

2008-02-21 Thread Siegfried Goeschl
me sort of transport layer based on interfaces would be nice Cheers, Siegfried Goeschl zheng hao wrote: hi all Commons Email dev, I found when i want to send several emails in one connection, Commons Email doesn't help. It connects to the SMTP server per email, and it spends more ti

Re: about sending several emails in a batch

2008-02-24 Thread Siegfried Goeschl
(); return this.sendMimeMessage(); } * Siegfried Goeschl zheng hao wrote: hi, 1). yes, it will resemble the javamail api to a great extent. but we can provide more convenient methods than the api. 2). I am not clear what do you mean by ' a Email can send itself'? could you provide some ki

Re: [all] ApacheCon EU 2008 - April 7 - 11

2008-03-25 Thread Siegfried Goeschl
Still lurking around on the mailing list ... ;-) Siegfried Goeschl Rahul Akolkar wrote: On 3/22/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: On Fri, Feb 22, 2008 at 7:16 AM, Siegfried Goeschl <[EMAIL PROTECTED]> wrote: > Hi Niall, > > not sure if I'm part

Re: [all] ApacheCon FFT, Commons Sandbox

2008-04-07 Thread Siegfried Goeschl
Hi Rahul, I can give a quick teaser about using commons-exec see http://commons.apache.org/sandbox/exec/tutorial.html Cheers, Siegfried Goeschl Rahul Akolkar wrote: Given the CFP for FFT talks, I've proposed one for the Commons Sandbox. I have no idea if it will be accepted. However,

Re: svn commit: r645416 - in /commons/sandbox/exec/trunk: build.xml src/site/apt/tutorial.apt src/test/bin/ src/test/bin/testme.sh src/test/java/org/apache/commons/exec/DefaultExecutorTest.java src/te

2008-04-07 Thread Siegfried Goeschl
Considering the swiftness of your response - can you be found at ApacheCon? Siegfried Goeschl sebb wrote: On 07/04/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: sgoeschl Date: Mon Apr 7 01:59:39 2008 New Revision: 645416 URL: http://svn.apache.org/viewvc?rev=64541

Looking at commons-parent-9.pom

2008-04-08 Thread Siegfried Goeschl
lugin = What is it exactly doing? Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EXEC] Help needed for regression testing ...

2008-04-09 Thread Siegfried Goeschl
JAVA_HOME defined as environment variable to pick up your Java installation to be used +) It runs all regression tests without requiring to have ANT or Maven installed +) Send a quick feedback about the test result and the OS/JVM being used so I can update the website Thanks in advance Siegfried

Re: [EXEC] Help needed for regression testing ...

2008-04-09 Thread Siegfried Goeschl
Hi Simone, thanks a lot for your effort - considering the fact that I nearly killed Niall's box yesterday I'm happy that it runs smoothly on your box(es) Cheers, Siegfried Goeschl Simone Gianni wrote: Hi Siegfried, run on : - Linux Gentoo (2.6.22-mactel-r2 #1 SMP PREEMPT Thu No

Re: svn commit: r646842 - /commons/sandbox/exec/trunk/src/test/scripts/forever.sh

2008-04-10 Thread Siegfried Goeschl
ensure that the file exists and is not empty +) would the statement would work on FreeBSD in general? Cheers, Siegfried Goeschl sebb wrote: On 10/04/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: sgoeschl Date: Thu Apr 10 08:22:17 2008 New Revision: 646842 URL

Re: [all][nabla] proposition for a new project in sandbox

2008-04-14 Thread Siegfried Goeschl
Are you talking about http://en.wikipedia.org/wiki/NAMBLA* :-O* James Carman wrote: On Mon, Apr 14, 2008 at 8:31 AM, Paul Libbrecht <[EMAIL PROTECTED]> wrote: Le 14 avr. 08 à 12:52, James Carman a écrit : Also, the name "nabla" would suggest that the component is designed for

Re: [Exec] Change needed to Executor interface

2008-04-17 Thread Siegfried Goeschl
Hi sebb, thanks for your input and I'm sorry for my late response - I will look at the stuff during the weekend Siegfried Goeschl sebb wrote: VMS testing has revealed that the DefaultExecutorTest class assumes that 0 = success, and 1 = failure. This is not the case for all OSes

[Monitoring] What are the plan regarding web frontend for Commons Monitoring ....

2008-04-18 Thread Siegfried Goeschl
implement the visualization using a plain-vanilla servlet and have more elegant implementation using JSP/Taglibs as an optional part? Using a servlet I can enable the web frontend by just updating the web.xml ... Cheers, Siegfried Goeschl

Re: [Monitoring] What are the plan regarding web frontend for Commons Monitoring ....

2008-04-18 Thread Siegfried Goeschl
Hi Nicolas, +) that sounds cool ... +) I have some code generating proper monitor names based on method invocations (see http://people.apache.org/~sgoeschl/presentations/jamon-20070717.pdf - "Example - Performance Monitor") - you might need this stuff ... :-) Cheers, Siegfri

Re: [Exec] Change needed to Executor interface

2008-04-20 Thread Siegfried Goeschl
Launher +) expose a Executor.isFailure(int) to be implemented in DefaultExecutor +) fix the regression tests Any opinions out there Siegfried Goeschl Matt Benson wrote: --- sebb <[EMAIL PROTECTED]> wrote: On 17/04/2008, Matt Benson <[EMAIL PROTECTED]> wrote:

[exec] Better OpenVMS testing support for sebb ....

2008-04-21 Thread Siegfried Goeschl
Hi Sebastian, under http://people.apache.org/~sgoeschl/download/commons-exec/ you will an improved version of the test distribution - it could/should pass most of the test on OpenVMS ;-) ... can you give it a run? Thanks in advance Siegfried Goeschl

Problems with Continuum VMBuild Server

2008-04-25 Thread Siegfried Goeschl
Hi folks, for a couple of days the Continuum VMBuild Server seems to have a problem related with SVN - it seems that I can't solve it locally - is there any one I can contact? Thanks in advance Siegfried Goeschl Continuum VMBuild Server wrote: Online report : http://vmbuild.apach

Re: Problems with Continuum VMBuild Server

2008-04-25 Thread Siegfried Goeschl
Used the wrong email account Siegfried Goeschl wrote: Hi folks, for a couple of days the Continuum VMBuild Server seems to have a problem related with SVN - it seems that I can't solve it locally - is there any one I can contact? Thanks in advance Siegfried Goeschl Continuum VM

Re: Problems with Continuum VMBuild Server

2008-04-25 Thread Siegfried Goeschl
Hi Brett, probably a stupid question - how do I do that? Siegfried Goeschl Brett Porter wrote: I've deleted the working copy so it should work next build. You should be able to do this yourself in future by changing the build definition to get a fresh copy temporarily. Cheers, Brett 2

Re: [Monitoring] manually test WebUI

2008-04-30 Thread Siegfried Goeschl
Hi folks, I assume that there is no single user of commons-monitoring out there - only brave and fearless developers :-) Cheers, Siegfried Goeschl Rahul Akolkar wrote: If this thread continues, can we please move it to the user list? Thanks. -Rahul On 4/28/08, nicolas de loof

[monitoring] Contributing TestMonitoringUI

2008-05-05 Thread Siegfried Goeschl
attached +) since she doesn't get any web report - can you help us to sort out the problem? Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [all] commons-build-plugin fails with maven 2.0.9

2008-05-16 Thread Siegfried Goeschl
Hi Niall, there were some rumors that maven-antrun-plugin is broken on maven 2.0.9 http://www.nabble.com/Can't-run-ant-task-in-maven-2.0.9-td17044271.html Cheers, Siegfried Goeschl Niall Pemberton wrote: Just a heads up that the commons-build-plugin seems to have problems with maven

Re: [exec] Better OpenVMS testing support for sebb ....

2008-05-25 Thread Siegfried Goeschl
Hi Sebastian, any news regarding VMS testing - I would like to cut a release but I'm not sure if it is completely broken or we just have issues running a few regression tests ... Cheers, Siegfried Goeschl sebb wrote: 2008/4/21 Siegfried Goeschl <[EMAIL PROTECTED]>: H

[exec] Proposal - Moving commons-exec from sandbox to proper

2008-06-13 Thread Siegfried Goeschl
maintaining the code Thanks in advance Siegfried Goeschl PS: I just uploaded the website but it will take a while to be available - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [exec] Proposal - Moving commons-exec from sandbox to proper

2008-06-13 Thread Siegfried Goeschl
Hi James, that was quick ... :-) +) any Solaris version would do +) the standalone tests suite is here : http://people.apache.org/~sgoeschl/download/commons-exec/ Cheers, Siegfried Goeschl James Carman wrote: What version of Solaris needs coverage? I just installed a copy of Solaris 10

Re: [exec] svn commit: r667505 - /commons/sandbox/exec/trunk/src/site/fml/faq.fml

2008-06-14 Thread Siegfried Goeschl
Hi Rahoul, not sure if I understand what you mean +) the underlying Ant code is mature +) commons-exec is currently used as various snapshot versions +) then users are aware that commons-exec is a sandbox project +) How would you like to see the statement? Siegfried Goeschl Rahul

Re: [exec] Proposal - Moving commons-exec from sandbox to proper

2008-06-17 Thread Siegfried Goeschl
addition to commons proper because it is hard to write such a component running on various OS/JVM installations ... Cheers, Siegfried Goeschl Niall Pemberton wrote: On Fri, Jun 13, 2008 at 2:46 PM, Siegfried Goeschl <[EMAIL PROTECTED]> wrote: Hi folks, according to http

Re: [exec] Proposal - Moving commons-exec from sandbox to proper

2008-06-17 Thread Siegfried Goeschl
Good idea ... Siegfried Goeschl James Carman wrote: For stuff like MapUtils and StringUtils, I'd probably place a comment in there that these are not intended to be part of the public API and could change without warning. On Fri, Jun 13, 2008 at 9:46 AM, Siegfried Goeschl <[EMAIL P

Re: [exec] Proposal - Moving commons-exec from sandbox to proper

2008-06-17 Thread Siegfried Goeschl
You will be the primary support for OpenVMS ... :-) Siegfried Goeschl sebb wrote: On 17/06/2008, Niklas Gustavsson <[EMAIL PROTECTED]> wrote: On Tue, Jun 17, 2008 at 2:13 PM, Siegfried Goeschl <[EMAIL PROTECTED]> wrote: +) I think that one or two commons developers

Re: [exec] Proposal - Moving commons-exec from sandbox to proper

2008-06-18 Thread Siegfried Goeschl
Hi Brett, which java version was being used so I can update the test matrix ... Thanks in advance Siegfried Goeschl Brett Porter wrote: My results: Time: 49.106 OK (55 tests) -bash-3.00$ uname -a SunOS maven.zones.apache.org 5.10 Generic_127128-11 i86pc i386 i86pc Thanks for all your

Re: [EXEC][POLL] Raising the Java platform from Java 8 to 11 EXEC-123

2024-10-17 Thread Siegfried Goeschl
+1 fo JDK 11 Thanks in advance, Siegfried Goeschl > On 17.10.2024, at 18:52, Gary Gregory wrote: > > Hi All: > > To support https://issues.apache.org/jira/browse/EXEC-123, it would be best > to raise the Java platform from Java 8 to 11. &g

Going Emeritus ...

2025-02-12 Thread Siegfried Goeschl
the very first ApacheCon, the various hackathons, my own humble presentations and the time with lovely, helpful, bright & enthusiastic colleagues & friends. Cheers, Siegfried Goeschl PS: This is the non-official email before sending the official “Member Emeritus Request” to the Apache Secretary :-)

Re: Going Emeritus ...

2025-03-02 Thread Siegfried Goeschl
come back as things evolve/change! > >> On Feb 13, 2025, at 8:06 AM, Thomas Vandahl wrote: >> >> Hi Siggi, >> >>> Am 12.02.2025 um 20:57 schrieb Siegfried Goeschl >>> : >>> >>> Hi folks, >>> >>> after long &

Re: Going Emeritus ...

2025-03-02 Thread Siegfried Goeschl
Hi Thomas, thanks for your kind words - as I always say: “All our software developers bring happiness - some by coming, some by leaving” :) Cheers, Sigi > On 13.02.2025, at 14:06, Thomas Vandahl wrote: > > Hi Siggi, > >> Am 12.02.2025 um 20:57 schrieb Siegfried Goesc

Re: Going Emeritus ...

2025-03-02 Thread Siegfried Goeschl
ecall I met you in Atlanta at a food-truck lunch. You showed me how > I should behave in what I was doing in some projects. I also recall > that you told me how Turbine got started. Lessons, priceless. > > Thank you very much! > > Cheers, > > Woonsan > > On Thu, Fe

Re: Going Emeritus ...

2025-02-13 Thread Siegfried Goeschl
Yes Sent from my iPhone > On 13.02.2025, at 14:12, Thomas Vandahl wrote: > > Hi Siggi, > >> Am 12.02.2025 um 20:57 schrieb Siegfried Goeschl >> : >> >> Hi folks, >> >> after long & careful consideration I decided to become an emeritus

<    1   2   3