I can still not run NRC from the console...

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

I can still not run NRC from the console...

Thomas.Schneider.Wien
Hello Kermit, David, & all,

   I am still *very upset*.

I cannot run the NetRexx Compiler from both my DeskTop and my NetBook
anymore.

I did have a prompt of  cmd>   (for years)

and did have to enter only:


cmd>nrc PLIERR.nrx


only to compile this program.

NOW; I'm getting *nothing back* (it does show me only my desktop) ..

Hence:

David, Kermit, are you actually changing the *behaviour* of The NetRexx
Compiler
(c) Mike F. Cowlishaw, on the FLY, or what might be the reason
that *nothing* does work as in  the past 8 years on my computer(s)..... ??

Very frustrated, this time.
Thomas Schneider.
.


Tom. (ths@db-123.com)
Reply | Threaded
Open this post in threaded view
|

Re: I can still not run NRC from the console...

David Requena
Thomas,

There is no way in which Kermit's plugin or mine could possibly interfere
with an existing installation of NetRexx. We are
supplying a copy of NetRexxC.jar and not touching anything outside of the
jEdit environment.

That said, lets try to be more specific regarding the issue at hand. So you
have a command prompt window open, right?
Is this a command.com window or a cmd.exe based one? There'are significant
differences in how these two handle batch files.

Ok you just should forget about command.com altogueter in XP. Just to be
sure you're working on the correct one type "cmd" to get a new command
prompt.
Now you change current directory to the one you believe you are actually
running nrc.bat.
Type exactly ".\nrc.bat" followed by the path to your nrx file.

What do you see exactly? The window disappears? some little error text? the
prompt advances to the next line but nothing is printed? maybe this way it
worked?

2010/2/10 Thomas Schneider <[hidden email]>

> Hello Kermit, David, & all,
>
>  I am still *very upset*.
>
> I cannot run the NetRexx Compiler from both my DeskTop and my NetBook
> anymore.
>
> I did have a prompt of  cmd>   (for years)
>
> and did have to enter only:
>
>
> cmd>nrc PLIERR.nrx
>
> only to compile this program.
>
> NOW; I'm getting *nothing back* (it does show me only my desktop) ..
>
> Hence:
>
> David, Kermit, are you actually changing the *behaviour* of The NetRexx
> Compiler
> (c) Mike F. Cowlishaw, on the FLY, or what might be the reason
> that *nothing* does work as in  the past 8 years on my computer(s)..... ??
>
> Very frustrated, this time.
> Thomas Schneider.
> .
>
>
>


--
Saludos / Regards,
David Requena
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ns.hursley.ibm.com/pipermail/ibm-netrexx/attachments/20100210/4a78459c/attachment.html
Reply | Threaded
Open this post in threaded view
|

Re: **** SPAM **** Re: I can still not run NRC from the console... (5.7)

Thomas.Schneider.Wien
Reply | Threaded
Open this post in threaded view
|

Re: **** SPAM **** Re: I can still not run NRC from the console...(5.7)

David Requena
I have an impression your system is not executing nrc.bat but nrc.cmd which is also included with netrexx but which is an OS/2 script.

The visible effect of executing nrc.cmd in windows is that the shell immediately exits so the window closes. But as you refuse to tell us 'exactly what you see' I can only guess...

Reply | Threaded
Open this post in threaded view
|

Re: **** SPAM **** Re: **** SPAM **** Re: I can still not run NRC from the console...(5.7) (8.4)

Thomas.Schneider.Wien
An HTML attachment was scrubbed...
URL: http://ns.hursley.ibm.com/pipermail/ibm-netrexx/attachments/20100211/cdd95156/attachment.html
Tom. (ths@db-123.com)
Reply | Threaded
Open this post in threaded view
|

New NetRexx Installation

Tom Maynard
Reply | Threaded
Open this post in threaded view
|

New NetRexx Installation

David Requena
Well Tom,

Nobody said it was particularly difficult.

But it's certainly nor working as supplied and documented any longer since, precisely, Java 1.6_U18.

Pity nobody can do anything about it at the moment but at least it is now common knowledge at the list.

Regards,
David

BlackBerry de movistar, all? donde est?s est? tu oficin@

-----Original Message-----
From: Tom Maynard <[hidden email]>
Date: Wed, 10 Feb 2010 17:59:17
To: IBM Netrexx<[hidden email]>
Subject: [Ibm-netrexx] New NetRexx Installation

_______________________________________________
Ibm-netrexx mailing list
[hidden email]



Reply | Threaded
Open this post in threaded view
|

New NetRexx Installation

Tom Maynard
David Requena wrote:
> Nobody said it was particularly difficult.
>
> But it's certainly nor working as supplied and documented any longer since, precisely, Java 1.6_U18.
>
>  
My experience was that it goes pretty much according to the NetRexx book
-- the only "undocumented" change was the small mod to NetRexxC.bat to
remove the heap limits -- otherwise it works as it always did.

I didn't do a lot of testing, but I have the feeling that NetRexxC.bat
worked even if it generated an error message -- it just bothered me
enough to hunt it down and correct ie.
> Pity nobody can do anything about it at the moment
I presume you mean because NetRexx is moving to open source and as a
result is somewhat "frozen" in the meantime.  But, as you say, at least
the workaround is known on the list -- that should be enough.

Tom.

Reply | Threaded
Open this post in threaded view
|

New NetRexx Installation

David Requena
2010/2/11 Tom Maynard <[hidden email]>

> David Requena wrote:
>
>> Nobody said it was particularly difficult.
>> But it's certainly nor working as supplied and documented any longer
>> since, precisely, Java 1.6_U18.
>>
>>
> My experience was that it goes pretty much according to the NetRexx book --
> the only "undocumented" change was the small mod to NetRexxC.bat to remove
> the heap limits -- otherwise it works as it always did.
>

That wouldn't quite be "the REXX way" of looking at it, would it?
We can refer to the issue however we fancy.
The fact is some bits in the current reference implementation distribution
(the scripts, and docs) became outdated by changes to the underlying
environment (java virtual machine). Yet another way :-).
Any potential new user downloading this will be reading documentation, will
follow suit, and find that step 3 in "Testing the NetRexx Installation"
section at the NetRexx User's Guide fails.


> I didn't do a lot of testing, but I have the feeling that NetRexxC.bat
> worked even if it generated an error message -- it just bothered me enough
> to hunt it down and correct ie.
>
>
It doesn't. The NetRexx translator itself works as always but the scripts
plainly don't work.


>  Pity nobody can do anything about it at the moment
>>
> I presume you mean because NetRexx is moving to open source and as a result
> is somewhat "frozen" in the meantime.  But, as you say, at least the
> workaround is known on the list -- that should be enough.
>
>
I don't think these are related at all. NetRexx pages at IBM were
outdated/''non maintained' long before the open source announcement. Look at
the links area; most of these links have been dead for ages

--
Saludos / Regards,
David Requena
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ns.hursley.ibm.com/pipermail/ibm-netrexx/attachments/20100211/04cc2897/attachment-0001.html