Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

There

...

are

...

many

...

ways

...

you

...

can

...

help

...

make

...

Karaf

...

a

...

better

...

piece

...

of

...

software

...

-

...

please

...

dive

...

in

...

and

...

help

...

!

...

Try

...

surf

...

the

...

documentation

...

-

...

if

...

somethings

...

confusing

...

or

...

not

...

clear,

...

let

...

us

...

know.

...

Download

...

the

...

code

...

&

...

try

...

it

...

out

...

and

...

see

...

what

...

you

...

think.

...

Browse

...

the

...

source

...

code.

...

Got

...

an

...

itch

...

to

...

scratch,

...

want

...

to

...

tune

...

some

...

operation

...

or

...

add

...

some

...

feature?

...

Want

...

to

...

do

...

some

...

hacking

...

on

...

Karaf?

...

Try

...

surfing

...

the

...

our

...

issue

...

tracker

...

for

...

open

...

issues

...

or

...

features

...

that

...

need

...

to

...

be

...

implemented,

...

take

...

ownership

...

of

...

an

...

issue

...

and

...

try

...

fix

...

it.

...

If

...

you'd

...

rather

...

a

...

more

...

gentle

...

introduction

...

to

...

working

...

on

...

the

...

Karaf

...

project,

...

how

...

about

...

you

...

try

...

look

...

at

...

the

