skip to main content

Integrated Development Environment (IDE) : Command-line usage : Generate and build projects

Generate and build projects
Command:
isIDE -data workspaceLocation -nosplash --launcher.suppressErrors -application com.iscobol.plugins.screenpainter.IscobolScreenPainter.builderApplication [clean] [build] [generate] [logfile logFilename]
workspaceLocation is the workspace directory.
-nosplash is suggested to avoid the splash screen.
--launcher.suppressErrors is suggested to avoid interactive message boxes on error. If this option is used, then errors are saved to the file ".log" in the workspace ".metadata" folder.
clean, if specified, performs the same operation of Project -> Clean for each project in the workspace.
generate, if specified, performs the same operation of Project -> Generate Project for each project in the workspace.
build, if specified, performs the same operation of Project -> Build Project for each project in the workspace.
logfile allows to choose the name of the file where to print the logs. If not specified, the IDE will create a file named "iscobol_builder<yyyyMMddHHmmss>.log" in the working directory.
 
Note - The 'build' option implies 'generate', so if you specify both 'build' and 'generate', 'generate' will be ignored.

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left