Marauroa on NetBeans: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>SimonSmall
Moved versions to Talk. Minor corrections
imported>SimonSmall
Line 21: Line 21:
== Marauroa Source ==
== Marauroa Source ==


There are three ways to use Marauroa with your project. You can choose the one that best suits your needs.
You can take the source code from the repositories, but these instructions use the released version available from the website [http://arianne.sourceforge.net/engine/marauroa.html].

Released sources can be downloaded from [http://arianne.sourceforge.net/engine/marauroa.html the Arianne website].

=== Compiled Marauroa ===

Download the compiled jar file from the Arianne website and use that as a library in the NetBeans project. You can skip the rest of this page. You will be limited in what you can do with it.

=== Released Source code ===

Download the source code from the Arianne website and build it yourself. You will be able to view the source code (if, for example, you want a deeper understanding of how it works), run a debug session into the Marauroa source code, and create the JavaDoc help information. See the rest of this page for this method.

=== Code from the Repository ===

Marauroa source code is held in a Git repository, and you can connect NetBeans to that repository and download the very latest code. This can be compiled, as with the released source code, but may not be as stable (it should be, though). You can find and fix bugs or make modifications, and submit patches back to the Marauroa project. Getting the code from the repository is not covered here, but once downloaded the rest of this page can be used to compile it.


== Directory structures ==
== Directory structures ==