![]() |
OpenMake Meister |
If an existing Build Service cannot be used to handle your unique compile and link requirements, you can create your own Build Service. Build Services can be defined to handle a large variety of tools and process. Build Services are not limited to only handling compilers and linkers. You can create custom Build Services for handling any command line process. Command line processes used in the Build Service are different from the command line activities available through Workflows. Command line processes in the Build Service are enhanced since they are executed based on the firing of Build Rules.
Build Services are architected based on an expert "rules engine" system. When a Build Rule is set to "true" an action occurs. This simple rules-based logic drives all the Build Services.
Online Tutorial: View an on-line tutorial on creating your own Java Service using an existing Build Service as a Template, or for .Net users, creating your own .Net Build Services using an existing Build Service as a Template.