Re: [Oorexx-devel] release 5 wiki

2018-11-18 Thread P.O. Jonsson
Dear René, this seems to work, I just edited the page and could remove what I had written so good for now. The steps for how to build your own installation would fit better in https://sourceforge.net/p/oorexx/wiki/how-to-build-oorexx/

Re: [Oorexx-devel] release 5 wiki

2018-11-18 Thread René Jansen
Hi P.O., it took some time, but I added you as a ‘member’ of the project; you are the first in this category. The intention is that you can edit the wiki’s; please let me know if otherwise. best regards, René. > On 16 Nov 2018, at 14:38, P.O. Jonsson wrote: > > Dear René, > > I have userID

Re: [Oorexx-devel] Running Testcases

2018-11-18 Thread P.O. Jonsson
dear Bruce, I have updated using svn to todays built r11519, created an installer and installed a working installation of ooRexx. I have also downloaded the corresponding test folder structure: oorexx-code-0-r11519-test-trunk/ Then I move into oorexx-code-0-r11519-test-trunk/ and set up the

Re: [Oorexx-devel] Running Testcases

2018-11-18 Thread CV Bruce
That depends. you need to pull ooTest from the same build level, I believe. Bruce > On Nov 18, 2018, at 11:50 AM, P. O. Jonsson wrote: > > Thanks for the info, I have done it the way you proposed including the shell > script but I have an older build of ooRexx, can that be the problem? > > I w

Re: [Oorexx-devel] Running Testcases

2018-11-18 Thread P. O. Jonsson
Thanks for the info, I have done it the way you proposed including the shell script but I have an older build of ooRexx, can that be the problem? I will try further tomorrow, thanks for all the feedback. Hälsningar/Regards/Grüsse, P. O. Jonsson Von meinem iPhone gesendet > Am 18.11.2018 um 20:

Re: [Oorexx-devel] Running Testcases

2018-11-18 Thread CV Bruce
I looked at some of my runs from many years ago, and the run time was less then three minutes. Also, after a test run be sure that all of the files created during the test run are deleted. They should be, but double check. Also my prior comment (off line) regarding RXAPI. It is probably best

Re: [Oorexx-devel] Running Testcases

2018-11-18 Thread CV Bruce
It’s been a while since I’ve run the test suite, but it shouldn’t take more than 15 minutes or so. In the past, I’ve run into the situation that you have, and it generally means that either your invocation or your environment isn’t set up correctly. Bruce > On Nov 18, 2018, at 10:41 AM, P.O. Jo

[Oorexx-devel] Running Testcases

2018-11-18 Thread P.O. Jonsson
Dear Developers, I have downloaded the test environment from : https://svn.code.sf.net/p/oorexx/code-0/test/trunk as suggested by Rick and have started to run the available test cases (on a Mac). It has now been running for four hours and I

Re: [Oorexx-devel] Building test cases

2018-11-18 Thread J Leslie Turriff
On 2018-11-16 09:19:07 René Jansen wrote: > No, it is not, in the second example the env executable looks if there is a > rexx on the path, the first looks for a /usr/bin/env/rexx executable. > > My proposal: > > Let’s get rid of the shebang; it outlived its usefulness > > 1) most people I know typ