...
Want to do some hacking on ActiveCluster? Try surfing the our issue tracker Issue Tracker for open issues or features that need to be implemented, take ownership of an issue and try fix it.
...
Please raise a new issue in our
| Wiki Markup |
|---|
{link:issue tracker|http://jira.codehaus.org/secure/BrowseProject.jspa?id=10521}{link} |
If you can create a JUnit test case then your issue is more likely to be resolved quicker.
e.g. take a look at some of the existing unit tests cases
...
Most IDEs can create nice patches now very easily. If you're a command line person try the following to create the patch
| Code Block | |
|---|---|
| bash | diff -u Main.java.orig Main.java >> patchfile.txt |
or
| Code Block | |
|---|---|
| bash | cvs diff -u Main.java >> patchfile.txt |
...
Why not dive in and try tackle some of our outstanding issues?
| JIRA Issues | ||||
|---|---|---|---|---|
|
