http://www.javaadvent.com/2012/12/netrexx.html

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

http://www.javaadvent.com/2012/12/netrexx.html

kenner

Great article, short.


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: http://www.javaadvent.com/2012/12/netrexx.html

ThSITC
Hey Kenneth, *and all*!

What *advantages*, by the hell (sorry to say) *Shall WE HAVE*, please, by having those

Ancient, old, discussions there?

What *we shall need*, *instantly*, I'm thinking, as to:

How can we (all) get further on on this Famous Rexx Missile Topic, *all together*,
when possible, only, of course, ****Please ***

Thomas.
==================================================================

Am 08.02.2013 20:58, schrieb Kenneth Klein (TEMA TPC):

Great article, short.



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



--
Thomas Schneider, IT Consulting; http://www.thsitc.com; Vienna, Austria, Europe

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com
Reply | Threaded
Open this post in threaded view
|

NetRexx Installation

Jeff Hennick
In reply to this post by kenner
I am trying to do a clean install NetRexx 3.01 on Windows as a newcomer would do it.

It is not easy.

The NetRexx website's "Documents" tab does have:  The NetRexx Tutorial, which looks like the right place to start, but it is a decade out of date, incomplete, and has only this:
Installing NetRexx is an easy process. In a nutshell, you need to:
download the code using your preferred WEB browser
unpack the distribution
install the some files from the distribution inside the Java bin and lib subdirectories.
change the CLASSPATH environment variable
check the installation
You should consult the URL
http://www2.hursley.ibm.com/netrexx/doc-nrinst.htm
for more information about the installation. In Appendix I you'll find some examples of installation.
And Appendix I:
Appendix I: Installation
Installation on WIN/95 WIN/NT and SOLARIS
But, plowing ahead anyway and downloading and expanding the NetRexx 3.01 release, there is a read.me.first.

After changing PATH, and CLASSPATH, and copying tools.jar, I got to step 5:
   5. Test the installation by making the executables directory the
      current directory and issuing the following two commands exactly
      as written:

       java org.netrexx.process.NetRexxC hello
       java hello
What is the "executables directory"?

The end of step 5 has this:
If you have any problems or errors in the above process, please read the
detailed instructions and problem-solving tips in the NetRexx Quick Start Guide,
The NetRexx Quick Start Guide has a slightly - but important - different wording:
4. Test the installation by making the /bin directory the current directory and issuing
the following two commands exactly as written:
java org.netrexx.process.NetRexxC hello
java hello
Then comes the shocker:
C:\Program Files\NetRexx\bin>java org.netrexx.process.NetRexxC hello
NetRexx portable processor, version NetRexx 3.01, build 40-20120823-0156
Copyright (c) RexxLA, 2011,2012.  All rights reserved.
Parts Copyright (c) IBM Corporation, 1995,2008.
 +++ Error: Cannot find file 'hello.nrx'
Apparently hello.nrx is not included in the 3.01 package.

I can write my own (and have and it runs), but the whole process is very off-putting to anyone not really motivated to get NetRexx working.

I know a universal installer is almost impossible, and even OS specific installers are hard to do and maintain.  But we should have clear, correct, instructions up front.  I suggest that read.me.first and/or NetRexx Quick Start Guide be listed in the website Documents section, and of course they be corrected and reconciled.  And hello.nrx be included in 3.02.

Thank you.  Now I am off to find njpipes, which is completely hidden away. (Download | Tools) is one place I'd look.  Nope.  It is in Kenai, but not off of Netrexx there.








_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: NetRexx Installation

ThSITC
Bad Luck, ... as already said!

Hence: What shall we (all) do ???

Thomas Schneider ... :-)
===============================================
m 09.02.2013 00:07, schrieb Jeff Hennick:
I am trying to do a clean install NetRexx 3.01 on Windows as a newcomer would do it.

It is not easy.

The NetRexx website's "Documents" tab does have:  The NetRexx Tutorial, which looks like the right place to start, but it is a decade out of date, incomplete, and has only this:
Installing NetRexx is an easy process. In a nutshell, you need to:
download the code using your preferred WEB browser
unpack the distribution
install the some files from the distribution inside the Java bin and lib subdirectories.
change the CLASSPATH environment variable
check the installation
You should consult the URL
http://www2.hursley.ibm.com/netrexx/doc-nrinst.htm
for more information about the installation. In Appendix I you'll find some examples of installation.
And Appendix I:
Appendix I: Installation
Installation on WIN/95 WIN/NT and SOLARIS
But, plowing ahead anyway and downloading and expanding the NetRexx 3.01 release, there is a read.me.first.

