Navigate to the location where you installed the PIX/PDQ projects, and then to /hcpbuild.
To build the projects, do the following:
For Windows, open runBuild.bat in a text editor. For UNIX or Mac OS, open runBuild.sh in a text editor.
Verify the values of the following properties, and update them if needed:
GLASSFISH_HOME – The GlassFish server home directory for the GlassFish ESB installation; for example, C:\GlassFishESBv22\glassfish..
NETBEANS_HOME – The NetBeans home directory for the GlassFish ESB installation; for example, C:\GlassFishESBv22\netbeans..
ADMIN_USER – The login ID of the GlassFish admin user. The default login ID is admin.
ADMIN_PORT – The GlassFish server admin port.
ADMIN_HOST – The name of the server on which the GlassFish server for GlassFish ESB is installed. Unless it is a remote server, you can specify localhost.
Save and close the file.
From a command prompt, type runBuild.bat (for Windows) or runBuild.sh for UNIX.
To deploy the projects after building them, do the following: