-
```
There are enhancements and bug fixes in legstar-core, particularly in the
copybook generator that protocob can benefit from.
```
Original issue reported on code.google.com by `fady.mou...@gmail.…
-
Currently you get
```
---------------------------
Cannot compile file
---------------------------
Cannot compile file: 'TEST.CPY'.
Reason: Invalid extension
---------------------------
OK
-------…
-
Hey good folks,
I have a question, related to a design problem I stumbled upon today while developing some nice code with Laravel:
Why don't we use `callable` type-hint instead of `\Closure` whereve…
shehi updated
8 years ago
-
```
Lists in XSDs and Java are mapped to variable size COBOL arrays (using
DEPENDING ON).
For each such list, a dynamic counter is added to support the DEPENDING ON
clause.
This additional counter s…
-
```
What steps will reproduce the problem?
1. Run the build-cob2xsd.xml script on the attached copybook
2. Examine the generated schema
3. There will be two elements called LkupInfo created which is i…
-
```
What steps will reproduce the problem?
1. Run the build-cob2xsd.xml script on the attached copybook
2. Examine the generated schema
3. There will be two elements called LkupInfo created which is i…
-
```
Right now we have COBOL copybook generation capabilities as part of
legstar-cobcgen and legstar-xsd2cob.
There is no reason to have 2 such generators, it is just that cobcgen took
annotated JAXB…
-
It should be a nice feature to double click on a copy name and have the copy expandend in the source editor in read only rows.
-
```
When generating Java Transformer classes from a COBOL copybook there is no way
to validate the string length when calling a setXXX(String foo) method.
Currently when setting a string that is lon…
-
```
I am trying to transform a mainframe file into a simple text file by using
legstar.
I have created a xml schema with cobol annotation by using cobol copybook and
coxb2xsd package.
but,not able t…