Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

Chapter 6 Build Function

Build is a process that uses a set of build tools according to definitions in a project. COBOL program build tool settings are made when a project is created. During a project build, build tools are used in the order specified. Build tool settings and options can be made by project. If a build contains errors, they are displayed in the "Problems" view. A detailed build log can be checked in the Console view. To display the build log, select "Build Console" from the "Open Console" icon in the toolbar of the Console view.

Point

Error information detected by the precompiler is not displayed in the "Problems" view. The error information is displayed in the Console view under Build Console.

Note

  • The build.xml file that is created in each project folder is used for build. This file must not be edited, and an Ant build (execution of an Ant script) must not be executed for the file.

  • When you build COBOL source file of the text file encode "UTF-8", installs NetCOBOLV10.0.0 or later.

Build Tools

NetCOBOL Studio combines build tools to execute build processing. When creating a new COBOL project, the COBOL compiler and linker are set as build tools. If you specify to use the precompiler in creating the project, the Precompiler build tool is also set. The resource compiler can be added to existing COBOL projects as a build tool.