NetRexx plugin for jEdit version 0.2.10

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

NetRexx plugin for jEdit version 0.2.10

Kermit Kiser
The test version of the new NetRexx plugin for jEdit is now updated to version 0.2.10 on Kenai.

The binary module can be downloaded from the NetRexx Plus project:

http://kenai.com/projects/netrexx-plus/downloads/download/jEdit%20NetRexxPlugin/NetRexxPlugin.jar

This file replaces NetRexxDE.jar and NetRexxScript.jar in the jEdit jars directory.

On Windows the user jEdit jars directory could be C:\Documents and Settings\useracct\.jedit\jars or C:\Documents and Settings\useracct\AppData\Roaming\jEdit\jars (if using jEdit 5)
On Linux the user jEdit jars directory could be /home/useracct/.jedit/jars
(Where "useracct" is the actual userid, of course.)

It is recommended that you delete any old "NetRexx" directories under the jEdit profile directory (~jedit\NetRexx) and macros directory (~jedit\macros\NetRexx) before running the new plugin.

Changes for this version of the plugin include these:
  • More button fixes on the combined compile/interpret window.
  • The NetRexx Android IDE has been updated to support using and creating Android library projects as well as regular projects.
  • The old separate compiler and interpreter windows have been removed.
  • The plugin now runs with the official NetRexx 3.01 release.

Thanks to some reflection slight-of-hand, the plugin no longer requires the advanced experimental (after3.01 branch) NetRexx compiler (although performance is not optimal in some situations with the official 3.01 release). That means this version could be released to the jEdit Plugin Central repository for automated installation, hence I consider this version to be our first "release candidate". Probably only bug fixes will occur from here on.

Thanks for all of the help testing.

-- Kermit
_______________________________________________
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 plugin for jEdit version 0.2.10

Jason Martin
Very nice, latest eclipse ADT plugin has some bugs and I just noticed the help and NetRexx at Once is 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 plugin for jEdit version 0.2.10

KP Kirchdörfer
In reply to this post by Kermit Kiser
Hi Kermit;

Am 07.12.2012 02:18, schrieb Kermit Kiser:

> The test version of the new NetRexx plugin for jEdit is now updated to
> version 0.2.10 on Kenai.
>
> The binary module can be downloaded from the NetRexx Plus project:
>
> http://kenai.com/projects/netrexx-plus/downloads/download/jEdit%20NetRexxPlugin/NetRexxPlugin.jar
>
>
> This file replaces NetRexxDE.jar and NetRexxScript.jar in the jEdit jars
> directory.
>
> On Windows the user jEdit jars directory could be C:\Documents and
> Settings\useracct\.jedit\jars or C:\Documents and
> Settings\useracct\AppData\Roaming\jEdit\jars (if using jEdit 5)
> On Linux the user jEdit jars directory could be /home/useracct/.jedit/jars
> (Where "useracct" is the actual userid, of course.)
>
> It is recommended that you delete any old "NetRexx" directories under
> the jEdit profile directory (~jedit\NetRexx) and macros directory
> (~jedit\macros\NetRexx) before running the new plugin.
>
> Changes for this version of the plugin include these:
>
>  * More button fixes on the combined compile/interpret window.
>  * The NetRexx Android IDE has been updated to support using and
>    creating Android library projects as well as regular projects.
>  * The old separate compiler and interpreter windows have been removed.
>  * The plugin now runs with the official NetRexx 3.01 release.
>
>
> Thanks to some reflection slight-of-hand, the plugin no longer requires
> the advanced experimental (after3.01 branch) NetRexx compiler (although
> performance is not optimal in some situations with the official 3.01
> release). That means this version could be released to the jEdit Plugin
> Central repository for automated installation, hence I consider this
> version to be our first "release candidate". Probably only bug fixes
> will occur from here on.
>
> Thanks for all of the help testing.

Thanks a lot!

I'm right now running the new version, I guess deleting "any old
"NetRexx" directories" did the trick.

