[MOBY-guts] biomoby commit

Martin Senger senger at pub.open-bio.org
Wed Sep 21 06:03:49 UTC 2005


senger
Wed Sep 21 02:03:49 EDT 2005
Update of /home/repository/moby/moby-live/Java/docs
In directory pub.open-bio.org:/tmp/cvs-serv8360

Modified Files:
	ChangeLog EclipseAndJMoby.html 
Log Message:


moby-live/Java/docs ChangeLog,1.41,1.42 EclipseAndJMoby.html,1.4,1.5
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- /home/repository/moby/moby-live/Java/docs/ChangeLog	2005/09/20 15:17:55	1.41
+++ /home/repository/moby/moby-live/Java/docs/ChangeLog	2005/09/21 06:03:49	1.42
@@ -1,3 +1,8 @@
+2005-09-21  Martin Senger  <martin.senger at gmail.com>
+
+	* Fixed build.xml not to produce javadoc warnings with Java 1.5 in
+	Eclipse.
+
 2005-09-20  Martin Senger  <martin.senger at gmail.com>
 
 	* Fixed CentralDigestImpl - it shows now correct service type

===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/EclipseAndJMoby.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Java/docs/EclipseAndJMoby.html	2005/09/21 01:20:01	1.4
+++ /home/repository/moby/moby-live/Java/docs/EclipseAndJMoby.html	2005/09/21 06:03:49	1.5
@@ -329,6 +329,34 @@
 give it directory where is javadoc, e.g. <tt>c:\Program
 Files\Java\jdk1.5.0_05\bin</tt>. <p>
 
+<h3>Running jMoby command-line scripts</h3>
+
+jMoby has a few scripts that can be invoked from a command-line with
+number of arguments. From the Eclipse point of view, they are the same
+as any other external tools. Perhaps the only difference is that they
+must be first copied from their source directory (<tt>src/config</tt>)
+to their destination place (<tt>build/run</tt>). The copying is not
+used because it matters where they are invoked from, but because they
+are not only copied but also updated. That's why - before you use them
+- you need (at least once) to run a jMoby Ant's task <b
+class="step">compile</b> or <b class="step">config</b>. Eclipse own
+compilation (called <em>building</em>) is not enough, it does not copy
+the scripts. <p>
+
+Once you have them in <tt>build/run</tt> you can run them from Eclipse
+(as always with external scripts, you type more the first time you use
+a script, but Eclipse remembers it and the next time you will see
+already your script name in a menu): <b class="step">Run -&gt;
+External Tools -&gt; External Tools -&gt; Program -&gt; New</b>. Name
+it (e.g. <tt>run-cmdline-client</tt>), and <b class="step">Location
+-&gt; Browse Workspace</b> to select it (in our example find and
+select <tt>build/run/run-cmdline-client.bat</tt>). Most of these
+scripts have an option <tt>-help</tt> - so put it in <b
+class="step">Arguments</b> - and change it each time you wish to
+invoke them with different arguments. <p>
+
+
+
 <h3>Misc</h3>
 
 The project name now should have attached the CVS location. If not you
@@ -349,7 +377,7 @@
 <div align=right class="address">
 <address><A HREF="mailto:martin.senger at gmail.com">Martin Senger</A><BR></address>
 <!-- hhmts start -->
-Last modified: Wed Sep 21 10:11:37 2005
+Last modified: Wed Sep 21 14:55:00 2005
 <!-- hhmts end -->
 </div>
 </body> </html>




More information about the MOBY-guts mailing list