Author: buildbot
Date: Mon Dec 30 14:18:47 2013
New Revision: 892167
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/contributing.html
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/contributing.html
==============================================================================
--- websites/production/camel/content/contributing.html (original)
+++ websites/production/camel/content/contributing.html Mon Dec 30 14:18:47 2013
@@ -40,8 +40,6 @@
<link
href='http://camel.apache.org/styles/highlighter/styles/shThemeCamel.css'
rel='stylesheet' type='text/css' />
<script src='http://camel.apache.org/styles/highlighter/scripts/shCore.js'
type='text/javascript'></script>
<script
src='http://camel.apache.org/styles/highlighter/scripts/shBrushJava.js'
type='text/javascript'></script>
- <script
src='http://camel.apache.org/styles/highlighter/scripts/shBrushXml.js'
type='text/javascript'></script>
- <script
src='http://camel.apache.org/styles/highlighter/scripts/shBrushPlain.js'
type='text/javascript'></script>
<script type="text/javascript">
SyntaxHighlighter.defaults['toolbar'] = false;
@@ -86,7 +84,7 @@
<tbody>
<tr>
<td valign="top" width="100%">
-<div class="wiki-content maincontent"><p>There are many ways you can help make
Camel a better piece of software - please dive in and help!</p><p>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?</p><p>Want to
do some hacking on Camel? Try surfing the our <a shape="rect"
class="external-link"
href="http://issues.apache.org/activemq/browse/CAMEL">issue tracker</a> for
open issues or features that need to be implemented, take ownership of an issue
and try fix it.</p><p>If you are a new Camel rider and would like to help us,
you can also find some <a shape="rect" class="external-link"
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12316782">easy
to resolve issues</a>. Leave a comment on the issue to let us know you are
working on it and add yourself as a watcher t
o get informed about all modifications.</p><p>If you'd rather a more gentle
introduction to working on the Camel project, how about you try look at
the</p><div class="error"><span class="error">Error formatting macro: link:
java.lang.IllegalArgumentException: Link needs a name and a URL as
arguments.</span> </div><p>and help us get it even more green by supplying more
test cases to get us closer to 100% coverage.</p> <div class="aui-message
problem shadowed information-macro">
+<div class="wiki-content maincontent"><p>There are many ways you can help make
Camel a better piece of software - please dive in and help!</p><p>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?</p><p>Want to
do some hacking on Camel? Try surfing the our <a shape="rect"
class="external-link"
href="http://issues.apache.org/activemq/browse/CAMEL">issue tracker</a> for
open issues or features that need to be implemented, take ownership of an issue
and try fix it.</p><p>If you are a new Camel rider and would like to help us,
you can also find some <a shape="rect" class="external-link"
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12316782">easy
to resolve issues</a>. Leave a comment on the issue to let us know you are
working on it and add yourself as a watcher t
o get informed about all modifications.</p><p>If you'd rather a more gentle
introduction to working on the Camel project, how about you try look at the <a
shape="rect" class="external-link"
href="http://nemo.sonarsource.org/dashboard/index/org.apache.camel:camel"
rel="nofollow">test coverage report</a> and help us get it even more green by
supplying more test cases to get us closer to 100% coverage.</p> <div
class="aui-message problem shadowed information-macro">
<p class="title">Warning</p>
<span class="aui-icon icon-problem">Icon</span>
<div class="message-content">
@@ -105,18 +103,9 @@ mvn eclipse:eclipse
<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[diff -u Main.java.orig Main.java >>
patchfile.txt
]]></script>
</div></div><p>or</p><div class="code panel pdl" style="border-width:
1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[svn diff Main.java >> patchfile.txt
+<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[git diff --no-prefix > patchfile.txt
]]></script>
-</div></div><h2 id="Contributing-Submittingpatches">Submitting
patches</h2><p>The easiest way to submit a patch is to</p><ul><li><a
shape="rect" class="external-link"
href="http://issues.apache.org/activemq/browse/CAMEL">create a new JIRA
issue</a> (you will need to register),</li><li>attach the patch or tarball as
an attachment</li><li><strong>tick the Patch Attached</strong> button on the
issue</li><li>fire off an email to the <a shape="rect"
href="discussion-forums.html">Discussion Forums</a> linking to the
JIRA</li></ul><p>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).</p><p>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 com
mit 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!</p><h2
id="Contributing-WorkingwithGit">Working with Git</h2><p>While several
committer are working with Git, it is not the primary version control system at
Apache Software Foundation. This is because the ASF has to ensure that each
commit into the codebase is correct licensed. With the current VCS - Subversion
- only committers with a signed CLA have write access.</p><p>But there are
several ways how Git users could improve Camel with their prefered
tool:</p><ul><li>git-svn</li><li>Apache Git Mirror</li><li>Pull request at
Github</li></ul><p>The minor "problem" is creating the local repository
connected to the official repository. Next step is modifying the codebase. The
major "problem" then is getting the modifications back to the official ASF
repository.<br clear="none"> Depending on the cho
sen way these steps differ which is short described here.</p><h3
id="Contributing-git-svn">git-svn</h3><p>With Git you cannot fork another Git
repository - you also could "fork" a subversion repository.</p><div class="code
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[git svn clone
https://svn.apache.org/repos/asf/camel/trunk <TargetDirectory>
-]]></script>
-</div></div><p>If you have write access to the codebase you could fork from
the https-adress and just "push" your changes back:</p><div class="code panel
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[git svn dcommit -m "message"
-]]></script>
-</div></div><p>Without that privilege you could follow the <a shape="rect"
class="external-link"
href="https://git-wip-us.apache.org/docs/workflow.html">recommended
workflow</a>: working on a feature branch, create a patch and attach it to
Jira. Attaching to Jira has the benefit for the community that you are enforced
to grant explicitly the license to the ASF.</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[git format-patch origin/trunk
-]]></script>
-</div></div><h3 id="Contributing-ApacheGitMirror">Apache Git
Mirror</h3><p>Forking the Git repo from here is much smoother, because you are
forking a "real" Git repo.</p><div class="code panel pdl" style="border-width:
1px;"><div class="codeContent panelContent pdl">
+</div></div><h2 id="Contributing-Submittingpatches">Submitting
patches</h2><p>The easiest way to submit a patch is to</p><ul><li><a
shape="rect" class="external-link"
href="http://issues.apache.org/activemq/browse/CAMEL">create a new JIRA
issue</a> (you will need to register),</li><li>attach the patch or tarball as
an attachment</li><li><strong>tick the Patch Attached</strong> button on the
issue</li><li>fire off an email to the <a shape="rect"
href="discussion-forums.html">Discussion Forums</a> linking to the
JIRA</li></ul><p>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).</p><p>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 com
mit 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!</p><h2
id="Contributing-WorkingwithGit">Working with Git</h2><p>There are several ways
how Git users could improve Camel with their prefered tool:</p><ul><li>Apache
Git Mirror</li><li>Pull request at Github</li></ul><p>The minor "problem" is
creating the local repository connected to the official repository. Next step
is modifying the codebase. The major "problem" then is getting the
modifications back to the official ASF Git repository.<br clear="none">
Depending on the chosen way these steps differ which is short described
here.</p><h3 id="Contributing-ApacheGitMirror">Apache Git Mirror</h3><p>Forking
the Git repo from here is much smoother, because you are forking a "real" Git
repo.</p><div class="code panel pdl" style="border-width: 1px;"><div
class="codeContent panelContent pdl">
<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[git fork git://git.apache.org/camel.git
<TargetDirectory>
]]></script>
</div></div><p>Bringing your modifications back to Apache is the <a
shape="rect" class="external-link"
href="https://git-wip-us.apache.org/docs/workflow.html">same workflow as
described before</a>.</p><p>Drawback of this Apache Git repository is that it
is a "mirror" with a day relay. So you are one day behind the community
...</p><h3 id="Contributing-PullrequestatGithub">Pull request at
Github</h3><p>There is also a Git <a shape="rect" class="external-link"
href="https://github.com/apache/camel" rel="nofollow">repository at Github</a>
which you could fork. Then you work on a new feature branch and send a pull
request. For granting the license you also should create a Jira issue with a
reference to that pull request. One of the committers then could bring that
changesets to the ASF codebase via his/her own local repository. After closing
the Jira issue you have to close the pull request because we can't do
that...</p><p>Same drawback here - it is one day behind ...</p><h3 id="Contri
buting-Moreresources">More resources</h3><p>Git is not a brand new technology
and therefore Camel is not the only ASF project thinking about using it. So
here are some more resources you mind find useful:</p><ul><li><a shape="rect"
class="external-link"
href="http://wiki.apache.org/general/GitAtApache">http://wiki.apache.org/general/GitAtApache</a>:
Some basic notes about git@asf</li><li><a shape="rect" class="external-link"
href="http://git.apache.org/">http://git.apache.org/</a>: List of mgit-mirrors
at ASF</li><li><a shape="rect" class="external-link"
href="https://git-wip-us.apache.org/">https://git-wip-us.apache.org/</a>: More
Git infos from Apache</li></ul><h2
id="Contributing-Becomingacommitter">Becoming a committer</h2><p>Once you've
got involved as above, we may well invite you to be a committer. See <a
shape="rect" href="how-do-i-become-a-committer.html">How do I become a
committer</a> for more details.</p><h2
id="Contributing-Usingtheissuetracker">Using the issue tracker<
/h2><p>Before you can raise an issue in the <a shape="rect"
class="external-link"
href="http://issues.apache.org/activemq/browse/CAMEL">issue tracker</a> you
need to register with it. This is quick & painless.</p><p>If you want to
have a go at fixing an issue you need to be in the list of activemq-developers
on the issue tracker. To join the group, please mail the
<code>[email protected]</code> mail list with the email address you used to
register with the issue tracker and we'll add you to the group.</p><h2
id="Contributing-Becommingacommitter">Becomming a committer</h2><p>The first
step is contributing to the project; if you want to take that a step forward
and become a fellow committer on the project then see the <a shape="rect"
class="external-link"
href="http://activemq.apache.org/becoming-a-committer.html">Committer
Guide</a></p></div>