| --- |
| title: Developer Guide |
| started-pdf-exclude: true |
| layout: website-normal |
| menu_parent: /website/documentation/ |
| breadcrumbs: |
| - /website/documentation/index.md |
| - /guide/dev/index.md |
| children: |
| - { link: "{{ site.path.website }}/developers/code/", title: "Get the Code" } |
| - env/maven-build.md |
| - env/ide/ |
| - code/structure.md |
| - code/tests.md |
| - code/licensing.md |
| - tips/ |
| - tips/logging.md |
| - tips/debugging-remote-brooklyn.md |
| - { link: "http://github.com/apache/brooklyn", title: "GitHub" } |
| - { link: "https://brooklyn.apache.org/v/latest/misc/javadoc", title: "Javadoc" } |
| --- |
| |
| {% comment %} |
| TODO |
| |
| The Developer Guide contains information on working with the Brooklyn codebase. |
| |
| Of particular note to people getting started, there is: |
| |
| * Help with Maven |
| * Help with Git |
| * Help setting up IDE's |
| |
| And for the Brooklyn codebase itself, see: |
| |
| * Project structure |
| * Areas of Special Hairiness |
| |
| (All links are TODO.) |
| {% endcomment %} |
| |
| {% include list-children.html %} |