One problem I found so far, is that the Cmd/args/stdIn seems not to
remember the previously entered strings. It does work for ClassPath though.

kp

_______________________________________________
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 plugin for jEdit version 0.2.10

Kermit Kiser
Hi KP --

Thanks for helping test. I will look into the problem you found.

-- Kermit

On 12/8/2012 6:24 AM, KP Kirchdörfer wrote:

> Hi Kermit;
>
> Am 07.12.2012 02:18, schrieb Kermit Kiser:
>> The test version of the new NetRexx plugin for jEdit is now updated to
>> version 0.2.10 on Kenai.
>>
>> The binary module can be downloaded from the NetRexx Plus project:
>>
>> http://kenai.com/projects/netrexx-plus/downloads/download/jEdit%20NetRexxPlugin/NetRexxPlugin.jar
>>
>>
>> This file replaces NetRexxDE.jar and NetRexxScript.jar in the jEdit jars
>> directory.
>>
>> On Windows the user jEdit jars directory could be C:\Documents and
>> Settings\useracct\.jedit\jars or C:\Documents and
>> Settings\useracct\AppData\Roaming\jEdit\jars (if using jEdit 5)
>> On Linux the user jEdit jars directory could be /home/useracct/.jedit/jars
>> (Where "useracct" is the actual userid, of course.)
>>
>> It is recommended that you delete any old "NetRexx" directories under
>> the jEdit profile directory (~jedit\NetRexx) and macros directory
>> (~jedit\macros\NetRexx) before running the new plugin.
>>
>> Changes for this version of the plugin include these:
>>
>>   * More button fixes on the combined compile/interpret window.
>>   * The NetRexx Android IDE has been updated to support using and
>>     creating Android library projects as well as regular projects.
>>   * The old separate compiler and interpreter windows have been removed.
>>   * The plugin now runs with the official NetRexx 3.01 release.
>>
>>
>> Thanks to some reflection slight-of-hand, the plugin no longer requires
>> the advanced experimental (after3.01 branch) NetRexx compiler (although
>> performance is not optimal in some situations with the official 3.01
>> release). That means this version could be released to the jEdit Plugin
>> Central repository for automated installation, hence I consider this
>> version to be our first "release candidate". Probably only bug fixes
>> will occur from here on.
>>
>> Thanks for all of the help testing.
> Thanks a lot!
>
> I'm right now running the new version, I guess deleting "any old
> "NetRexx" directories" did the trick.
>
> One problem I found so far, is that the Cmd/args/stdIn seems not to
> remember the previously entered strings. It does work for ClassPath though.
>
> kp
>
> _______________________________________________
> 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 plugin for jEdit version 0.2.10

kenner

I clicked on the link below, downloaded the netrexxplugin.jar file, saved it to my jedit/jars directory where I run my other jar file plugins from and now jedit just fails on startup.
I found a README.TXT in the netrexxplugin.jar but it did not offer much insight. Should I extract all the files from the netrexxplugin.jar file?




OK, I'm beyond that now. I went back and "cleaned up" a bunch of old directories and upgraded to the latest jedit 5.0. Now I get:




Kenneth Klein



Kermit Kiser <[hidden email]>
Sent by: [hidden email]

12/10/2012 04:03 PM

Please respond to
IBM Netrexx <[hidden email]>

To
[hidden email]
cc
IBM Netrexx <[hidden email]>
Subject
Re: [Ibm-netrexx] NetRexx plugin for jEdit version 0.2.10





Hi KP --

Thanks for helping test. I will look into the problem you found.

-- Kermit

On 12/8/2012 6:24 AM, KP Kirchdörfer wrote:
> Hi Kermit;
>
> Am 07.12.2012 02:18, schrieb Kermit Kiser:
>> The test version of the new NetRexx plugin for jEdit is now updated to
>> version 0.2.10 on Kenai.
>>
>> The binary module can be downloaded from the NetRexx Plus project:
>>
>> http://kenai.com/projects/netrexx-plus/downloads/download/jEdit%20NetRexxPlugin/NetRexxPlugin.jar
>>
>>
>> This file replaces NetRexxDE.jar and NetRexxScript.jar in the jEdit jars
>> directory.
>>
>> On Windows the user jEdit jars directory could be C:\Documents and
>> Settings\useracct\.jedit\jars or C:\Documents and
>> Settings\useracct\AppData\Roaming\jEdit\jars (if using jEdit 5)
>> On Linux the user jEdit jars directory could be /home/useracct/.jedit/jars
>> (Where "useracct" is the actual userid, of course.)
>>
>> It is recommended that you delete any old "NetRexx" directories under
>> the jEdit profile directory (~jedit\NetRexx) and macros directory
>> (~jedit\macros\NetRexx) before running the new plugin.
>>
>> Changes for this version of the plugin include these:
>>
>>   * More button fixes on the combined compile/interpret window.
>>   * The NetRexx Android IDE has been updated to support using and
>>     creating Android library projects as well as regular projects.
>>   * The old separate compiler and interpreter windows have been removed.
>>   * The plugin now runs with the official NetRexx 3.01 release.
>>
>>
>> Thanks to some reflection slight-of-hand, the plugin no longer requires
>> the advanced experimental (after3.01 branch) NetRexx compiler (although
>> performance is not optimal in some situations with the official 3.01
>> release). That means this version could be released to the jEdit Plugin
>> Central repository for automated installation, hence I consider this
>> version to be our first "release candidate". Probably only bug fixes
>> will occur from here on.
>>
>> Thanks for all of the help testing.
> Thanks a lot!
>
> I'm right now running the new version, I guess deleting "any old
> "NetRexx" directories" did the trick.
>
> One problem I found so far, is that the Cmd/args/stdIn seems not to
> remember the previously entered strings. It does work for ClassPath though.
>
> kp
>
> _______________________________________________
> 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/



_______________________________________________
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 plugin for jEdit version 0.2.10

kenner

I downloaded the latest netrexxxC.jar and now I am up to this problem:






Kenneth Klein

_______________________________________________
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 plugin for jEdit version 0.2.10

Kermit Kiser
Hi Kenneth --

Thanks for helping test the new plugin. If you want to compile programs, you need to tell it where to find the Java compiler (generally the tools.jar file). Select the Plugin Options screen from the Plugins menu, then expand the NetRexx entry and select the compiler options panel. You can enter the compiler location there.

If you don't know the location, the following Java program can probably locate it for you:

http://kenai.com/projects/netrexx-plus/downloads/download/Enviroscan/enviroscan.class

-- Kermit


On 12/11/2012 4:46 AM, [hidden email] wrote:

I downloaded the latest netrexxxC.jar and now I am up to this problem:






Kenneth Klein


_______________________________________________
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 plugin for jEdit version 0.2.10

kenner

Thanks, KK

It's working like a charm now. The only improvement I can think of is to change the tool tip on the run/stop button from "Run this program" to "Stop this program" when you change the icon from the arrow head to the red stop sign.

yours,

kk



Kermit Kiser <[hidden email]>
Sent by: [hidden email]

12/11/2012 12:28 PM

Please respond to
IBM Netrexx <[hidden email]>

To
IBM Netrexx <[hidden email]>
cc
Subject
Re: [Ibm-netrexx] NetRexx plugin for jEdit version 0.2.10





Hi Kenneth --

Thanks for helping test the new plugin. If you want to compile programs, you need to tell it where to find the Java compiler (generally the tools.jar file). Select the Plugin Options screen from the Plugins menu, then expand the NetRexx entry and select the compiler options panel. You can enter the compiler location there.

If you don't know the location, the following Java program can probably locate it for you:

http://kenai.com/projects/netrexx-plus/downloads/download/Enviroscan/enviroscan.class

-- Kermit


On 12/11/2012 4:46 AM, kenneth.klein@... wrote:

I downloaded the latest netrexxxC.jar and now I am up to this problem:







Kenneth Klein



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



_______________________________________________
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 plugin for jEdit version 0.2.10

Kermit Kiser
Good idea. It's in the 0.2.11 version I just uploaded:

http://kenai.com/projects/netrexx-plus/downloads/download/jEdit%20NetRexxPlugin/NetRexxPlugin.jar

-- kk

PS: I like your initials.

On 12/11/2012 10:38 AM, [hidden email] wrote:

Thanks, KK

It's working like a charm now. The only improvement I can think of is to change the tool tip on the run/stop button from "Run this program" to "Stop this program" when you change the icon from the arrow head to the red stop sign.

yours,

kk



Kermit Kiser [hidden email]
Sent by: [hidden email]

12/11/2012 12:28 PM

Please respond to
IBM Netrexx [hidden email]

To
IBM Netrexx [hidden email]
cc

Subject
Re: [Ibm-netrexx] NetRexx plugin for jEdit version 0.2.10







Hi Kenneth --

Thanks for helping test the new plugin. If you want to compile programs, you need to tell it where to find the Java compiler (generally the tools.jar file). Select the Plugin Options screen from the Plugins menu, then expand the NetRexx entry and select the compiler options panel. You can enter the compiler location there.

If you don't know the location, the following Java program can probably locate it for you:

http://kenai.com/projects/netrexx-plus/downloads/download/Enviroscan/enviroscan.class

-- Kermit


On 12/11/2012 4:46 AM, [hidden email] wrote:

I downloaded the latest netrexxxC.jar and now I am up to this problem:







Kenneth Klein



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




_______________________________________________
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 plugin for jEdit version 0.2.10

Kermit Kiser
In reply to this post by Kermit Kiser
KP --

Good catch on the command/args/input line history. It was setup to
record the entry when you pressed enter. But since it is also a command
line entry field now, you could not use enter safely except when
prompted. I have changed it so that the values are automatically
recorded when you click a button now. The change is in the 0.2.11 bugfix
release I just uploaded:

http://kenai.com/projects/netrexx-plus/downloads/download/jEdit%20NetRexxPlugin/NetRexxPlugin.jar

-- Kermit

PS: The amount of saved history entries is controlled by a setting on
the global options "appearance" panel.


On 12/10/2012 11:03 AM, Kermit Kiser wrote:

> Hi KP --
>
> Thanks for helping test. I will look into the problem you found.
>
> -- Kermit
>
> On 12/8/2012 6:24 AM, KP Kirchdörfer wrote:
>> Hi Kermit;
>>
>> Am 07.12.2012 02:18, schrieb Kermit Kiser:
>>> The test version of the new NetRexx plugin for jEdit is now updated to
>>> version 0.2.10 on Kenai.
>>>
>>> The binary module can be downloaded from the NetRexx Plus project:
>>>
>>> http://kenai.com/projects/netrexx-plus/downloads/download/jEdit%20NetRexxPlugin/NetRexxPlugin.jar 
>>>
>>>
>>>
>>> This file replaces NetRexxDE.jar and NetRexxScript.jar in the jEdit
>>> jars
>>> directory.
>>>
>>> On Windows the user jEdit jars directory could be C:\Documents and
>>> Settings\useracct\.jedit\jars or C:\Documents and
>>> Settings\useracct\AppData\Roaming\jEdit\jars (if using jEdit 5)
>>> On Linux the user jEdit jars directory could be
>>> /home/useracct/.jedit/jars
>>> (Where "useracct" is the actual userid, of course.)
>>>
>>> It is recommended that you delete any old "NetRexx" directories under
>>> the jEdit profile directory (~jedit\NetRexx) and macros directory
>>> (~jedit\macros\NetRexx) before running the new plugin.
>>>
>>> Changes for this version of the plugin include these:
>>>
>>>   * More button fixes on the combined compile/interpret window.
>>>   * The NetRexx Android IDE has been updated to support using and
>>>     creating Android library projects as well as regular projects.
>>>   * The old separate compiler and interpreter windows have been
>>> removed.
>>>   * The plugin now runs with the official NetRexx 3.01 release.
>>>
>>>
>>> Thanks to some reflection slight-of-hand, the plugin no longer requires
>>> the advanced experimental (after3.01 branch) NetRexx compiler (although
>>> performance is not optimal in some situations with the official 3.01
>>> release). That means this version could be released to the jEdit Plugin
>>> Central repository for automated installation, hence I consider this
>>> version to be our first "release candidate". Probably only bug fixes
>>> will occur from here on.
>>>
>>> Thanks for all of the help testing.
>> Thanks a lot!
>>
>> I'm right now running the new version, I guess deleting "any old
>> "NetRexx" directories" did the trick.
>>
>> One problem I found so far, is that the Cmd/args/stdIn seems not to
>> remember the previously entered strings. It does work for ClassPath
>> though.
>>
>> kp
>>
>> _______________________________________________
>> 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/
>
>
>