After changing PATH, and CLASSPATH, and copying tools.jar, I got to step 5:
   5. Test the installation by making the executables directory the
      current directory and issuing the following two commands exactly
      as written:

       java org.netrexx.process.NetRexxC hello
       java hello
What is the "executables directory"?

The end of step 5 has this:
If you have any problems or errors in the above process, please read the
detailed instructions and problem-solving tips in the NetRexx Quick Start Guide,
The NetRexx Quick Start Guide has a slightly - but important - different wording:
4. Test the installation by making the /bin directory the current directory and issuing
the following two commands exactly as written:
java org.netrexx.process.NetRexxC hello
java hello
Then comes the shocker:
C:\Program Files\NetRexx\bin>java org.netrexx.process.NetRexxC hello
NetRexx portable processor, version NetRexx 3.01, build 40-20120823-0156
Copyright (c) RexxLA, 2011,2012.  All rights reserved.
Parts Copyright (c) IBM Corporation, 1995,2008.
 +++ Error: Cannot find file 'hello.nrx'
Apparently hello.nrx is not included in the 3.01 package.

I can write my own (and have and it runs), but the whole process is very off-putting to anyone not really motivated to get NetRexx working.

I know a universal installer is almost impossible, and even OS specific installers are hard to do and maintain.  But we should have clear, correct, instructions up front.  I suggest that read.me.first and/or NetRexx Quick Start Guide be listed in the website Documents section, and of course they be corrected and reconciled.  And hello.nrx be included in 3.02.

Thank you.  Now I am off to find njpipes, which is completely hidden away. (Download | Tools) is one place I'd look.  Nope.  It is in Kenai, but not off of Netrexx there.









_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



--
Thomas Schneider, IT Consulting; http://www.thsitc.com; Vienna, Austria, Europe

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com
Reply | Threaded
Open this post in threaded view
|

Re: NetRexx Installation

ThSITC
Am 09.02.2013 01:20, schrieb Thomas Schneider:
Bad Luck, ... as already said!

Hence: What shall we (all) do ???

Thomas Schneider ... :-)
===============================================
m 09.02.2013 00:07, schrieb Jeff Hennick:
I am trying to do a clean install NetRexx 3.01 on Windows as a newcomer would do it.

It is not easy.

The NetRexx website's "Documents" tab does have:  The NetRexx Tutorial, which looks like the right place to start, but it is a decade out of date, incomplete, and has only this:
Installing NetRexx is an easy process. In a nutshell, you need to:
download the code using your preferred WEB browser
unpack the distribution
install the some files from the distribution inside the Java bin and lib subdirectories.
change the CLASSPATH environment variable
check the installation
You should consult the URL
http://www2.hursley.ibm.com/netrexx/doc-nrinst.htm
for more information about the installation. In Appendix I you'll find some examples of installation.
And Appendix I:
Appendix I: Installation
Installation on WIN/95 WIN/NT and SOLARIS
But, plowing ahead anyway and downloading and expanding the NetRexx 3.01 release, there is a read.me.first.

After changing PATH, and CLASSPATH, and copying tools.jar, I got to step 5:
   5. Test the installation by making the executables directory the
      current directory and issuing the following two commands exactly
      as written:

       java org.netrexx.process.NetRexxC hello
       java hello
What is the "executables directory"?

The end of step 5 has this:
If you have any problems or errors in the above process, please read the
detailed instructions and problem-solving tips in the NetRexx Quick Start Guide,
The NetRexx Quick Start Guide has a slightly - but important - different wording:
4. Test the installation by making the /bin directory the current directory and issuing
the following two commands exactly as written:
java org.netrexx.process.NetRexxC hello
java hello
Then comes the shocker:
C:\Program Files\NetRexx\bin>java org.netrexx.process.NetRexxC hello
NetRexx portable processor, version NetRexx 3.01, build 40-20120823-0156
Copyright (c) RexxLA, 2011,2012.  All rights reserved.
Parts Copyright (c) IBM Corporation, 1995,2008.
 +++ Error: Cannot find file 'hello.nrx'
Apparently hello.nrx is not included in the 3.01 package.

I can write my own (and have and it runs), but the whole process is very off-putting to anyone not really motivated to get NetRexx working.

I know a universal installer is almost impossible, and even OS specific installers are hard to do and maintain.  But we should have clear, correct, instructions up front.  I suggest that read.me.first and/or NetRexx Quick Start Guide be listed in the website Documents section, and of course they be corrected and reconciled.  And hello.nrx be included in 3.02.

Thank you.  Now I am off to find njpipes, which is completely hidden away. (Download | Tools) is one place I'd look.  Nope.  It is in Kenai, but not off of Netrexx there.









_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



--
Thomas Schneider, IT Consulting; http://www.thsitc.com; Vienna, Austria, Europe


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



