rpgng missed.
RPG Next Gen Editor is no longer supported (as stated on the website). Please try MiWorkplace which is the successor of RPG Next Gen Editor at http://miworkplace.com .
Parameterized Unit Tests
Hi, I think at line sequence number 036900 in XMLI1.RPGLE (xmli_addElement) it should be pCurrent = pStartElement; instead of pCurrent = pSaved; At the moment it trashes the xml if the open tag needs to be rolled back. Thanks. Mihael
Hi Tosh, RPG Next Gen Editor does not support local source code. And you cannot pass a file path to a stream file in the IFS to the editor. It doesn't work. Anyway the editor is not developed any further. If you are interested in an RPG editor please take a look at MiWorkplace , see https://www.miworkplace.com . Best Regards Mihael (project owner of RPG Next Gen Editor and developer of MiWorkplace)
Hi Tosh, RPG Next Gen Editor does not support local source code. And you cannot pass a file path to a stream file in the IFS to the editor. It doesn't work. Anyway the editor is not developed any further. If you are interested in an RPG editor please take a look at MiWorkplace , see https://www.miworkplace.com. Best Regards Mihael (project owner of RPG Next Gen Editor and developer of MiWorkplace)
Hi, I think this project is not active any more. There has been some forks on github but even these have no further commits than the code here on Sourceforge.net. ILEUnit has some enhancements but won't cover your request at the moment. I think a good way to test and report would be to let the tests be run from a build and test server like Jenkins. Jenkins could send reports per mail. I tried this approach with limited success, see http://wiki.rpgnextgen.com/doku.php?id=ibm_i_and_continuous_integration...
Oh. The fix should rather have been: public void setParameterOutputData(int parmIndex, byte[] tempData, int maxLength) { contents_ = new byte[Math.min(lengthOfData_, maxLength)]; System.arraycopy(tempData, 0, contents_, 0, Math.min(lengthOfData_, maxLength)); }
Forgot the jtopenlite Program class for the IBM i API QUSLMBR.
RetrieveUserSpace throws ArrayIndexOutOfBoundsException
The bundle information could look like this (though this is for an old version): Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JTOpen Bundle-SymbolicName: com.ibm.as400.jtopen Bundle-Version: 7.10 Bundle-ClassPath: . Export-Package: com.ibm.as400.access, com.ibm.as400.access.jdbcClient, com.ibm.as400.access.list, com.ibm.as400.data, com.ibm.as400.micro, com.ibm.as400.resource, com.ibm.as400.security, com.ibm.as400.security.auth, com.ibm.as400.util, com.ibm.as400.util.commtrace, com.ibm.as400.vaccess,...
Provide Bundle Information in Manifest File of jt400.jar
Next time just write me per email as this project (rpgnextgen at sourceforge) is...
Any further questions regarding this thread please at mihael (47) rpgnextgen dot...
In context of my JSON service program arrays are always 0-based, meaning the first...
It is not critical for my application. I can wait till the next release. Thank y...
Date, Time and Timestamp field recognized as text field
Initial commit
adjusted docs
added docs
initial commit
initial commit
initial commit
Telnet DDM Database Service connection: You need just to be able to establish a connection...
Telnet DDM Database Service connection: You need just to be able to establish a connection...
Hi, could you please check if DDM is correctly configured and you can get a data...
Hi David, you can pass parameters to the program. At the moment it will just ignore...
Hi, sorry for the late answer. The RPG Next Gen Editor doesn't support keeping the...
initial commit
What does the log say? http://wiki.rpgnextgen.com/doku.php?id=eclipse_start_para...
sorry for the late post. just follow the video: http://rpgnextgen.sourceforge.net/index.php?content=videos...