Re: [Oorexx-devel] Question ad Suse packaging ... (Re: news on the build machine

2015-06-25 Thread Rony
Dear Erico, again, thank you very much for your help! Best regards ---rony Rony G. Flatscher (mobil/e) > Am 25.06.2015 um 22:45 schrieb Erico Mendonca : > > Hello Rony, > Glad to hear it was useful to you. If you need any further help, just ask > away. > > About y

Re: [Oorexx-devel] Question ad running destructor (method "uninit")

2015-08-02 Thread Rony
Rick, thank you very much for the quick response and clarification which helps a lot! Best regards ---rony Rony G. Flatscher (mobil/e) > Am 02.08.2015 um 01:17 schrieb Rick McGuire : > > There is only one memory heap and objects have no knowledge of which > interpreter instan

[Oorexx-devel] Talk on "dbusoorexx" at LinuxCon Europe 2015 today ...

2015-10-06 Thread Rony
ooRexx. The slides plus accompanying reading material can be found at: . ---rony Rony G. Flatscher (mobil/e)-- ___ Oorexx-devel mailing list Oorexx-devel@li

Re: [Oorexx-devel] [Announce] Welcome Erico Mendonca as a committer on the ooRexx project

2016-07-05 Thread Rony
+I ---rony Rony G. Flatscher (mobil/e) > Am 04.07.2016 um 19:33 schrieb Jon Wolfers : > > Erico has been working consistently on the build team for the project. > The Committers and the RexxLa have invited him to become a committer and I'm > very happy to say that he has a

Re: [Oorexx-devel] Running ooRexx without superuser power ... (Re: ooRexxUnit return codes

2016-07-05 Thread Rony
. Ad socket port number: doesn't the current code use another, free port, if there is a port clash and communicate the port to be used via that file? ---rony PS: Installation also could then allow for systemwide or user installation and deploy the respective rxapi. PPS: It would be just too

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-14 Thread Rony
Brandon, thank you very much! Have been on the road untl tomorrow, so it takes some time for to check it out! (It seems you still have commit rights! :) ) Best regards ---rony Rony G. Flatscher (mobil/e) > Am 13.07.2016 um 22:52 schrieb Brandon Cherry : > > Check it out the code

[Oorexx-devel] One more suggestion (Re: About adding JSON-support for ooRexx 5.0

2016-08-08 Thread Rony
results as the original version. Therefore I would suggest to use the newer code instead for the benifit of better legibility of the generated JSON files and flexibility with respect to a generalized usage of ordered and mapped collections. ---rony Rony G. Flatscher (mobil/e) > Am 08.08.2016 um

Re: [Oorexx-devel] Seeking a beta of 5.0.0 for MacOSX

2017-01-18 Thread Rony
Hi Erich, thank you very much for your hints! Indeed, having beta installation packages would be a boon, could probably help creating them (once I mastered Packages), should a need arise. Best regards, rony Rony G. Flatscher (mobil/e) > Am 18.01.2017 um 19:22 schrieb Erich Steinb

Re: [Oorexx-devel] Ad exception problem, a first stack trace

2017-02-20 Thread Rony
? ---rony Rony G. Flatscher (mobil/e) > Am 20.02.2017 um 19:12 schrieb Rick McGuire : > > > >> On Mon, Feb 20, 2017 at 12:30 PM, Rony G. Flatscher >> wrote: >> Thank you, went through the BSF4ooRexx source code (cc, Java) to check out >> the usage of a

Re: [Oorexx-devel] sourceforge down

2017-02-20 Thread Rony
] All of a sudden svn (update/ci) not working on projects > oorexx, bsf4oorexx, netrexx since 2017-02-26 !! :( > > Status: fixed > Created: Mon Feb 20, 2017 03:33 PM UTC by Rony G. Flatscher > Last Updated: Mon Feb 20, 2017 03:33 PM UTC > Owner: nobody > > Since last Saturday evening, Su

Re: [Oorexx-devel] Ad "Error 5: System resources exhausted."

2017-04-26 Thread Rony
Erich, thank you for this information! There is enough physical memory available on the machine. Is there a way to learn how much memory ooRexx is using? (Will look into this from the Java side as well.) ---rony Rony G. Flatscher (mobil/e) > Am 26.04.2017 um 21:01 schrieb Erich Steinb

Re: [Oorexx-devel] Ad "Error 5: System resources exhausted."

2017-04-26 Thread Rony
Erich, could it be that there is not enough stack space llocated? ---rony Rony G. Flatscher (mobil/e) > Am 26.04.2017 um 21:35 schrieb Rony : > > Erich, > > thank you for this information! There is enough physical memory available on > the machine. > > Is there

Re: [Oorexx-devel] Question ad application causing the crash

2017-05-10 Thread Rony
bugs/crashes, before adding any new functionalities to the interpreter? ---rony Rony G. Flatscher (mobil/e) > Am 10.05.2017 um 19:41 schrieb Rick McGuire : > > Sorry, I'm not interested in getting that involved with this again. I will > answer specific questions about how the

Re: [Oorexx-devel] Fwd: test on BSF

2017-08-08 Thread Rony
Dear P.O., thank you very much! The Mac data is always interesting (like getting stack traces for each thread), will be able to fetch the data tomorrow. Best regards ---rony Rony G. Flatscher (mobil/e) > Am 08.08.2017 um 17:48 schrieb P.O. Jonsson : > > Dear Rony, > > T

Re: [Oorexx-devel] How to get thread stack traces on Linux

2017-10-19 Thread Rony
Dear Erich, > Am 19.10.2017 um 19:02 schrieb Erich Steinböck : > > Rony, thanks. I've added a how-to-debug section to our Wiki at > https://sourceforge.net/p/oorexx/wiki great idea, thanks! One little remark: there is no linebrea,k between PATH=... and gdb! On Unix you

Re: [Oorexx-devel] Under what conditions is an "Error 98.905: Deadlock detected on a guarded method." raised ?

2017-11-13 Thread Rony
message on the GUI thread. In this case the AttachThread blocks. —rony Rony G. Flatscher (mobil/e) > Am 13.11.2017 um 15:28 schrieb Rony G. Flatscher : > > Sorry, that should have read "java.lang.Runnable" interface, which defines a > 'run' method that gets

Re: [Oorexx-devel] Might be out of touch for a while

2018-05-16 Thread Rony
> Am 16.05.2018 um 12:57 schrieb Erich Steinböck : > > Wish you and your neighbors the very best to recover from this, Rick .. +1 —-rony Rony G. Flatscher (mobil/e) > >> On Wed, May 16, 2018 at 12:38 PM, Rick McGuire wrote: >> A tornado touched down near me la

Re: [Oorexx-devel] Address With and variable references in 5.0.0

2018-07-27 Thread Rony
—-rony Rony G. Flatscher (mobil/e) > Am 27.07.2018 um 18:16 schrieb P.O. Jonsson : > > My first reply bounced so here is another try: > > Dear Rony, > > This is just to inform that I have successfully created a fresh build for > version 11467 of ooRexx for Mac and successf

Re: [Oorexx-devel] RexxQueue user-specific on Windows

2018-07-28 Thread Rony
Would installing the service under the user account help solve this particular problem (https://docs.microsoft.com/en-us/windows/desktop/ad/setting-up-a-serviceampaposs-user-account)? Or should the service option be removed? —-rony Rony G. Flatscher (mobil/e) > Am 26.07.2018 um 18:34 schr

Re: [Oorexx-devel] Address With and variable references in 5.0.0

2018-07-28 Thread Rony
r from Sourceforge <https://sourceforge.net/projects/regina-rexx/files/regina-documentation/3.9.1/regina.pdf/download>. ooRexx adds additional features, namely support for orderable collections, streams and monitors. You may get at samples studying the ooRexx ADDRESS testunit. HTH —-rony Rony

Re: [Oorexx-devel] Jenkins slave machines, Java Update

2018-09-01 Thread Rony
> > Am 01.09.2018 um 13:31 schrieb René Jansen : > > I don’t know about Bsf. Rony Just use the latest beta of BSF4ooRexx, it‘ll work with all Java versions up to the latest ones, having a baseline of Java 1.6/6. —-rony Rony G. Flatscher (mobil/e) >> On 1 Sep 2018, at 1

Re: [Oorexx-devel] Problems with bug-tracker mailing list

2018-09-30 Thread Rony
reporting the problem with the missing notification eMails, supplying the email headers of the last two notification eMails that I received. Will report back, if anything new develops. —-rony Rony G. Flatscher (mobil/e) Am 30.09.2018 um 21:51 schrieb Erich Steinböck : >> The settings at

Re: [Oorexx-devel] Question ad CMake and MacOS ("rxapi" related)

2018-11-25 Thread Rony
Thank you very much, will test it tomorrow when back at the office! One question: would it also be possible to use a different port in case it got taken, despite it being registered fir ooRexx? Cheers —-rony Rony G. Flatscher (mobil/e) > Am 25.11.2018 um 18:26 schrieb Enrico Sorichetti

Re: [Oorexx-devel] Question ad CMake and MacOS ("rxapi" related)

2018-11-25 Thread Rony
nes who perhaps lend their hand! Good luck and cheers —-rony Rony G. Flatscher (mobil/e)___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Question ad CMake and MacOS ("rxapi" related)

2018-11-25 Thread Rony
> Am 26.11.2018 um 00:06 schrieb Rick McGuire : > > The approach I am working on does not use ports at all. This should get > around a lot of the issues with the current setup. That would be really *great*! —-rony Rony G. Flatsc

Re: [Oorexx-devel] Question ad CMake and MacOS ("rxapi" related)

2018-11-25 Thread Rony
Sure, I can do that! (Sometimes it may be the case that it may take a day or two if I am pinned down in my day jpb. But as in the past I will try hard to help as quickly as possible to keep the ball rolling.) —-rony Rony G. Flatscher (mobil/e) _

Re: [Oorexx-devel] ooRexx auto-update

2018-12-09 Thread Rony
Hmm, how about ooRexx looking up Sourceforge or git or RexxLA once an hour, once a day, once a to see whether a new release is avalable and then giving some hint such that the user can initiate the update (download and update)? —-rony Rony G. Flatscher (mobil/e) > Am 09.12.2018 um 19

Re: [Oorexx-devel] CMakeList.txt with rexx.img moved to the lib-directory (Re: A ...

2019-01-10 Thread Rony
> Am 10.01.2019 um 23:09 schrieb Rick McGuire : > > Is this a combined patch with all of the changes you want to make? I've lost > track of the versions. Yes. ...cut... >> The CMakeList.txt file (and a patch of it) used for producing today's Linux >> and MacOS versions is attached (it includ

Re: [Oorexx-devel] [oorexx:code-0] New commit [r11653] by bigrixx

2019-01-14 Thread Rony
Am 14.01.2019 um 18:51 schrieb Erich Steinböck : >> cleaning the build directory with "rm -rf *" > Rony, I never remove the build directory. If I want to run a clean CMake, I > use `rm CMakeCache.txt` Very interesting, thank you ver

Re: [Oorexx-devel] Possible (and working) GUI options for Linux, Window, or MAC

2019-11-24 Thread Rony
. —-rony Rony G. Flatscher (mobil/e) > Am 22.11.2019 um 17:14 schrieb P.O. Jonsson : > >  > Dear Bill, > > IMO the obvious choice would be BSF4ooRexx which provides a bridge to Java > and its existing GUI tools. I believe it works for all Win/Mac/Linux > platforms. >

[Oorexx-devel] update-alternatives (Re: [Oorexx-svn] SF.net SVN: oorexx-code-0:[12051] main/trunk/platform/unix

2020-04-07 Thread Rony
community as a whole! —-rony Rony G. Flatscher (mobil/e) > Am 07.04.2020 um 08:33 schrieb P.O. Jonsson : > >  >>> Am 07.04.2020 um 01:40 schrieb Mark Hessling : >>> >>> The only "configuration" is when you want to switch between alternate Rexx >

Re: [Oorexx-devel] New rexxpg draft, request for proofreading (Re: rexxpg test rendering (Re: DocBook 4.5 tagging

2020-04-11 Thread Rony
hy would one mark up Rexx method name symbols thereby emphasizing them in the resulting typeset book, but none of the other Rexx symbols (instruction names etc) in the text, what is the reasoning? —-rony Rony G. Flatscher (mobil/e) >> Am 09.04.2020 um 19:46 schrieb Gil Barmwater : &g

[Oorexx-devel] Brief update on the upcoming BSF4Rexx 4.0...

2009-10-11 Thread rony
current installation scripts, hence no file-associations and icons yet, etc.)? Regards, ---rony --- cut here (output of running the BSF4Rexx test suite - E:\rony\dev\bsf\src\source_cc_40\testUnits>runBSF4Rexx_allTests.cmd Searching for test containers.. Executing aut

Re: [Oorexx-devel] Gamma-version of BSF4ooRexx available ...

2010-03-22 Thread rony
ks and they work for me! (The presentations themselves can be fetched from <http://wi.wu.ac.at/rgf/rexx/orx20/>.) Regards, ---rony > On 21 March 2010 22:22, Rony G. Flatscher > <mailto:rony.flatsc...@wu-wien.ac.at>> wrote: > > Hi there, > > toda

Re: [Oorexx-devel] Intercepting kill command

2012-12-18 Thread rony
ant to use it, then copy the routines "pp2" and "ppCondition2" to your test program and dump the condition object you receive. HTH ---rony --- test script to demo "ppCondition2()" - signal on any -- branch to ANY label in case of a cond

[Oorexx-devel] Announcing beta "20130106" for BSF4ooRexx (bridging ooRexx and Java)

2013-01-06 Thread rony
note that the Java documentation sites have plenty of interesting tutorials that demonstrate how to take advantage of the functionality of different kinds of Java classes.) Information, documentation for BSF4ooRexx and samp

[Oorexx-devel] Fwd: [RexxLA] 2013 International Rexx Symposium Announcement and CFP

2013-01-17 Thread rony
Original Message Subject:[RexxLA] 2013 International Rexx Symposium Announcement and CFP Date: Thu, 10 Jan 2013 22:06:13 +0100 From: René Jansen Reply-To: RexxLA Members mailing list To: RexxLA Members mailing list Dear RexxLa members, The Rexx Lang

Re: [Oorexx-devel] Mac: "Library not loaded: @rpath/librexx.4.dylib"

2021-03-18 Thread Rony
Bonsoir Jean-Louis, good to hear from you! Thank you very much for your hints and pointers! Will look into them tomorrow and see whether I can find a reason about this behaviour that has not been visible on other systems. If I can find a reason I will report it here. Best regards —-rony

[Oorexx-devel] Ad .local and/or monitor class

2022-07-06 Thread Rony
get explicitly terminated, did not double-check that today.) —-rony Rony G. Flatscher (mobil/e) ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Ad "portable" versions of ooRexx

2022-08-03 Thread Rony
. Personally am not able at this time to tackle this. Anyone who will lend a hand would be highly welcome! Would volunteer to test any possible tool/solution in this respect! —-rony Rony G. Flatscher (mobil/e) > Am 03.08.2022 um 18:40 schrieb Mike Cowlishaw : > >  > Sounds interest

Re: [Oorexx-devel] Ad "portable" versions of ooRexx

2022-08-03 Thread Rony
the same machine. —-rony Rony G. Flatscher (mobil/e) > Am 03.08.2022 um 19:21 schrieb Gilbert Barmwater : > >  > On Windows, one normally runs NMAKE to build ooRexx. Is that the case for > the portable version as well? I.e. after running CMAKE and NMAKE to do the > build,

Re: [Oorexx-devel] Jenkins update

2022-11-14 Thread Rony
Wow, great work, kudos!—-ronyRony G. Flatscher (mobil/e)Am 13.11.2022 um 23:47 schrieb P.O. Jonsson :We now have a Manjaro Linux client running on Raspberry Pi 3B+ (SoC Broadcom BCM2837B0  CPU ARM Cortex-A53). Build and test worked on the first try without errors. I only have to figure out how to

Re: [Oorexx-devel] Ad current release 5.0.0 work

2022-12-16 Thread Rony
in the past. The building works flawlessly so I assume there is > something wrong with the setting for the testing. I will report the outcome. Interesting! Best regards —-rony Rony G. Flatscher (mobil/e) ___ Oorexx-devel mailing list Oore

Re: [Oorexx-devel] Release of ooRexx 5

2022-12-23 Thread Rony
Super! +1 So we are good to send the announcement e-mail? —-rony Rony G. Flatscher (mobil/e) > Am 23.12.2022 um 21:04 schrieb ooRexx : > > Dear all, > > I have finally managed to finalise the work for the release. It is clear that > we should do it differently in the

Re: [Oorexx-devel] Release of ooRexx 5

2022-12-23 Thread Rony
se Am 23.12.2022 um 23:32 schrieb Rony <rony.flatsc...@wu.ac.at>:Super! +1So we are good to send the announcement e-mail?—-ronyRony G. Flatscher (mobil/e)Am 23.12.2022 um 21:04 schrieb ooRexx <oor...@jonases.se>:Dear all,I have finally managed to finalise the work for the release. I

[Oorexx-devel] Updated binary attributes

2022-12-23 Thread Rony
the 5.0.0 release version (my iPad caused Sourceforge to show the link to 4.1.0 before this change, so now it points to 5.0.0). —-rony Rony G. Flatscher (mobil/e)___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https

[Oorexx-devel] Ad oorexx-announcement list

2022-12-23 Thread Rony
Just received a rejection from the oorexx-announcement list. Can someone else try to send the announcement to that list please? —-rony Rony G. Flatscher (mobil/e) ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https

[Oorexx-devel] Thanks and the next steps …

2022-12-23 Thread Rony
everyone —-rony Rony G. Flatscher (mobil/e) ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Release of ooRexx 5

2022-12-28 Thread Rony
uess they are not so active over Christmas If anyone have copies of at least the latest version of the documentation for version 4 I would like to have a copy so I can upload it. If nothing else works I will rebuild it manually from source. Rony asked that no changes be made to the documentat

Re: [Oorexx-devel] Musings with tracing multithreaded ooRexx programs, mt91.rex: on two Rexx interpreter instances (RII)

2023-02-16 Thread Rony
mains untouched and the way it has been for the last 40 years. —- If you have alternative ideas about how one could come up with the same information for multithreaded ooRexx programs in a manner, that you see more user friendly and carries comparable expla

Re: [Oorexx-devel] Source Package

2023-07-22 Thread Rony
tried to build the package also on Linux but also that did not work.Since Rony have managed to build a relocatable package, could such an approach be made? I do not possess the knowledge of how CMake works so I am relying on help here.If nothing else helps I see so other possibility than creati

Re: [Oorexx-devel] Source Package

2023-07-22 Thread Rony
Hi P.O.,forgot DESTDIR, cf https://stackoverflow.com/questions/11307465/destdir-and-prefix-of-makeHence something like   make install DESTDIR=~/Applications/ooRexxHTH—-ronyRony G. Flatscher (mobil/e)Am 22.07.2023 um 11:39 schrieb Rony :Hi P.O.,being on the road not having access to a computer and

Re: [Oorexx-devel] Source Package

2023-07-22 Thread Rony
Dear P.O.,what is the resulting structure and what did you expect?Have you looked into the prefix switch in the explanation of the StackOverflow link?HTH—-ronyRony G. Flatscher (mobil/e)Am 22.07.2023 um 15:20 schrieb ooRexx :Dear Rony,This did not work (the path inside /Applications/ooRexx is

Re: [Oorexx-devel] Working with TraceObjects, maybe adding OBJECT, removing OBJECTID, and adding STACKFRAME?

2024-04-02 Thread Rony
entries OBJECT and SCOPE in TraceObject can be removed. Would there be any objections? Another question: offline I got the suggestion to change the NR entry in TraceObject to NUMBER. What do you think? —-rony Rony G. Flatscher (mobil/e) > Am 29.03.2024 um 15:44 schrieb Rony G. Flatsc

Re: [Oorexx-devel] Test groups that needs attention

2024-06-02 Thread Rony
Hi P.O.,these failures should be fixed with yesterday‘s changes to the two trace testgroups.Cheers—-ronyRony G. Flatscher (mobil/e)Am 01.06.2024 um 23:37 schrieb oorexx :I guess this is for Rony, if you did some changes to the test groups in the last days please have a look. It seems all Linux

[Oorexx-devel] [Fwd: 2009 REXX Symposium - Call for Papers/Presentations]

2009-03-15 Thread rony
organization. This year marks the 30th birthday of Rexx! ---rony Original Message Subject: 2009 REXX Symposium - Call for Papers Date: Fri, 06 Mar 2009 17:50:21 -0500 From: Frank Clarke Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com

[Oorexx-devel] Rexx Symposium Registration Now Open, CFP extended to March 25th: Please Register

2009-03-21 Thread rony
International Rexx Symposiae, meeting great people including the inventor of Rexx, Mike F. Cowlishaw, and people from all over the world known from mailing lists and their Rexx interpreters and Rexx programs, exchanging thoughts, great ideas and helping hands with each other! ---rony P.S.: Please spr

[Oorexx-devel] Symposium Program Now Online, Registration Open ...

2009-04-20 Thread rony
oon can be studied at: * http://www.rexxla.org/events/2009/announcement.html Hope to see you there! ---rony -- Stay on top of everything new and different, both inside and around Java (TM) technology - register b

[Oorexx-devel] New version of BSF4Rexx in beta ...

2009-04-20 Thread rony
Rexx and the ooRexx (macro) support for OpenOffice. (After having read the readme files installing is a matter of a few seconds, actually.) Regards, ---rony P.S.: Future enhancements to BSF4Rexx will be available for the new, upcoming ooRexx 4.0 only (as it will use the new OO-APIs) and will b

[Oorexx-devel] Please Register by Monday evening, if interested in attending this year's International Rexx Symposium !

2009-04-25 Thread rony
e, *please register by this coming Monday (April, 27th) evening (GMT)* at: * *http://www.rexxla.org/events/2009/registration.html* Regards, ---rony -- Crystal Reports - New Free Runtime and 30 Day Trial Check o

[Oorexx-devel] Questions ad RexxPackageEntry fields for 5.0

2014-10-20 Thread Rony G. Flatscher
existing package methods, if applicable, as package annotations else)? Should packageName be in uppercase (for being usable as a namespace) or will it be uppercased anyway in 5.0? ---rony -- Comprehensive Server

[Oorexx-devel] Question ad annotations ...

2014-10-20 Thread Rony G. Flatscher
methods even if they do not start with the string "test", and the like). How could one distinguish easily which symbols in annotations are field names and which ones are their values (assuming a long list of annotation fields) ? Would something like "fieldname[=value]" or "

[Oorexx-devel] Ad [] to call a routine

2014-10-20 Thread Rony G. Flatscher
bit counter intuitive. OTOH, if a new meaning is added to square brackets that can be generalized, new concepts, notions can be added to the imagination as well. So, the question, why, how could one perceive what square brackets do in what contexts. ---rony

[Oorexx-devel] Fwd: [RexxLA] Announcing updated "ooRexxDoc" ...

2015-01-20 Thread Rony G. Flatscher
Hi there, FYI. ad this year's International Rexx Symposium: please check out the information at <http://www.rexxla.org>. ---rony Forwarded Message Subject:[RexxLA] Announcing updated "ooRexxDoc" ... Date: Tue, 20 Jan 2015 19:05:31 +0100 From:

Re: [Oorexx-devel] Looking Forwards...

2015-04-16 Thread Rony G. Flatscher
r papers available on that particular and important Linux topic. [The latest version of dbusoorexx needs to be recompiled and repackaged (actually a new installer needs to be written and tested, which I hope to get time for at this weekend).] ---rony P.S.: For any potential ooRexx developer who

Re: [Oorexx-devel] Looking Forwards...

2015-04-19 Thread Rony G. Flatscher
not able to fully control my own data on social networks, I boycott them, visibly for my students as well. As a result, I cannot help you administrate these two groups, but hope that others, who are actively using FB or g+ will step up. Please keep your initiatives up and running! Best rega

Re: [Oorexx-devel] Looking Forwards...

2015-04-20 Thread Rony G. Flatscher
lp in administrating these groups. It would benefit the ooRexx project a lot over time, I am convinced, especially in drawing a younger crowed into the project and user base! Best regards, ---rony P.S.: We could engage in interesting discussions the next time we meet in person, hopefully at the up

[Oorexx-devel] New beta of BSF4ooRexx with full JSR-223 support ...

2015-05-12 Thread Rony G. Flatscher
engine, then please share your findings! As I am off for a few days, I only will become able to react upon questions starting next Monday. If you find bugs, please file them with the sourceforge bsf4oorexx tracker. ---rony -

Re: [Oorexx-devel] stem assignment

2015-05-25 Thread Rony G. Flatscher
as been discussed here quite a few times over the years over again (also on news:comp.lang.rexx). The ooRexx documentation explicitly documents this, cf. "Example 1.24 Stems" in ooRexx 4.2.0 rexxref.pdf. ---rony On 25.05.2015 17:10, Walter Pachl wrote: > I wa surprised to 

Re: [Oorexx-devel] Apple Mac

2015-05-26 Thread Rony G. Flatscher
Walter, you can get ooRexx 4.2.0 for MacOSX by downloading and installing BSF4ooRexx for MacOSX, which includes a build of ooRexx 4.2.0: <http://sourceforge.net/projects/bsf4oorexx/files/beta/20150512/ooRexx420_WithBSF4ooRexx451.20150512-x86_64-MacOSX-beta.pkg.dmg/download>. HTH, ---ro

Re: [Oorexx-devel] [OT] MYSQL

2015-06-04 Thread Rony G. Flatscher
ution space has become rather large and the pro and cons and the context are probably interesting for anyone. ---rony On 04.06.2015 20:02, Terry Fuller wrote: > I'll take this off list. Dan and Michael, if you'd like to be copied on > the traffic, let me know. > > On 20

[Oorexx-devel] Beta # 2: New beta of BSF4ooRexx with full JSR-223 support ...

2015-06-10 Thread Rony G. Flatscher
rformancewise as well. So, if you have a possibility to test multiple JSR-223 languages and compare them with the ooRexx scripting engine, then please share your findings! If you find bugs, please file them with the

[Oorexx-devel] Current rail-diagrams in ooRexx 5.0 docs wrong

2015-06-14 Thread Rony G. Flatscher
e the syntax rail-diagrams of the three, and I think you will see for yourself, why I suggest to go with Jean-Louis' solution for creating correct and still very nice looking syntax rail-diagrams for the project. ---rony --

Re: [Oorexx-devel] Current rail-diagrams in ooRexx 5.0 docs wrong

2015-06-14 Thread Rony G. Flatscher
Hi there, just saw that Erich committed an actual set of the PDF documentation at <https://sourceforge.net/projects/oorexx/files/oorexx-docs/5.0.0alpha/> a few moments ago where you can get from! ---rony On 14.06.2015 17:55, Rony G. Flatscher wrote: > The syntax rail-diagrams that

Re: [Oorexx-devel] Current rail-diagrams in ooRexx 5.0 docs wrong

2015-06-15 Thread Rony G. Flatscher
If you wish to use OpenOffice, you would have to use Apache OpenOffice and install BSF4ooRexx which makes ooRexx available as a scripting and macro language to Apache OpenOffice.) ---rony On 15.06.2015 10:46, Erich Steinböck wrote: > > However, the syntax diagrams for default value

Re: [Oorexx-devel] Current rail-diagrams in ooRexx 5.0 docs wrong

2015-06-15 Thread Rony G. Flatscher
Ahem, sorry, forgot the URL: <http://wi.wu.ac.at/rgf/diplomarbeiten/>. ---rony On 15.06.2015 13:34, Rony G. Flatscher wrote: > Maybe Jean-Louis Faucher can chime in and explain how he did the syntactical > correct svg diagrams. > > Also, there was a student of mine who worke

Re: [Oorexx-devel] Current rail-diagrams in ooRexx 5.0 docs wrong

2015-06-16 Thread Rony G. Flatscher
set up the environment for creating grammatically, nice looking svg graphics. ---rony P.S.: One remark ad renderings and correctness: in JLF's rendering the semi-colon could (should?) be defined to be the default value and optional. On 15.06.2015 15:06, Chip Davis wrote: > We all can ag

Re: [Oorexx-devel] Current rail-diagrams in ooRexx 5.0 docs wrong

2015-06-17 Thread Rony G. Flatscher
is corner, it would be necessary to first assess the current situation, where syntactically incorrect raildiagrams get created. Then we could discuss how to best move on to arrive at syntactically correct diagrams as efficiently as possible. So, the question would be, what Erich et.al. think about

[Oorexx-devel] Refresh for Linux 64-bit (Beta # 2: New beta of BSF4ooRexx with full JSR-223 support ...

2015-06-21 Thread Rony G. Flatscher
20150608/>. ---rony -- cut here (original Beta # 2 announcement) Hi there, at <https://sourceforge.net/projects/bsf4oorexx/files/beta/20150608/> you'll find a new beta version of BSF4ooRexx (an external function package to allow ooRexx access to Java, and Jav

[Oorexx-devel] Question ad Suse packaging ... (Re: news on the build machine

2015-06-23 Thread Rony G. Flatscher
o's) package manager to install, update and remove such a library. (Eventually doing the same for BSF4ooRexx would be another intent.) Would you have any pointers, hints? TIA, ---rony -- Monitor 25 network devices or

Re: [Oorexx-devel] Question ad Suse packaging ... (Re: news on the build machine

2015-06-25 Thread Rony G. Flatscher
) and if not installed have an automated installation of the prerequisite(s)? Again, thank you very much for your information! Cheers ---rony On 24.06.2015 06:22, Erico Mendonca wrote: > Hello Rony, > Sure, I can give you some pointers on RPM packaging. I've been doing that >

Re: [Oorexx-devel] ooRexx doc and builds

2015-06-25 Thread Rony G. Flatscher
he plist file, but I could be mistaken. Will forward you the MacOSX plist file I am using for the MacOSX BSF4ooRexx build, maybe it helps, in a separate e-mail. ---rony -- Monitor 25 network devices or servers for

[Oorexx-devel] Ad higher resolution image of the ooRexx logo (Re: ooRexx doc and builds

2015-06-28 Thread Rony G. Flatscher
On 25.06.2015 17:47, Rony G. Flatscher wrote: > On 25.06.2015 17:01, René Jansen wrote: >> The good news is, I can build the ooRexx documentation now in an automated >> way with Jenkins (with help from Jean-Louis, altough I decided to build on >> Linux in the end because

Re: [Oorexx-devel] Ad higher resolution image of the ooRexx logo (Re: ooRexx doc and builds

2015-06-29 Thread Rony G. Flatscher
ailman/message/23583921/>. ---rony P.S.: He also has designed mimetype-icons (in the form of documents that contain graphics to indicate that they are ooRexx program files), which could be used. On 28.06.2015 14:10, Jon Wolfers wrote: > Hi All, > > the 'original' logo was design

[Oorexx-devel] About a few problems...

2015-07-26 Thread Rony G. Flatscher
e thread <https://sourceforge.net/p/oorexx/bugs/1345/> The self-contained zip-archive is also available from <http://wi.wu.ac.at/rgf/rexx/tmp/201507_pvj/> in the case that are more Sourceforge problems fetching it (it is 1,8 MB in size). It is currently Windows centric (

Re: [Oorexx-devel] About a few problems...

2015-07-27 Thread Rony G. Flatscher
all three testgroup-Rexx programs to change the Rexx programs that get executed via JSR-223 such, that debugging them with a debugger might get easier. ---rony P.S.: Also created a new beta for BSF4ooRexx itself and uploaded it temporarily to <http://wi.wu.ac.at:8002/rgf/rexx/tmp/bsf4oorexx/

[Oorexx-devel] Question ad running destructor (method "uninit")

2015-08-01 Thread Rony G. Flatscher
t") method and destructor ("uninit") method. --- I guess my question boils down to: if the current behaviour is working as designed (it is not a bug), would it be possible/sensible to change it such, that destructor ("uninit") methods only get executed in the RII that cr

Re: [Oorexx-devel] Beta # 2: New beta of BSF4ooRexx with full JSR-223 support ...

2015-08-06 Thread Rony G. Flatscher
latest (this) beta version can be found: <https://sourceforge.net/projects/bsf4oorexx/files/beta/20150608/> ---rony On 10.06.2015 15:25, Rony G. Flatscher wrote: > Hi there, > > at <https://sourceforge.net/projects/bsf4oorexx/files/beta/20150608/> you'll >

[Oorexx-devel] The 20150812-beta drop of BSF4ooRexx with full JSR-223 support ...

2015-08-13 Thread Rony G. Flatscher
test (this) beta version can be found: <https://sourceforge.net/projects/bsf4oorexx/files/beta/20150608/> ---rony On 10.06.2015 15:25, Rony G. Flatscher wrote: > Hi there, > > at <https://sourceforge.net/projects/bsf4oorexx/files/beta/20150608/> you'll > find

[Oorexx-devel] The 20150825-beta drop of BSF4ooRexx with full JSR-223 support ...

2015-08-25 Thread Rony G. Flatscher
on, please download and test this version (install, reinstall, uninstall) and in case of any problems, please report them! Here is the URL where the latest (this) beta version can be found: <http://sourceforge.net/projects/bsf4oorexx/files/beta/20150608/BSF4ooRexx_install_v452-20150825-beta.zip/downl

[Oorexx-devel] nsis - build error with release version of 4.2.0

2015-09-15 Thread Rony G. Flatscher
4.096 Splash.dll 21.02.2009 21:46 7.680 StartMenu.dll 21.02.2009 21:4611.264 System.dll 21.02.2009 21:46 3.584 TypeLib.dll 21.02.2009 21:46 4.096 UserInfo.dll 21.02.2009 21:46 8.192 VPatch.dll ---rony ---

Re: [Oorexx-devel] nsis - build error with release version of 4.2.0

2015-09-15 Thread Rony G. Flatscher
ed plugins as well as the longStrings patch > needed for updating long > path environment variables. No, I was not using them, thenk you very much for pointing them out, will try to use them instead a

Re: [Oorexx-devel] nsis - build error with release version of 4.2.0

2015-09-15 Thread Rony G. Flatscher
sis_longStrings" directory and issuing "cacls * /T /G jeder:f" solved the problem by allowing everyone to access the files. (The English version would probably be "cacls * /T /G everyone:f".) ---rony On 15.09.2015 14:09, Rony G. Flatscher wrote: > On 15.09.2015 13:1

[Oorexx-devel] Regquest for support of an Android port of ooRexx ...

2015-09-28 Thread Rony G. Flatscher
le to run Rexx script with an installed ooRexx interpreter, making it possible to create packages with Rexx applications, if possible, etc.). Thanks for any support and help for that student in advance, ---rony P.S.: In case you are interested, you will find his seminar paper on: * 20

[Oorexx-devel] A little background ... (Re: Talk on "dbusoorexx" at LinuxCon Europe 2015 today ...

2015-10-09 Thread Rony G. Flatscher
or another. The LinuxCon EU presentation (slides) at http://wi.wu.ac.at/rgf/rexx/misc/lce2015/>> document the download link at the very end. ---rony P.S.: Of course, I also offer this package to the ooRexx developers to include it into the Linux distributions, it makes ooRexx much more pr

Re: [Oorexx-devel] appendAll, putAll, fill to return their receiving target as a result

2015-11-02 Thread Rony G. Flatscher
ethods to return the receiving object directly, as it would not be necessary in ooRexx at all. ---rony -- ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Recent 5.0.0 windows build (x86_32)

2015-11-18 Thread Rony G. Flatscher
n 4.2.1 GA). ---rony On 17.11.2015 23:52, Erich Steinböck wrote: > Rony, > > seems that |EDITBIN /SUBSYSTEM:CONSOLE,5.01 /OSVERSION:5.1| > should have been the correct incantation > > I've just uploaded editbin-patched 32- and 64-bit ooRexx builds (still at the > same SVN re

[Oorexx-devel] Oh, and it is FUN ! :) (Re: Recent 5.0.0 windows build (x86_32)

2015-11-18 Thread Rony G. Flatscher
NT This is really *fun* (and great) ! ---rony On 18.11.2015 18:52, Rony G. Flatscher wrote: > Erich, > > thank you very much for your efforts, it works (32 bit 5.0.0 alpha Nov 7th > 2015)! > > Ran "rexxcps.rex" from the ooRexx 4.2.1 samples directory successfully &g

[Oorexx-devel] Ad making .StringTable a drop-in replacement for .Directory

2015-11-18 Thread Rony G. Flatscher
rstood the explanations by Rick correctly). This way existing code would be able to get gradually enhanced by replacing .Directory objects by .StringTable objects (even in native code that might test whether an object is a .Directory). Would th

Re: [Oorexx-devel] Ad making .StringTable a drop-in replacement for .Directory

2015-11-22 Thread Rony G. Flatscher
On 20.11.2015 15:42, Gil Barmwater wrote: > On 11/18/2015 1:24 PM, Rony G. Flatscher wrote: >> Experimenting a bit > further with 5.0alpha looking into the new >> .StringTable which should supercede/replace the .Directory class as >> it is faster than .Directory (by

  1   2   3   4   5   6   7   8   9   10   >