Follow

Run the Eclipse ETP export wizard as a batch process from outside of Eclipse

For situations in which one needs to run the ETP export wizard as part of a batch process, use the following steps:

  • Make sure that you have version 15.5.20 or higher version of the Elastic COBOL Enterprise product
  • Create your batch/script file with the following command

<path to eclipse_install_dir>/eclipse/eclipsec -application com.heirloomcomputing.headlessutils.etpdeploy -nosplash -data "[workspace]" [project] [destination] [compress] [license]

where

[workspace] - path to the workspace that contains the etp project. Recommended that this be provided in quotes in case spaces are present

[project] - the etp project name

[compress] - A integer switch 1/0 indicating whether compression should occur. 

[license] - An optional path indicating the deployment license location where the elasticcobol.properties is located.

 

For e.g.

 

C:\EclipseInstalls\Kepler64\eclipse\eclipsec             -application com.heirloomcomputing.headlessutils.etpdeploy                  -nosplash       -data "C:\SampleWkps\EtpWksp"           EtpTestProject                C:\DeploymentStuff\TestEtp.ear              1                 C:\LicenseStuff

 

  • Execute the batch/script file. 
  • To troubleshoot one can use options such as -consoleLog in order to output additional information
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk