NetRexx source code repository available

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

NetRexx source code repository available

rvjansen
Dear list members,

the source code repository containing the 3.00 transition release source is available, please follow the instructions at the website (community -> developers) to check it out (weak pun intended).
The kenai site, where everything regarding the source code is hosted , gives a choice of several new mailing lists, that have more specific functions than this one (that will be kept on the air by Ian).
Please subscribe to these lists if you are so inclined. In case of problems, more instructions will also follow - although the repository is fairly self-describing.

Please join me in a big thank-you for David Requena, who has made this all possible, and on very short notice!

best regards,

René Vincent Jansen.
_______________________________________________
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 source code repository available

billfen
Many, MANY thanks to Rene and David.  I have checked out the NetRexx source
from the SVN repository, and have begin the process of converting it to an
Eclipse project and updating the Eclipse plugin.

Bill

On 6/13/2011 7:16 PM, René Jansen wrote:
> Dear list members,
>
> the source code repository containing the 3.00 transition release source
is available, please follow the instructions at the website (community ->
developers) to check it out (weak pun intended).
> The kenai site, where everything regarding the source code is hosted ,
gives a choice of several new mailing lists, that have more specific
functions than this one (that will be kept on the air by Ian).
> Please subscribe to these lists if you are so inclined. In case of
problems, more instructions will also follow - although the repository is
fairly self-describing.
>
> Please join me in a big thank-you for David Requena, who has made this
all possible, and on very short notice!
>
> best regards,
>
> René Vincent Jansen.
> _______________________________________________
> Ibm-netrexx mailing list
> [hidden email]
> Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://link.mail2web.com/mail2web



_______________________________________________
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 source code repository available

Jeff Hennick
Wheeee! The reason for Open Source!

Thank you IBM, Bill, Rene, David, and a lot more.

On 6/13/2011 8:25 PM, [hidden email] wrote:
> Many, MANY thanks to Rene and David.  I have checked out the NetRexx source
> from the SVN repository, and have begin the process of converting it to an
> Eclipse project and updating the Eclipse plugin.
>
> Bill

_______________________________________________
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 source code repository available

Robert L Hamilton
This brings up a point.  What about the jEdit NetRexxDE plugin.  Will it be updated, if necessary?

BOBH
RiIchardson Texas USA

On Mon, Jun 13, 2011 at 8:31 PM, Jeff Hennick <[hidden email]> wrote:
Wheeee! The reason for Open Source!

Thank you IBM, Bill, Rene, David, and a lot more.


On 6/13/2011 8:25 PM, [hidden email] wrote:
Many, MANY thanks to Rene and David.  I have checked out the NetRexx source
from the SVN repository, and have begin the process of converting it to an
Eclipse project and updating the Eclipse plugin.

Bill

_______________________________________________
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 source code repository available

David Requena
Bob,

NetRexxDE will of course be updated as needed although I don't foresee any language changes requiring such updating in the short term. There are areas of improvement as having a proper NetRexx parser for the structure browser instead of the current regex based engine. That'd give us better handling of comments and keyword-named variables.

Currently I'm holding the next major version of NetRexxDE due to volatileness of jEdit's API during its development phase. Now it seems jEdit 4.4.1 is going to be released and we, plugin programmers, will have at last a fixed API to develop against. jEdit 4.4.1 stable is to be released in the next few days according to last news at its developers list.

Regards,


2011/6/14 Robert Hamilton <[hidden email]>
This brings up a point.  What about the jEdit NetRexxDE plugin.  Will it be updated, if necessary?

BOBH
RiIchardson Texas USA


On Mon, Jun 13, 2011 at 8:31 PM, Jeff Hennick <[hidden email]> wrote:
Wheeee! The reason for Open Source!

Thank you IBM, Bill, Rene, David, and a lot more.


On 6/13/2011 8:25 PM, [hidden email] wrote:
Many, MANY thanks to Rene and David.  I have checked out the NetRexx source
from the SVN repository, and have begin the process of converting it to an
Eclipse project and updating the Eclipse plugin.

Bill

_______________________________________________
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/





--
Saludos / Regards,
David Requena


_______________________________________________
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 source code repository available

Robert L Hamilton
Thanks for your time and help and enjoy the Day

BOBH
Richardson Texas USA

On Tue, Jun 14, 2011 at 10:50 AM, David Requena <[hidden email]> wrote:
Bob,

NetRexxDE will of course be updated as needed although I don't foresee any language changes requiring such updating in the short term. There are areas of improvement as having a proper NetRexx parser for the structure browser instead of the current regex based engine. That'd give us better handling of comments and keyword-named variables.

Currently I'm holding the next major version of NetRexxDE due to volatileness of jEdit's API during its development phase. Now it seems jEdit 4.4.1 is going to be released and we, plugin programmers, will have at last a fixed API to develop against. jEdit 4.4.1 stable is to be released in the next few days according to last news at its developers list.

Regards,


2011/6/14 Robert Hamilton <[hidden email]>
This brings up a point.  What about the jEdit NetRexxDE plugin.  Will it be updated, if necessary?

BOBH
RiIchardson Texas USA


On Mon, Jun 13, 2011 at 8:31 PM, Jeff Hennick <[hidden email]> wrote:
Wheeee! The reason for Open Source!

Thank you IBM, Bill, Rene, David, and a lot more.


On 6/13/2011 8:25 PM, [hidden email] wrote:
Many, MANY thanks to Rene and David.  I have checked out the NetRexx source
from the SVN repository, and have begin the process of converting it to an
Eclipse project and updating the Eclipse plugin.

Bill

_______________________________________________
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/





--
Saludos / Regards,
David Requena


_______________________________________________
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/