Skip to main content

Run JVM COBOL by ant script(.cobolBuild)

  • May 2, 2013
  • 2 replies
  • 0 views

Is there a tag can run JVM COBOL by ant script(.cobolBuild) in Visual COBOL?
I mean for example I can use tag<junit>(ant-junit.jar) to run junit by ant script.
And I want to run a JVM COBOL by ant script.


Thanks!


#VisualCOBOL

2 replies

Is there a tag can run JVM COBOL by ant script(.cobolBuild) in Visual COBOL?
I mean for example I can use tag<junit>(ant-junit.jar) to run junit by ant script.
And I want to run a JVM COBOL by ant script.


Thanks!


#VisualCOBOL
You can find this in your .cobolBuild file, hope can help.

<cobol debug="true" analysisDataDir="${analysisDataDir}" analysisData="${analysisData}" destdir="${basedir}/bin" is64bit="false" failonerror="${cobolFailOnError}" forceCompile="${forceCompile}" desttype="jvm">
<mffilelist refid="cobol.copybook.locations"/>
<mfdirlist refid="cobol_directive_set_1"/>
<mffilelist refid="cobol_file_set_1"/>
</cobol>

Stephen Gennard
Forum|alt.badge.img

Is there a tag can run JVM COBOL by ant script(.cobolBuild) in Visual COBOL?
I mean for example I can use tag<junit>(ant-junit.jar) to run junit by ant script.
And I want to run a JVM COBOL by ant script.


Thanks!


#VisualCOBOL
The ant tasks are documented here:
documentation.microfocus.com/.../index.jsp