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
- cb2xml - Cobol copybook analysis (used in JRecord and RecordEditor)
- JRecord_Common - Used in both JRecord and JRecord_RE/RecordEditor
- JRecord_RE - Record Editor version of JRecord
- RecordEditor - RecordEditor/ReCsvEditor source code
- RecordEditor_ZCalendar - Date Display code
- RecordEditor_ui - Low-level Gui code used by the RecordEditor
JRecord
Part of the JRecord Package. JRecord_CodeGen is used by the RecordEditor to
Generate JRecord code from a Cobol Copybook.
- JRecord - JRecord package, included to support JRecord_CodeGen
- JRecord_CodeGen - Code Generation for JRecord. It can run with either JRecord or JRecord_RE
Testing and Packages used
Contains RecordEditorTest code.
- RecordEditor_GUI_BE_Testing - RecordEditor GUI Testing
- RecordEditor_Testing_Common - Common Testing Code used by other Testing packages
- RecordEditor_Tests - Tests for the RecordEditor Backend (non GUI)
- RecordEditor_Tests1 - Tests for the RecordEditor Backend (non GUI
- RecordEditor_utils - Utilities, examples of extending the RecordEditor. Most are old now
- Z_Fontchooser/b> - Determine font used in file
- Z_swingx_1.6.5.1 - Swing utlity package