Author: buildbot
Date: Tue Apr 1 23:21:51 2014
New Revision: 904591
Log:
Production update by buildbot for activemq
Modified:
websites/production/activemq/content/cache/main.pageCache
websites/production/activemq/content/contributing.html
websites/production/activemq/content/how-can-i-contribute.html
Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/activemq/content/contributing.html
==============================================================================
--- websites/production/activemq/content/contributing.html (original)
+++ websites/production/activemq/content/contributing.html Tue Apr 1 23:21:51
2014
@@ -81,7 +81,7 @@
<tbody>
<tr>
<td valign="top" width="100%">
-<div class="wiki-content maincontent"><p>There are many ways you can help make
ActiveMQ 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 ActiveMQ? Try surfing the our <a shape="rect"
class="external-link" href="http://issues.apache.org/activemq/browse/AMQ">issue
tracker</a> for open issues or features that need to be implemented, take
ownership of an issue and try fix it.</p><h2
id="Contributing-Gettingintouch">Getting in touch</h2><p>There are various ways
of communicating with the ActiveMQ community.</p><ul class="alternate"><li>join
us on the <a shape="rect" href="discussion-forums.html">Discussion Forums</a>
or subscribe to the <a shape="rect" href="mailing-lists.html">Mailing Lists</a>
and take part in
any conversations</li><li><p>pop by on <a shape="rect"
class="external-link" href="irc://irc.codehaus.org/activemq"
rel="nofollow">irc://irc.codehaus.org/activemq</a>  <span
style="line-height: 1.4285715;">and say hi</span></p></li><li>add some comments
to the <a shape="rect" href="navigation.html">wiki</a></li></ul><h2
id="Contributing-Ifyoufindabugorproblem">If you find a bug or
problem</h2><p>Please raise a new issue in our <a shape="rect"
class="external-link" href="http://issues.apache.org/activemq/browse/AMQ">issue
tracker</a></p><p>If you can create a JUnit test case then your issue is more
likely to be resolved quicker.<br clear="none"> e.g. take a look at some of the
existing <a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/">unit
tests cases</a></p><p>Then we can add your issue to Subversion and then we'll
know when its really fixed and we can ensure that the problem <strong>stays
fixed</stron
g> in future releases.</p><h2 id="Contributing-Workingonthecode">Working on
the code</h2><p>Grab the <a shape="rect" href="source.html">Source</a> from
git</p><p>Build the project.</p><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><p>There are many ways you can help make
ActiveMQ 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 ActiveMQ? Try surfing the our <a shape="rect"
class="external-link" href="http://issues.apache.org/activemq/browse/AMQ">issue
tracker</a> for open issues or features that need to be implemented, take
ownership of an issue and try fix it.</p><h2
id="Contributing-Gettingintouch">Getting in touch</h2><p>There are various ways
of communicating with the ActiveMQ community.</p><ul class="alternate"><li>join
us on the <a shape="rect" href="discussion-forums.html">Discussion Forums</a>
or subscribe to the <a shape="rect" href="mailing-lists.html">Mailing Lists</a>
and take part in
any conversations</li><li><p>pop by on <a shape="rect"
class="external-link" href="irc://irc.codehaus.org/activemq"
rel="nofollow">irc://irc.codehaus.org/activemq</a>  <span
style="line-height: 1.4285715;">and say hi</span></p></li><li>add some comments
to the <a shape="rect" href="navigation.html">wiki</a></li></ul><h2
id="Contributing-Ifyoufindabugorproblem">If you find a bug or
problem</h2><p>Please raise a new issue in our <a shape="rect"
class="external-link" href="http://issues.apache.org/activemq/browse/AMQ">issue
tracker</a></p><p>If you can create a JUnit test case then your issue is more
likely to be resolved quicker.<br clear="none"> e.g. take a look at some of the
existing <a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/">unit
tests cases</a></p><p>Then we can add your issue to Subversion and then we'll
know when its really fixed and we can ensure that the problem <strong>stays
fixed</stron
g> in future releases.</p><h2
id="Contributing-Ifyouwanttohelpoutwiththedocumentation">If you want to help
out with the documentation</h2><p>If you want to contribute to the ActiveMQ
documentation you should first subscribe our <a shape="rect"
class="external-link" href="mailto:[email protected]"
rel="nofollow">dev@</a> where ActiveMQ developers interact with each
other. If you want edit rights on the ActiveMQ site, create an account in the
<a shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ">ActiveMQ wiki</a>
and fill in and submit an ICLA to the ASF (see the <a shape="rect"
href="becoming-a-committer.html">Committer Guide</a>). Then ask on the dev@
list to be granted edit rights and an admin will do so fairly quickly. If you
want to just contribute the content, please submit the content on the dev@ list
or create an issue and attach it there. <strong>All</strong> contributions are
highly appreciated.</p><h2 id="Contributing-Workingo
nthecode">Working on the code</h2><p>Grab the <a shape="rect"
href="source.html">Source</a> from git</p><p>Build the project.</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[export MAVEN_OPTS=-Xmx512M
-XX:MaxPermSize=128M
mvn -Dtest=false install
]]></script>
Modified: websites/production/activemq/content/how-can-i-contribute.html
==============================================================================
--- websites/production/activemq/content/how-can-i-contribute.html (original)
+++ websites/production/activemq/content/how-can-i-contribute.html Tue Apr 1
23:21:51 2014
@@ -84,7 +84,7 @@
<td valign="top" width="100%">
<div class="wiki-content maincontent"><h2
id="HowcanIcontribute-HowcanIcontributetoApacheActiveMQ?">How can I contribute
to Apache ActiveMQ?</h2>
-There are many ways you can help make ActiveMQ a better piece of software -
please dive in and help!<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 ActiveMQ? Try
surfing the our <a shape="rect" class="external-link"
href="http://issues.apache.org/activemq/browse/AMQ">issue tracker</a> for open
issues or features that need to be implemented, take ownership of an issue and
try fix it.</p><h2 id="HowcanIcontribute-Gettingintouch">Getting in
touch</h2><p>There are various ways of communicating with the ActiveMQ
community.</p><ul class="alternate"><li>join us on the <a shape="rect"
href="discussion-forums.html">Discussion Forums</a> or subscribe to the <a
shape="rect" href="mailing-lists.html">Mailing Lists</a> and take part in any
conversations</li><li><p>pop by on&#
160;<a shape="rect" class="external-link"
href="irc://irc.codehaus.org/activemq"
rel="nofollow">irc://irc.codehaus.org/activemq</a>  <span
style="line-height: 1.4285715;">and say hi</span></p></li><li>add some comments
to the <a shape="rect" href="navigation.html">wiki</a></li></ul><h2
id="HowcanIcontribute-Ifyoufindabugorproblem">If you find a bug or
problem</h2><p>Please raise a new issue in our <a shape="rect"
class="external-link" href="http://issues.apache.org/activemq/browse/AMQ">issue
tracker</a></p><p>If you can create a JUnit test case then your issue is more
likely to be resolved quicker.<br clear="none"> e.g. take a look at some of the
existing <a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/">unit
tests cases</a></p><p>Then we can add your issue to Subversion and then we'll
know when its really fixed and we can ensure that the problem <strong>stays
fixed</strong> in future releases.</p><h2 id="H
owcanIcontribute-Workingonthecode">Working on the code</h2><p>Grab the <a
shape="rect" href="source.html">Source</a> from git</p><p>Build the
project.</p><div class="code panel pdl" style="border-width: 1px;"><div
class="codeContent panelContent pdl">
+There are many ways you can help make ActiveMQ a better piece of software -
please dive in and help!<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 ActiveMQ? Try
surfing the our <a shape="rect" class="external-link"
href="http://issues.apache.org/activemq/browse/AMQ">issue tracker</a> for open
issues or features that need to be implemented, take ownership of an issue and
try fix it.</p><h2 id="HowcanIcontribute-Gettingintouch">Getting in
touch</h2><p>There are various ways of communicating with the ActiveMQ
community.</p><ul class="alternate"><li>join us on the <a shape="rect"
href="discussion-forums.html">Discussion Forums</a> or subscribe to the <a
shape="rect" href="mailing-lists.html">Mailing Lists</a> and take part in any
conversations</li><li><p>pop by on&#
160;<a shape="rect" class="external-link"
href="irc://irc.codehaus.org/activemq"
rel="nofollow">irc://irc.codehaus.org/activemq</a>  <span
style="line-height: 1.4285715;">and say hi</span></p></li><li>add some comments
to the <a shape="rect" href="navigation.html">wiki</a></li></ul><h2
id="HowcanIcontribute-Ifyoufindabugorproblem">If you find a bug or
problem</h2><p>Please raise a new issue in our <a shape="rect"
class="external-link" href="http://issues.apache.org/activemq/browse/AMQ">issue
tracker</a></p><p>If you can create a JUnit test case then your issue is more
likely to be resolved quicker.<br clear="none"> e.g. take a look at some of the
existing <a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/">unit
tests cases</a></p><p>Then we can add your issue to Subversion and then we'll
know when its really fixed and we can ensure that the problem <strong>stays
fixed</strong> in future releases.</p><h2 id="H
owcanIcontribute-Ifyouwanttohelpoutwiththedocumentation">If you want to help
out with the documentation</h2><p>If you want to contribute to the ActiveMQ
documentation you should first subscribe our <a shape="rect"
class="external-link" href="mailto:[email protected]"
rel="nofollow">dev@</a> where ActiveMQ developers interact with each
other. If you want edit rights on the ActiveMQ site, create an account in the
<a shape="rect"
href="https://cwiki.apache.org/confluence/display/ACTIVEMQ">ActiveMQ wiki</a>
and fill in and submit an ICLA to the ASF (see the <a shape="rect"
href="becoming-a-committer.html">Committer Guide</a>). Then ask on the dev@
list to be granted edit rights and an admin will do so fairly quickly. If you
want to just contribute the content, please submit the content on the dev@ list
or create an issue and attach it there. <strong>All</strong> contributions are
highly appreciated.</p><h2 id="HowcanIcontribute-Workingonthecode">Working on
the
code</h2><p>Grab the <a shape="rect" href="source.html">Source</a> from
git</p><p>Build the project.</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[export MAVEN_OPTS=-Xmx512M
-XX:MaxPermSize=128M
mvn -Dtest=false install
]]></script>