NetRexxC Option -sourcedir

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

NetRexxC Option -sourcedir

Thomas.Schneider.Wien
Does anybody of you know, what NetRexxC Option -NOSOURCEDIR does mean ?

I have a couple of modules, of my PP Project (www.KENAI.com Project 'PP'),
where the sources are now contained in my local directory \PP\src.

I would like to havind the classes contained in \PP\bin.

How do I accomplish what I like (*without Using*  Apache ANT) ?
Tom.

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

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

RE: NetRexxC Option -sourcedir

Mike Cowlishaw
 
> Does anybody of you know, what NetRexxC Option -NOSOURCEDIR
> does mean ?

This is the default; the .class files are placed in the current directory.

> I have a couple of modules, of my PP Project (www.KENAI.com
> Project 'PP'), where the sources are now contained in my
> local directory \PP\src.
>
> I would like to havind the classes contained in \PP\bin.

Make that the current directory when running the compiler.

Or COPY the class files there after compilation.

Mike

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: NetRexxC Option -sourcedir

Thomas.Schneider.Wien
thanks. :-)
Tom.
==============
Mike Cowlishaw schrieb:

>  
>  
>> Does anybody of you know, what NetRexxC Option -NOSOURCEDIR
>> does mean ?
>>    
>
> This is the default; the .class files are placed in the current directory.
>
>  
>> I have a couple of modules, of my PP Project (www.KENAI.com
>> Project 'PP'), where the sources are now contained in my
>> local directory \PP\src.
>>
>> I would like to havind the classes contained in \PP\bin.
>>    
>
> Make that the current directory when running the compiler.
>
> Or COPY the class files there after compilation.
>
> Mike
>
> _______________________________________________
> Ibm-netrexx mailing list
> [hidden email]
>
>
>  

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Tom. (ths@db-123.com)