[Yanel-commits] rev 59459 - public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/misc

michi at wyona.com michi at wyona.com
Mon Jul 18 16:46:41 CEST 2011


Author: michi
Date: 2011-07-18 16:46:41 +0200 (Mon, 18 Jul 2011)
New Revision: 59459

Added:
   public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/misc/yanel-command-line.html
Log:
notes about command line added

Added: public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/misc/yanel-command-line.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/misc/yanel-command-line.html	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/misc/yanel-command-line.html	2011-07-18 14:46:41 UTC (rev 59459)
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>Yanel command line (console)</title>
+  <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/></head>
+
+<body>
+<h1>Yanel command line (console)</h1>
+<p>
+One can also run Yanel on the command line as follows:
+</p>
+<ul>
+  <li>Edit: <code>src/core/java/org/wyona/yanel/cmdl/YanelCommandLine.java</code></li>
+  <li>Build: <code>./build.sh compile-cmdl</code></li>
+  <li>Run: <code>./yanel.sh cmdl /yanel-website/en/about.html</code></li>
+  <li>Debug: <code>tail -f logs/log4j-cmdl.log</code></li>
+</ul>
+</body>
+</html>



More information about the Yanel-commits mailing list