Author: buildbot
Date: Thu Jun  6 08:18:53 2013
New Revision: 864628

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/building.html
    websites/production/camel/content/cache/main.pageCache

Modified: websites/production/camel/content/building.html
==============================================================================
--- websites/production/camel/content/building.html (original)
+++ websites/production/camel/content/building.html Thu Jun  6 08:18:53 2013
@@ -169,6 +169,15 @@ mvn idea:idea
 mvn process-test-sources eclipse:eclipse
 </pre>
 </div></div>
+
+<div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Enable the apt Profile explicitly if using Java 6</b><br 
clear="none">Per default this profile is enabled <b>only</b> when using Java 7+ 
however for many of the Camel components you would still need the 
<tt>org.apache.camel:spi-annotations</tt> Maven module on the class path inside 
the generated <tt>.classpath</tt>. To force this on Java 6 do:
+<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
+<pre class="code-java">
+mvn -Papt process-test-sources eclipse:eclipse
+</pre>
+</div></div>
+<p>As otherwise some of the Camel components inside your eclipse workspace 
would not compile (when using Java 6) because the 
<tt>org.apache.camel:spi-annotations</tt> Maven module would be missing on the 
class path.</p></td></tr></table></div>
+
 <p>or</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.


Reply via email to