After updating Windows Eclipse Visual COBOL 2.3 to 3.0 plus patch 1 all compiles fail with the following error:
-------------------------------BUILD STARTED-------------------------------
Problem: failed to create task or type mfdirlist
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
The .cobolBuild XML file contains the following relating to mfdirlist:
<!-- ***************************** -->
<!-- * COBOL compiler directives * -->
<!-- ***************************** -->
<!-- cobol_directive_set_1 -->
<mfdirlist id="cobol_directive_set_1">
<directive name="DIALECT" id="dialect" value="MF"/>
<directive name="WARNING" id="warning" value="3"/>
<directive name="CHARSET" id="charset" value="ASCII"/>
<directive name="MAX-ERROR" id="max-error" value="100"/>
<directive name="SOURCEFORMAT" id="sourceformat" value="fixed"/>
<directive name="SOURCETABSTOP" id="sourcetabstop" value="4"/>
<directive name="COLLECTION" id="collection" value="work2"/>
<directives value="VERBOSE SHOW-DIR SETTINGS ERRLIST"VERBOSE" DATAMAP XREF WARNINGS "3" DIALECT"MF" NOALTER NOEARLY-RELEASE RESTRICT-GOTO COPYEXT"cbl,cpy,cps,sel" OSEXT"cbl" MOVE-LEN-CHECK"TRUNC" AREACHECK"/>
<directive name="${TESTCOVER_VALUE_1}"/>
</mfdirlist>
<property name="TESTCOVER_VALUE_1" value="${TESTCOVER_VALUE_OFF}"/>
Note, this is a Remote COBOL Project on SUSE Linux using the Development Hub.
How do I resolve this?
Mark.




