NetRexx Source vs. Class Directory

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

NetRexx Source vs. Class Directory

Thomas.Schneider.Wien
Hello there,

   maybe, while not beeing a long time on this list, I did miss
something :-(

I do have a couple of SOURCE Directories, containing my source NetRexx
Programs.

Now, I am seeking for a simple method to COMPILE (thru NetRexxC) those
source programs INTO *another* directory, so that I do have
my own sources *and* classes seperate.

I.E.:  I want to have in those 2 directories in question (source,
compiled) SEPARATE!

Any hints how to achieve that?
Tom.

www.rexx2Nrx.com
www.db-123.com

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

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

Re: NetRexx Source vs. Class Directory

alansam
The best way to manage any Java related project is Apache Ant as it allows complete control of all your project assets but failing that if you run your compile step from your target directory NetRexxC will create the class files there and generate the source objects in the source directory.

Example (Windowsish):

>dir /s /b hello*
src\hello.nrc

>cd bin
bin> netrexxc ..\src\hello.nrx -keep -crossref -comments -format
bin>cd ..
>dir /s /b hello*
bin\hello.class
src\hello.crossref
src\hello.java.keep
src\hello.nrc

Alan.



On 9 March 2010 07:45, Thomas Schneider <[hidden email]> wrote:

I.E.:  I want to have in those 2 directories in question (source, compiled) SEPARATE!


--
Needs more cow-bell!

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Alan

--
Needs more cowbell.
Reply | Threaded
Open this post in threaded view
|

Re: NetRexx Source vs. Class Directory

Thomas.Schneider.Wien
Hello Alan,
   first thanks for you reply.
   second, I do currently have no *time* to learn Apache Ant, at all--

I'm currently more than busy to perform all my classic Rexx, ooRexx,
NetRexx, and PL/I and COBOL
Test-cases for my open source release of ReyC.

When interested, just join project 'reyc' at www.kenai.com

Thanks anyway.
Tom.


Alan Sampson schrieb:

> The best way to manage any Java related project is Apache Ant as it
> allows complete control of all your project assets but failing that if
> you run your compile step from your target directory NetRexxC will
> create the class files there and generate the source objects in the
> source directory.
>
> Example (Windowsish):
>
> >dir /s /b hello*
> src\hello.nrc
>
> >cd bin
> bin> netrexxc ..\src\hello.nrx -keep -crossref -comments -format
> bin>cd ..
> >dir /s /b hello*
> bin\hello.class
> src\hello.crossref
> src\hello.java.keep
> src\hello.nrc
>
> Alan.
>
>
>
> On 9 March 2010 07:45, Thomas Schneider <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>
>     I.E.:  I want to have in those 2 directories in question (source,
>     compiled) SEPARATE!
>
>
> --
> Needs more cow-bell!
> ------------------------------------------------------------------------
>
> _______________________________________________
> Ibm-netrexx mailing list
> [hidden email]
>
>  

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

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

Re: NetRexx Source vs. Class Directory

alansam
Like my granny always said; "a stitch in time saves nine" and/or "penny wise, pound foolish".

On 9 March 2010 14:26, Thomas Schneider <[hidden email]> wrote:
Hello Alan,
 first thanks for you reply.
 second, I do currently have no *time* to learn Apache Ant, at all--


--
Needs more cow-bell!

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Alan

--
Needs more cowbell.
Reply | Threaded
Open this post in threaded view
|

Re: NetRexx Source vs. Class Directory

Thomas.Schneider.Wien

Hi Alan, again...

My english is very poor ... As my Polish, Slovakian, Hungarian, Spanish.
Italian I think I do remind: I did learn old Greece and Latin in school
times ...

So *what the hell* is

A cow-bell ??
Do *NOT*, repeat not, understand...

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

Alan Sampson schrieb:

> Like my granny always said; "a stitch in time saves nine" and/or
> "penny wise, pound foolish".
>
> On 9 March 2010 14:26, Thomas Schneider <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>     Hello Alan,
>      first thanks for you reply.
>      second, I do currently have no *time* to learn Apache Ant, at all--
>
>
>
> --
> Needs more cow-bell!
> ------------------------------------------------------------------------
>
> _______________________________________________
> Ibm-netrexx mailing list
> [hidden email]
>
>  

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

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

Re: NetRexx Source vs. Class Directory

alansam
It's a bell that's typically hung around the necks of cows in "of all places" Austria and Switzerland.  They were also popularly used in the percussion section of some rock-n-roll bands in the 70s-80s; so much so that they became the butt of a well known sketch on "Saturday Night Live".

Alan.

On 9 March 2010 15:21, Thomas Schneider <[hidden email]> wrote:


So *what the hell* is

A cow-bell ??
Do *NOT*, repeat not, understand...


--
Needs more cow-bell!

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Alan

--
Needs more cowbell.
Reply | Threaded
Open this post in threaded view
|

Re: NetRexx Source vs. Class Directory

Thomas.Schneider.Wien
Hence, beeing a COW (with a BELL)...

Go FORWARD and subscribe projetcs 'reyc' *and*  'pp'   there at
www.kenai.com ....

Tom.
=================================================================
Alan Sampson schrieb:

> It's a bell that's typically hung around the necks of cows in "of all
> places" Austria and Switzerland.  They were also popularly used in the
> percussion section of some rock-n-roll bands in the 70s-80s; so much
> so that they became the butt of a well known sketch on "Saturday Night
> Live".
>
> Alan.
>
> On 9 March 2010 15:21, Thomas Schneider <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>
>
>     So *what the hell* is
>
>     A cow-bell ??
>     Do *NOT*, repeat not, understand...
>
>
>
> --
> Needs more cow-bell!
> ------------------------------------------------------------------------
>
> _______________________________________________
> Ibm-netrexx mailing list
> [hidden email]
>
>  

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Tom. (ths@db-123.com)