Skip to content

Failing to generate Codecs for CME template_FIXBinary.xml file for CSHARP language. #88

@mharika

Description

@mharika

Hi;

I am currently trying to generate Codecs for CME template which I download daily from CME ftp site (file: templates_FIXBinary.xml). Generating Codecs in Java or C++ seems to work, however when I switch to CSHARP I receive the following error:

image

Here is the command line I use.

@echo off

echo Generating C# classes for templates_FIXBinary.xml...

java -Dsbe.output.dir=..\sample\output\ -Dsbe.target.language=CSHARP -jar ....\target\dist\sbetool.jar ....\examples\resources\templates_FIXBinary.xml

echo Code generated in \sample\output\

pause

As you can see it is based off the example provided.

I am sure I am missing a step that must be unique to generating the Codecs in CSharp however your assistance would be most appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions