Skip to content
forked from IBM/ibmi-bob

A build system for creating IBM i-native objects using GNU Make.

License

Notifications You must be signed in to change notification settings

jbampton/ibmi-bob

 
 

Repository files navigation

bob bob

A build system for the native QSYS objects

GitHub release (latest by date) GitHub | Documentation


Better Object Builder

Better Object Builder, or Bob, is a free and open source build system for the IBM i platform that is used to build native "QSYS" objects. It was developed by S4i Systems, a leader in Electronic Document Management, to build their own software. In 2021, IBM began to make major investments in making Bob span multiple directories and handle pseudo-source and a buildable project definition. Bob is now hosted in IBM's public gihub and is under active development. It is released under the Apache 2.0 license to the open source community so that others can contribute and benefit.

Why Better Object Builder?

Here's what makes Bob different.

  • πŸš€ Speed. Bob only compiles objects that need recompiling, like from new or changed source code.

  • πŸ›  Reliability. Bob understands the relationships between your objects, so if an item changes, then it and everything depending on it will be rebuilt.

  • πŸ’Ž Industry standard. Object dependencies are specified using standard makefile syntax, and the actual build engine is GNU Make -- exactly like tens of thousands of Linux and Unix software projects.

  • πŸ”§ Flexibility. Most objects defined to Bob typically build using your default values. Have a program that requires a custom activation group or a data area that needs to be created with a certain value? No problem, overriding compile parameters is trivial, and writing custom recipes for special objects is very straightforward. If you can code it, you can build it.

  • 🌟 Ease of use. Invoking a build of an entire codebase is done with just a single command. Or, if the Rational Developer for i integration pieces are installed, a single button click.

Learn more about installing and using Bob in the documentation.

About

A build system for creating IBM i-native objects using GNU Make.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 50.2%
  • Makefile 35.4%
  • Shell 14.4%