Author: buildbot
Date: Sun Sep 27 04:22:29 2015
New Revision: 966949

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 Sun Sep 27 04:22:29 
2015
@@ -82,7 +82,7 @@
         <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 &amp; 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 <span>in <a shape="rect" 
href="irc.html">irc</a> 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</strong> in future releases.</p><h2 
id="Contributing-Ifyouwanttohelpoutwiththedocumentation">If you want to help 
out with the document
 ation</h2><p>If you want to contribute to the ActiveMQ documentation you 
should first subscribe our <a shape="rect" class="external-link" 
href="mailto:dev-subscr...@activemq.apache.org"; 
rel="nofollow">dev@</a>&#160;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&#160;<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-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">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">export MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=128M
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=128M"
 mvn -Dtest=false install
 </pre>
 </div></div><p>PS: You might need to build multiple times (if you get a build 
error) because sometimes maven fails to download all the files.</p><p>Create a 
project in your IDE. e.g. if you are using Eclipse the following should do the 
trick.</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">

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 Sun Sep 27 
04:22:29 2015
@@ -85,7 +85,7 @@
 <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 &amp; 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 <
 span>in <a shape="rect" href="irc.html">irc</a> 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="HowcanIcontribute-Ifyouwanttohelpoutwiththedocumentation">If you want to 
help out with the documentation</h2><p>If you want to co
 ntribute to the ActiveMQ documentation you should first subscribe our <a 
shape="rect" class="external-link" 
href="mailto:dev-subscr...@activemq.apache.org"; 
rel="nofollow">dev@</a>&#160;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&#160;<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 p
 dl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">export MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=128M
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=128M"
 mvn -Dtest=false install
 </pre>
 </div></div><p>PS: You might need to build multiple times (if you get a build 
error) because sometimes maven fails to download all the files.</p><p>Create a 
project in your IDE. e.g. if you are using Eclipse the following should do the 
trick.</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">


Reply via email to