EGL Reference Guide for iSeries


Invoking a build plan after generation

You may wish to create a build plan and to invoke that plan at a later time. This case might occur, for example, if a network failure prevents you from preparing code on a remote machine at generation time.

To invoke a build plan in this case, complete the following steps:

  1. Make sure that eglbatchgen.jar is in your Java classpath, as happens automatically on the machine where you install EGL. The jar file is located in the \bin subdirectory of the WebSphere Studio installation directory. For example:
    c:\myStudio\bin\eglbatchgen.jar
    
  2. Similarly, make sure that your PATH variable includes the \bin subdirectory of the WebSphere Studio installation directory. For example:
    c:\myStudio\bin
    
  3. From a command line, enter the following command:
    java com.ibm.etools.egl.distributedbuild.BuildPlanLauncher bp
    

    bp
    The fully qualified path of the build plan file. For details on the name of the generated file, see Generated output (reference).


Related concepts
Build plan
Generation


Related tasks
Building EGL output


Related reference
Build descriptor options
Generated output (reference)


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]