Welcome to Jedi Make Help

Jedi Make is a is a tool that enables developers and build masters to create an automated build, deploying software, compiling and installing developer components. Its essential power is the speed of creating build processes.

All Build commands are placed in external plugins which could be written either in any Win32 or .NET language. The interface to create your own plugins is fully documented and opensource.

This help system is dynamic and depends on the help files placed in the Jedi Make Help folder. When ever the content of the folder is changing, the help system will be recreated.

If you want to add a help file, just copy a valid HTML Help file (.chm) to the help folder. Then create a text file with the same file name as the chm file and the following content:

Chapter=<Your Chapter Name>

ContentFile=<Your Content File>.hhc


Typically the "ContentFile" is the same like the .chm file - just the extension is .hhc. In some cases (e.g. the chm file has been renamed) the content file and the help file could have different names.