_______________________________________________
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 plugin for jEdit version 0.2.10

Jason Martin
In reply to this post by KP Kirchdörfer
Latest is not loading for me. New machine and jEdit but jEdit is installed in non-default dirs.

agrellum@agrellum-GeForce7050M-M:~/NetRexx-3.01/bin$ ./jedit
Warning: $JAVA_HOME environment variable not set! Consider setting it.
         Attempting to locate java...
Found a virtual machine at: /usr/bin/java...
5:10:37 AM [main] [warning] jEdit: inifPLAF failed to set required l&f
5:10:37 AM [main] [warning] PluginJAR: Ignoring: netrexxplugin.NetRexxDEPlugin
5:10:37 AM [main] [warning] jEdit: inifPLAF failed to set required l&f
5:10:38 AM [netrexxscript] [error] netrexxscript: Exception in thread "netrexxscript"
5:10:38 AM [netrexxscript] [error] netrexxscript: java.lang.NullPointerException
5:10:38 AM [netrexxscript] [error] netrexxscript:  at org.netrexx.process.RxParser.parseprogram(RxParser.nrx:170)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at org.netrexx.process.RxTranslator.dotranslate(RxTranslator.nrx:372)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at org.netrexx.process.RxTranslator.translate(RxTranslator.nrx:262)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at org.netrexx.process.NetRexxA.parse(NetRexxA.nrx:99)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at netrexxplugin.NetRexxScriptPlugin.newinterpreter(NetRexxScriptPlugin.nrx:1056)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at netrexxplugin.NetRexxScriptPlugin.rebuildinterpreter(NetRexxScriptPlugin.nrx:774)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at netrexxplugin.NetRexxScriptPlugin.invokeit(NetRexxScriptPlugin.nrx:762)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at netrexxplugin.NetRexxScriptPlugin.run(NetRexxScriptPlugin.nrx:723)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at java.lang.Thread.run(Thread.java:662)
5:10:38 AM [main] [error] PluginJAR: Error while starting plugin netrexxplugin.NetRexxPlugin
5:10:38 AM [main] [error] PluginJAR: java.lang.NullPointerException
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.RxClass.beginclass2(RxClass.nrx:886)
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.RxClass.scan(RxClass.nrx:157)
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.RxParser.parseprogram(RxParser.nrx:170)
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.RxTranslator.dotranslate(RxTranslator.nrx:340)
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.RxTranslator.translate(RxTranslator.nrx:262)
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.NetRexxA.parse(NetRexxA.nrx:99)
5:10:38 AM [main] [error] PluginJAR:  at netrexxplugin.NetRexxScriptPlugin.parse(NetRexxScriptPlugin.nrx:1073)
5:10:38 AM [main] [error] PluginJAR:  at netrexxplugin.NetRexxScriptPlugin.parseall(NetRexxScriptPlugin.nrx:1061)
5:10:38 AM [main] [error] PluginJAR:  at netrexxplugin.NetRexxScriptPlugin.start(NetRexxScriptPlugin.nrx:394)
5:10:38 AM [main] [error] PluginJAR:  at netrexxplugin.NetRexxPlugin.start(NetRexxPlugin.nrx:41)
5:10:38 AM [main] [error] PluginJAR:  at org.gjt.sp.jedit.PluginJAR.startPlugin(PluginJAR.java:1527)
5:10:38 AM [main] [error] PluginJAR:  at org.gjt.sp.jedit.PluginJAR.activatePlugin(PluginJAR.java:782)
5:10:38 AM [main] [error] PluginJAR:  at org.gjt.sp.jedit.PluginJAR.activatePluginIfNecessary(PluginJAR.java:852)
5:10:38 AM [main] [error] PluginJAR:  at org.gjt.sp.jedit.jEdit.main(jEdit.java:517)
5:10:38 AM [main] [error] ErrorListDialog$ErrorEntry: /home/agrellum/.jedit/jars/NetRexxPlugin.jar:
5:10:38 AM [main] [error] ErrorListDialog$ErrorEntry: Cannot start: java.lang.NullPointerException
5:10:38 AM [main] [error] ErrorListDialog$ErrorEntry: Try updating to a newer version of the plugin.

