Skip to main content

Build Tools: Introduction to Build Tools

Build Tools
Introduction to Build Tools
    • Notifications
    • Privacy
  • Project HomeTools and Techniques in Software Engineering
  • Projects
  • Learn more about Manifold

Notes

Show the following:

  • Annotations
  • Resources
Search within:

Adjust appearance:

  • font
    Font style
  • color scheme
  • Margins
table of contents
  1. Introduction to Build Tools
  2. Grammars related to build tools
    1. Yet another markup language (Yaml/YML)
    2. XML
  3. Build Tools
    1. Make
    2. Maven
  4. Continuous Integration
  5. Bibliography

Build Tools

Build tools help with building source code into an executable. In this handbook we will cover the original build tool Make and a common Java build tool, Maven.

Continuous Integration

With deployed applications, continuous integration tools can be used to build and test software projects without having to take down the app from production.

Annotate

Next Chapter
Grammars related to build tools
Next
System & Tools
Powered by Manifold Scholarship. Learn more at
Opens in new tab or windowmanifoldapp.org