-
No problem, though I'm not exactly sure that's the problem. I did that and it still had the same class not found exception. The netrexxc task doesn't seem to be using the classpath property?
Also, I looked through your build.xml file and I think we can simplify it a bit. For instance, you don't need to package things into tgz and zip files any longer. My build scripts will do this...
2009-11-10 19:32:03 UTC in jEdit
-
Hi Kermit,
Thank you for uploading the source to the repository, and creating the tag.
I've downloaded it, but I'm having troubles building it. I get this build error:
/Users/eberry/development/projects/jedit/plugins/sandbox/NetRexxScript-0.1.1/NetRexxScript/build.xml:29: java.lang.NoClassDefFoundError: netrexx/lang/Rexx
I noticed that there were some jars already in the build...
2009-11-10 17:47:51 UTC in jEdit
-
Released to Plugin Central.
2009-11-10 17:43:58 UTC in jEdit
-
Released to Plugin Central.
2009-11-09 18:36:38 UTC in jEdit
-
Matthew,
It's building fine now, but I noticed that the help file doesn't reflect the new version. Also, it's showing the styles at the top as part of the document. See attached.
Do you want to change this before I release the plugin?.
2009-11-09 18:08:17 UTC in jEdit
-
Hi Kermit,
Dale has given you commit privileges to the Plugin repository.
You should be able to commit your source files now.
I've created the NetRexxScript directory under the plugins directory.
If you have any troubles getting your source uploaded, please let me know.
When you are ready, create a tag named after the version, and update the ticket with the tag name. I will...
2009-11-09 17:42:43 UTC in jEdit
-
elberry committed revision 16460 to the jEdit SVN repository, changing 1 files.
2009-11-09 17:40:21 UTC in jEdit
-
Awesome. I'll hold off on releasing it then until we get it into source control.
I wrote the ScriptEnginePlugin which includes the jsr223 ScriptEngine stuff. I've also wrote a few extensions for it which include the JavaScript script engine, and the Groovy script engine. If you need help creating a similar plugin for NetRexx please let me know.
2009-11-03 19:19:59 UTC in jEdit
-
Ah ok. Yeah, I am unable to release it for 4.3pre18.
I can add the trunk to the Daily builds if you'd like. This will make packages available for manual download an installation.
2009-11-03 16:24:20 UTC in jEdit
-
If you would like, you can send an email to the jedit-devel mailing list, and ask to get your permissions to upload your plugin's source code. This can be beneficial to you, as more core developers will have access to your plugin's source, and it would be easier for them to help you upkeep your plugin.
Plugins don't have to be programmed in only Java, we have at least one plugin written in...
2009-11-03 16:21:12 UTC in jEdit