Wiki Markup
{link:test coverage report|http://nemo.sonar.codehaus.org/project/index/XXXX}{link}

...

and

...

help

...

us

...

get

...

it

...

even

...

more

...

green

...

by

...

supplying

...

more

...

test

...

cases

...

to

...

get

...

us

...

closer

...

to

...

100%

...

coverage.

...

Getting

...

in

...

touch

...

There

...

are

...

various

...

ways

...

of

...

communicating

...

with

...

the

...

Karaf

...

community.

...

  • join

...

  • us

...

  • on

...

  • the

...

...

...

  • and

...

  • take

...

  • part

...

  • in

...

  • any

...

  • conversations

...

  • pop

...

  • by

...

  • on
    Wiki Markup
    {link:IRC|irc://irc.codehaus.org/karaf}

...

  • {link}
    and

...

  • say

...

  • hi

...

  • add

...

  • some

...

  • comments

...

  • to

...

Improving the documentation

Documentation is massively important to help users make the most of Apache Karaf and its probably the area that needs the most help!

So if you are interested in helping the documentation effort; whether its just to fix a page here or there, correct a link or even write a tutorial or improve what documentation is already there please do dive in and help!

All of the documentation is stored on the wiki. See How does the website work or How do I edit the website for more details.

To be able to edit the wiki you need to mail the dev list asking for an account (to prevent spam we only offer access to the wiki by folks sending mail to the mailing list).

If you find a bug or problem

Please raise a new issue in our issue tracker

If you can create a JUnit test case then your issue is more likely to be resolved quicker.

Then we can add your issue to Subversion and then we'll know when its really fixed and we can ensure that the problem stays fixed in future releases.

Working on the code

Grab the Source and create a project in your IDE. e.g. if you are using Eclipse the following should do the trick...

Code Block
 [wiki|Navigation]

h2. Improving the documentation

Documentation is massively important to help users make the most of Apache Karaf and its probably the area that needs the most help\!

So if you are interested in helping the documentation effort; whether its just to fix a page here or there, correct a link or even write a tutorial or improve what documentation is already there please do dive in and help\!

All of the documentation is stored on the wiki. See [How does the website work] or [How do I edit the website] for more details.

To be able to edit the wiki you need to mail the [dev list|Mailing Lists] asking for an account (to prevent spam we only offer access to the wiki by folks sending mail to the mailing list).

h2. If you find a bug or problem

Please raise a new issue in our [issue tracker|http://issues.apache.org/jira/browse/KARAF]

If you can create a JUnit test case then your issue is more likely to be resolved quicker.

Then we can add your issue to Subversion and then we'll know when its really fixed and we can ensure that the problem stays fixed in future releases.

h2. Working on the code

Grab the [Source] and create a project in your IDE. e.g. if you are using Eclipse the following should do the trick...
{code}
svn co https://svn.apache.org/repos/asf/karaf/trunk karaf
cd karaf
mvn eclipse:eclipse
{code}

Build

...

the

...

project.

{
Code Block
}
mvn install
{code}

PS:

...

You

...

might

...

need

...

to

...

build

...

multiple

...

times

...

(if

...

you

...

get

...

a

...

build

...

error)

...

because

...

sometimes

...

maven

...

fails

...

to

...

download

...

all

...

the

...

files.

...

Then

...

import

...

the

...

projects

...

into

...

your

...

workspace.

...

Creating

...

patches

...

We

...

gladly

...

accept

...

patches

...

if

...

you

...

can

...

find

...

ways

...

to

...

improve,

...

tune

...

or

...

fix

...

Karaf

...

in

...

some

...

way.

...

Most

...

IDEs

...

can

...

create

...

nice

...

patches

...

now

...

very

...

easily.

...

e.g.

...

in

...

Eclipse

...

just

...

right

...

click

...

on

...

a

...

file/directory

...

and

...

select

...

Team

...

->

...

Create

...

Patch.

...

Then

...

just

...

save

...

the

...

patch

...

as

...

a

...

file

...

and

...

then

...

submit

...

it.

...

(You

...

may

...

have

...

to

...

click

...

on

...

Team

...

->

...

Share...

...

first

...

to

...

enable

...

the

...

Subversion

...

options).

...

Incidentally

...

if

...

you

...

are

...

an

...

Eclipse

...

user

...

you

...

should

...

install

...

the

...

subclipse

...

plugin.

...

If

...

you're

...

a

...

command

...

line

...

person

...

try

...

the

...

following

...

to

...

create

...

the

...

patch

{
Code Block
}
diff -u Main.java.orig Main.java >> patchfile.txt
{code}

or

Code Block

or
{code}
svn diff Main.java >> patchfile.txt
{code}

h2. Submitting patches

The easiest way to submit a patch is to
* [create a new JIRA issue|http://issues.apache.org/jira/browse/KARAF] (you will need to register),
* attach the patch or tarball as an attachment
* *tick the Patch Attached* button on the issue
* fire off an email to the [Discussion Forums] linking to the JIRA

When a ticket is create in JIRA it automatically sends an email to the developer forum but an email always helps alert folks (as lots of emails are generated from every change to every JIRA).

Remember to create and attach the patch in two steps, as JIRA does not support granting ASF license to the patch in the create ticket wizard. So after creating the ticket, then attach the patch and remember to tick off the grant ASF license, otherwise we can not commit the patch. We prefer patches has unit tests as well and that these unit tests have proper assertions as well, so remember to replace your system.out or logging with an assertion instead\!

h2. Becoming a committer

Once you've got involved as above, we may well invite you to be a committer. See [How do I become a committer] for more details.

h2. Using the issue tracker

Before you can raise an issue in the issue tracker you need to register with it. This is quick & painless.

If you want to have a go at fixing an issue you need to be in the list of karaf-developers on the issue tracker. To join the group, please mail the dev@karaf.apache.org mail list with the email address you used to register with the issue tracker and we'll add you to the group.

Why not dive in and try tackle some of our [outstanding issues|http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=12311140&resolution=-1&sorter/field=updated&sorter/order=DESC]?

Submitting patches

The easiest way to submit a patch is to

  • create a new JIRA issue (you will need to register),
  • attach the patch or tarball as an attachment
  • tick the Patch Attached button on the issue
  • fire off an email to the Discussion Forums linking to the JIRA

When a ticket is create in JIRA it automatically sends an email to the developer forum but an email always helps alert folks (as lots of emails are generated from every change to every JIRA).

Remember to create and attach the patch in two steps, as JIRA does not support granting ASF license to the patch in the create ticket wizard. So after creating the ticket, then attach the patch and remember to tick off the grant ASF license, otherwise we can not commit the patch. We prefer patches has unit tests as well and that these unit tests have proper assertions as well, so remember to replace your system.out or logging with an assertion instead!

Becoming a committer

Once you've got involved as above, we may well invite you to be a committer. See How do I become a committer for more details.

Using the issue tracker

Before you can raise an issue in the issue tracker you need to register with it. This is quick & painless.

If you want to have a go at fixing an issue you need to be in the list of karaf-developers on the issue tracker. To join the group, please mail the dev@karaf.apache.org mail list with the email address you used to register with the issue tracker and we'll add you to the group.

Why not dive in and try tackle some of our outstanding issues?