_______________________________________________
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 plugin for jEdit version 0.2.10

Kermit Kiser
Hi Jason --

I was not able to exactly duplicate your error, but I had some ideas anyway. Can you try it with the 0.2.12 version I just uploaded? -

http://kenai.com/projects/netrexx-plus/downloads/download/jEdit%20NetRexxPlugin/NetRexxPlugin.jar

-- Kermit

On 12/12/2012 12:16 AM, Jason Martin wrote:
Latest is not loading for me. New machine and jEdit but jEdit is installed in non-default dirs.

[hidden email] ./jedit
Warning: $JAVA_HOME environment variable not set! Consider setting it.
         Attempting to locate java...
Found a virtual machine at: /usr/bin/java...
5:10:37 AM [main] [warning] jEdit: inifPLAF failed to set required l&f
5:10:37 AM [main] [warning] PluginJAR: Ignoring: netrexxplugin.NetRexxDEPlugin
5:10:37 AM [main] [warning] jEdit: inifPLAF failed to set required l&f
5:10:38 AM [netrexxscript] [error] netrexxscript: Exception in thread "netrexxscript"
5:10:38 AM [netrexxscript] [error] netrexxscript: java.lang.NullPointerException
5:10:38 AM [netrexxscript] [error] netrexxscript:  at org.netrexx.process.RxParser.parseprogram(RxParser.nrx:170)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at org.netrexx.process.RxTranslator.dotranslate(RxTranslator.nrx:372)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at org.netrexx.process.RxTranslator.translate(RxTranslator.nrx:262)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at org.netrexx.process.NetRexxA.parse(NetRexxA.nrx:99)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at netrexxplugin.NetRexxScriptPlugin.newinterpreter(NetRexxScriptPlugin.nrx:1056)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at netrexxplugin.NetRexxScriptPlugin.rebuildinterpreter(NetRexxScriptPlugin.nrx:774)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at netrexxplugin.NetRexxScriptPlugin.invokeit(NetRexxScriptPlugin.nrx:762)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at netrexxplugin.NetRexxScriptPlugin.run(NetRexxScriptPlugin.nrx:723)
5:10:38 AM [netrexxscript] [error] netrexxscript:  at java.lang.Thread.run(Thread.java:662)
5:10:38 AM [main] [error] PluginJAR: Error while starting plugin netrexxplugin.NetRexxPlugin
5:10:38 AM [main] [error] PluginJAR: java.lang.NullPointerException
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.RxClass.beginclass2(RxClass.nrx:886)
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.RxClass.scan(RxClass.nrx:157)
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.RxParser.parseprogram(RxParser.nrx:170)
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.RxTranslator.dotranslate(RxTranslator.nrx:340)
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.RxTranslator.translate(RxTranslator.nrx:262)
5:10:38 AM [main] [error] PluginJAR:  at org.netrexx.process.NetRexxA.parse(NetRexxA.nrx:99)
5:10:38 AM [main] [error] PluginJAR:  at netrexxplugin.NetRexxScriptPlugin.parse(NetRexxScriptPlugin.nrx:1073)
5:10:38 AM [main] [error] PluginJAR:  at netrexxplugin.NetRexxScriptPlugin.parseall(NetRexxScriptPlugin.nrx:1061)
5:10:38 AM [main] [error] PluginJAR:  at netrexxplugin.NetRexxScriptPlugin.start(NetRexxScriptPlugin.nrx:394)
5:10:38 AM [main] [error] PluginJAR:  at netrexxplugin.NetRexxPlugin.start(NetRexxPlugin.nrx:41)
5:10:38 AM [main] [error] PluginJAR:  at org.gjt.sp.jedit.PluginJAR.startPlugin(PluginJAR.java:1527)
5:10:38 AM [main] [error] PluginJAR:  at org.gjt.sp.jedit.PluginJAR.activatePlugin(PluginJAR.java:782)
5:10:38 AM [main] [error] PluginJAR:  at org.gjt.sp.jedit.PluginJAR.activatePluginIfNecessary(PluginJAR.java:852)
5:10:38 AM [main] [error] PluginJAR:  at org.gjt.sp.jedit.jEdit.main(jEdit.java:517)
5:10:38 AM [main] [error] ErrorListDialog$ErrorEntry: /home/agrellum/.jedit/jars/NetRexxPlugin.jar:
5:10:38 AM [main] [error] ErrorListDialog$ErrorEntry: Cannot start: java.lang.NullPointerException
5:10:38 AM [main] [error] ErrorListDialog$ErrorEntry: Try updating to a newer version of the plugin.


