| HowToSubmitPatches |
UserPreferences |
| JicarillaWiki | FrontPage | Overview | Articles | GetStarted | Sourceforge Project Page | RecentChanges |
This wiki is in 'slumber' mode, just like its associated sourceforge project. Edits are disabled, the content is potentially stale and is not maintained. That said, it contains some really useful stuff still. Enjoy!
Jicarilla does not use an issue tracker (at the moment). Instead, you should send bug reports to the mailing list. To do so, please follow the following conventions. Doing so will make bug and patch management possible for the project developers. If you don't, your messages may get lost.
[patch]
If you're providing a code modifications. Please submit all patches as attachments. Use unified diffs (see below). Please provide unit tests with all patches (unless the unit test for your patch already exists).
[rfe]
If you're submitting or requesting an improvement over existing code or new functionality, rather than reporting a 'real' bug.
[bug]
If you're reporting a real bug or submitting a patch to fix one.
Please remove the [patch] from the subject line when replying to a patch submission (keep the other prefixes as long as they're appropriate). Examples:
[patch][bug] UnsatisfiableDependencyException does not check for null
[rfe] Spring framework support
Re: [rfe] Spring framework support
[patch][rfe] Spring framework support
Re: [bug] UnsatisfiableDependencyException does not check for null
[bug] CyclicDependecyException when loading my merlin-based components
More debug info is generally better than less.
See http://www.apache.org/dev/contributors.html#patches for a more verbose guide to patch submisson.