[Yanel-commits] rev 50557 - public/yanel/trunk/src/realms/yanel-website/content/documentation/create-new-resource

memo at wyona.com memo at wyona.com
Wed Jun 23 13:04:57 CEST 2010


Author: memo
Date: 2010-06-23 13:04:57 +0200 (Wed, 23 Jun 2010)
New Revision: 50557

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/create-new-resource/en.xhtml
Log:
note re rebuild or deploy manually added

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/create-new-resource/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/create-new-resource/en.xhtml	2010-06-23 10:03:58 UTC (rev 50556)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/create-new-resource/en.xhtml	2010-06-23 11:04:57 UTC (rev 50557)
@@ -21,7 +21,7 @@
 <li>Then, you will be asked if you want to implement interfaces in your java class. Type <code>yes</code> to implement interfaces.</li>
 <li>You will be asked for the different interfaces. Type yes for necessary interfaces. </li>
 <li>Now the newly created resource is available in the directory <code>$YANELHOME/src/contributions/resources</code> </li>
-<li>Your resource type directory now contains the following items:          
+<li>Your resource type directory now contains the following items:            
 <ul>
 <li><code>./yanel-htdocs/doc/index.html</code></li>
 <li><code>./yanel-htdocs/icons/scalable/rt-icon.svg</code></li>
@@ -39,7 +39,10 @@
 <h2>Register New Resource</h2>
 <ul>
 <li>Register your newly created resource to the <code>local.resource-types.xml</code> (in <code>$YANELHOME/conf/local/local.resource-types.xml</code>) by adding the following line: </li>
-<pre>&lt;resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/your-resource/" compile="true"/&gt;</pre>
+<pre>&lt;resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/your-resource/" compile="true"/&gt;<br /></pre>
+<li>Rebuild Yanel (or copy your resource-types.xml to local/apache-tomcat-5.5.20/
+<div class="im">webapps/yanel/WEB-INF/classes/resource-types.xml)</div>
+</li>
 </ul>
 <h2>Implement Functionality</h2>
 <ul>



More information about the Yanel-commits mailing list