<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Final//EN"> <HTML> <HEAD> <TITLE>Jam samples</TITLE> </HEAD> <BODY> <H3>Jam samples</H3> <p> Contained here are several sample Jam setups. Each has a README.html explaining the specific example. You can use this set of examples as a sort of Jam tutorial, or as a starting point for your own projects. <ol> <li><code>simple</code> - Hello world revisited <li><code>abstract</code> - Abstract multi-directory project <li><code>rootless</code> - Project with multiple independant sub projects. </ol> <p> These are listed in order of increasing complexity, so if you're looking at Jam for the first time, try going through the examples in this order. <p> Happy Jamming! </HTML>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 4438 | Chris Comparini |
Sample jam projects. "rootless" documentation still needs work. |