Introduction

This zip file includes my RecordEditor related Eclipse projects and jars used by those projects. All the jars used by the projects are in the lib directory in this zip file. Update the Eclipse jars variable MyLibs to point to the lib directory when extracted from this zip file The RecordEditor project is ant based. Before you build the RecordEditorm there are three ant scripts that should be updated: JRecord_CodeGen/build.xml, RecordEditor_ui/build.xml and RecordEditor/build.xml. For all three ant scripts you should update the variable inputLib.dir to to the lib directory from this zip file.

   1     <property name="inputLib.dir"          location="/home/brucemartin/work/temp/lib" />
   2 

RecordEditor packahes

JRecord

Part of the JRecord Package. JRecord_CodeGen is used by the RecordEditor to Generate JRecord code from a Cobol Copybook.

Testing and Packages used

Contains RecordEditorTest code.