Guides you through the process of creating, populating, and configuring an AppMaster Builder project, and creating an
Enterprise Developer COBOL project in which to store generated source code.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
You need an AppMaster Builder project in which to develop your application, and an
Enterprise Developer project in which to compile and run the application. Here, you create both projects, and populate the AMB project with the
demonstration application files needed to complete the tutorial.
Set up the AMB BLDRAPPL project
When you create an AppMaster Builder project, AMB creates a directory structure containing the files required to develop an
application. Each project subdirectory contains specific files and file types. For this tutorial, you create the project and
then copy the demonstration files into the new directory structure, overwriting the existing files. Following that, you need
to specify the project path in your AppMaster Builder preferences.
- Create the BLDRAPPL project
-
- With the
AppMaster Builder perspective active, click
Admin > Project > Create.
- In the
Administrator Password field, type
ambadmin; then click
OK.
Important: This tutorial assumes you can use the default AMB administrator password. However, you might be required to supply an alternative
password if it has been changed.
- In the
Qualifier field, type the path to your Eclipse workspace.
- In the
Project field, replace the default text with
AMB to represent AppMaster Builder.
- In the
Group field, replace the default text with
BLDRAPPL to represent the application name.
- Click
Create. A message appears in the dialog header indicating that the project was created.
- Click
Exit.
- Copy demonstration files
-
- Set the project path
-
- From the Eclipse IDE, click
Window > Preferences.
- Expand
Micro Focus; then click
AppMaster Builder.
- In the
Project path field, type in or browse to and select the
AMB\BLDRAPPL subdirectory of your Eclipse workspace, and then click
Apply and Close.
Note: If the
Preference Recorder dialog box appears, click
OK.
Create an Enterprise Developer COBOL project
You need an
Enterprise Developer project in which to store the code generated by AppMaster Builder.
- From the
AppMaster Builder perspective, click
AppMaster Builder Preferences
.
- On the AppMaster Builder
Preferences page, check
Compile in COBOL Project.
- Click
New.
- In the
Project name field, type
COB_BLDRAPPL; then click
Finish.
Enterprise Developer creates the project in your default Eclipse workspace, and AppMaster Builder populates the field with the path to the new
COBOL project.
- On the
Open Associated Perspective prompt, click
Open Perspective.
This opens the
COBOL perspective and shows the
COB_BLDRAPPL project in the
COBOL Explorer view.
- Click
Apply and Close.