--
Thomas Schneider, IT Consulting; http://www.thsitc.com; Vienna, Austria, Europe

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com
Reply | Threaded
Open this post in threaded view
|

Re: NetRexx Installation

ThSITC
In reply to this post by ThSITC
After re-re reading Your original message, a couple of times,
I am saying and *spelling* here, *You* are *right*, **right*. **right*!

(At least as I do see the HORIZON of those never ending discussions ...)

Enjoy,. all, your quietness!

Massa Thomas  ;-) ;-) ;-)
========================================================================

Am 09.02.2013 01:20, schrieb Thomas Schneider:
Bad Luck, ... as already said!

Hence: What shall we (all) do ???

Thomas Schneider ... :-)
===============================================
m 09.02.2013 00:07, schrieb Jeff Hennick:
I am trying to do a clean install NetRexx 3.01 on Windows as a newcomer would do it.

It is not easy.

The NetRexx website's "Documents" tab does have:  The NetRexx Tutorial, which looks like the right place to start, but it is a decade out of date, incomplete, and has only this:
Installing NetRexx is an easy process. In a nutshell, you need to:
download the code using your preferred WEB browser
unpack the distribution
install the some files from the distribution inside the Java bin and lib subdirectories.
change the CLASSPATH environment variable
check the installation
You should consult the URL
http://www2.hursley.ibm.com/netrexx/doc-nrinst.htm
for more information about the installation. In Appendix I you'll find some examples of installation.
And Appendix I:
Appendix I: Installation
Installation on WIN/95 WIN/NT and SOLARIS
But, plowing ahead anyway and downloading and expanding the NetRexx 3.01 release, there is a read.me.first.

After changing PATH, and CLASSPATH, and copying tools.jar, I got to step 5:
   5. Test the installation by making the executables directory the
      current directory and issuing the following two commands exactly
      as written:

       java org.netrexx.process.NetRexxC hello
       java hello
What is the "executables directory"?

The end of step 5 has this:
If you have any problems or errors in the above process, please read the
detailed instructions and problem-solving tips in the NetRexx Quick Start Guide,
The NetRexx Quick Start Guide has a slightly - but important - different wording:
4. Test the installation by making the /bin directory the current directory and issuing
the following two commands exactly as written:
java org.netrexx.process.NetRexxC hello
java hello
Then comes the shocker:
C:\Program Files\NetRexx\bin>java org.netrexx.process.NetRexxC hello
NetRexx portable processor, version NetRexx 3.01, build 40-20120823-0156
Copyright (c) RexxLA, 2011,2012.  All rights reserved.
Parts Copyright (c) IBM Corporation, 1995,2008.
 +++ Error: Cannot find file 'hello.nrx'
Apparently hello.nrx is not included in the 3.01 package.

I can write my own (and have and it runs), but the whole process is very off-putting to anyone not really motivated to get NetRexx working.

I know a universal installer is almost impossible, and even OS specific installers are hard to do and maintain.  But we should have clear, correct, instructions up front.  I suggest that read.me.first and/or NetRexx Quick Start Guide be listed in the website Documents section, and of course they be corrected and reconciled.  And hello.nrx be included in 3.02.

Thank you.  Now I am off to find njpipes, which is completely hidden away. (Download | Tools) is one place I'd look.  Nope.  It is in Kenai, but not off of Netrexx there.









_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



--
Thomas Schneider, IT Consulting; http://www.thsitc.com; Vienna, Austria, Europe


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



--
Thomas Schneider, IT Consulting; http://www.thsitc.com; Vienna, Austria, Europe

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com
Reply | Threaded
Open this post in threaded view
|

Re: NetRexx Installation

rvjansen
In reply to this post by Jeff Hennick
Jeff,

thank you for your report. A hello.nrx is added to the 3.02 trunk and the read.me.first has been made consistent with the Quick Start Guide, with substitution of the words 'executable' and '/bin' - I was not aware that this file also referred to this.

Someone should update the tutorial. I have put it up on request but I am not too happy about it; I agree that at least the links should be updated.

NJPipes still was not released, as the document that needs to go with it is not ready. For this reason only the development version is on Kenai.

best regards,

René.
 
On 9 feb. 2013, at 00:07, Jeff Hennick <[hidden email]> wrote:

I am trying to do a clean install NetRexx 3.01 on Windows as a newcomer would do it.

It is not easy.

The NetRexx website's "Documents" tab does have:  The NetRexx Tutorial, which looks like the right place to start, but it is a decade out of date, incomplete, and has only this:
Installing NetRexx is an easy process. In a nutshell, you need to:
download the code using your preferred WEB browser
unpack the distribution
install the some files from the distribution inside the Java bin and lib subdirectories.
change the CLASSPATH environment variable
check the installation
You should consult the URL
http://www2.hursley.ibm.com/netrexx/doc-nrinst.htm
for more information about the installation. In Appendix I you'll find some examples of installation.
And Appendix I:
Appendix I: Installation
Installation on WIN/95 WIN/NT and SOLARIS
But, plowing ahead anyway and downloading and expanding the NetRexx 3.01 release, there is a read.me.first.

After changing PATH, and CLASSPATH, and copying tools.jar, I got to step 5:
   5. Test the installation by making the executables directory the
      current directory and issuing the following two commands exactly
      as written:

       java org.netrexx.process.NetRexxC hello
       java hello
What is the "executables directory"?

The end of step 5 has this:
If you have any problems or errors in the above process, please read the
detailed instructions and problem-solving tips in the NetRexx Quick Start Guide,
The NetRexx Quick Start Guide has a slightly - but important - different wording:
4. Test the installation by making the /bin directory the current directory and issuing
the following two commands exactly as written:
java org.netrexx.process.NetRexxC hello
java hello
Then comes the shocker:
C:\Program Files\NetRexx\bin>java org.netrexx.process.NetRexxC hello
NetRexx portable processor, version NetRexx 3.01, build 40-20120823-0156
Copyright (c) RexxLA, 2011,2012.  All rights reserved.
Parts Copyright (c) IBM Corporation, 1995,2008.
 +++ Error: Cannot find file 'hello.nrx'
Apparently hello.nrx is not included in the 3.01 package.

I can write my own (and have and it runs), but the whole process is very off-putting to anyone not really motivated to get NetRexx working.

I know a universal installer is almost impossible, and even OS specific installers are hard to do and maintain.  But we should have clear, correct, instructions up front.  I suggest that read.me.first and/or NetRexx Quick Start Guide be listed in the website Documents section, and of course they be corrected and reconciled.  And hello.nrx be included in 3.02.

Thank you.  Now I am off to find njpipes, which is completely hidden away. (Download | Tools) is one place I'd look.  Nope.  It is in Kenai, but not off of Netrexx there.







_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: NetRexx Installation

Jeff Hennick
René,

Thank you for the reply and action -- and all else!

What can I do to help with the NJPipes documentation?

(IMHO, the Tutorial should be available from a special historic category, not as "prime" documentation.  Its title is just too tempting where it is.)

Jeff

On 2/9/2013 9:35 AM, René Jansen wrote:
Jeff,

thank you for your report. A hello.nrx is added to the 3.02 trunk and the read.me.first has been made consistent with the Quick Start Guide, with substitution of the words 'executable' and '/bin' - I was not aware that this file also referred to this.

Someone should update the tutorial. I have put it up on request but I am not too happy about it; I agree that at least the links should be updated.

NJPipes still was not released, as the document that needs to go with it is not ready. For this reason only the development version is on Kenai.

best regards,

René.
 



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: NetRexx Installation

rvjansen
Hi Jeff,

thanks for your offer. The skeleton of the book is at netrexxc/trunk/documentation/njpipes in the kenai repository. There is an updated njpipes.pdf there. If you want to work on it, go ahead because your name is already on it. The production process should be straightforward, but there are some snags. There is a special font for the title page (because I wanted that to be IBM Bodoni which I was used to all the years that I worked with this software) and there is a tool for producing railroad diagrams that needs a compile. With a standard LiveTex distribution it should work except for mentioned details. But just updating the files or sending them to me should work; I can put in the tags and built it if needed.

best regards,

René Jansen.

On 9 feb. 2013, at 17:29, Jeff Hennick <[hidden email]> wrote:

> René,
>
> Thank you for the reply and action -- and all else!
>
> What can I do to help with the NJPipes documentation?
>
> (IMHO, the Tutorial should be available from a special historic category, not as "prime" documentation.  Its title is just too tempting where it is.)
>
> Jeff
>
> On 2/9/2013 9:35 AM, René Jansen wrote:
>> Jeff,
>>
>> thank you for your report. A hello.nrx is added to the 3.02 trunk and the read.me.first has been made consistent with the Quick Start Guide, with substitution of the words 'executable' and '/bin' - I was not aware that this file also referred to this.
>>
>> Someone should update the tutorial. I have put it up on request but I am not too happy about it; I agree that at least the links should be updated.
>>
>> NJPipes still was not released, as the document that needs to go with it is not ready. For this reason only the development version is on Kenai.
>>
>> best regards,
>>
>> René.
>>  
>>
>
> _______________________________________________
> Ibm-netrexx mailing list
> [hidden email]
> Online Archive : http://ibm-netrexx.215625.n3.nabble.com/
>

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/