_______________________________________________
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 plugin for jEdit version 0.2.10

Jason Martin
In reply to this post by KP Kirchdörfer
That failed to but when I added "trace all" to netrexxstartupscript.nrx and deleted the class it fired up fine.

Sorry, hope that helps. Do not know what made the difference. Really feel to bad to do much lately.

_______________________________________________
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 plugin for jEdit version 0.2.10

Jason Martin
In reply to this post by KP Kirchdörfer
Did the same on fresh jEdit standard install on a linux laptop with java version "1.6.0_37" but deleting the class causes it to start with no errors.

_______________________________________________
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 plugin for jEdit version 0.2.10

Jason Martin
In reply to this post by KP Kirchdörfer
Is the Console plugin required for things to work right?

_______________________________________________
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 plugin for jEdit version 0.2.10

Kermit Kiser
Console is not required for basic plugin functions but the Android IDE macros require it. The ErrorList, SideKick, and CommonControls plugins activate optional features (error highlighting, code structure browsing, and classpath builder button). The ProjectViewer plugin is recommended to manage NetRexx projects and the SVNplugin is recommended to manage NetRexx source code SVN repositories. My design goal was to eliminate any mandatory dependencies on external plugins. I have updated the plugin help to clarify the optional plugin information above.

I cannot duplicate the failure you mentioned earlier with my Ubuntu 12.10 virtual test machine running Java 1.7_09 and either version of NetRexx (3.01 or advanced), however I did modify the build to remove the class file you mentioned as it was not needed. Version 0.2.13 is now uploaded if you get time to try it:

http://kenai.com/projects/netrexx-plus/downloads/download/jEdit%20NetRexxPlugin/NetRexxPlugin.jar

-- Kermit


On 12/12/2012 4:34 PM, Jason Martin wrote:
Is the Console plugin required for things to work right?


_______________________________________________
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 plugin for jEdit version 0.2.10

Jason Martin
In reply to this post by KP Kirchdörfer
Started without errors the first time. Thank you.

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