[MOBY-guts] biomoby commit

Martin Senger senger at pub.open-bio.org
Wed Sep 21 01:20:01 UTC 2005


senger
Tue Sep 20 21:20:01 EDT 2005
Update of /home/repository/moby/moby-live/Java/docs
In directory pub.open-bio.org:/tmp/cvs-serv7350

Modified Files:
	EclipseAndJMoby.html 
Log Message:


moby-live/Java/docs EclipseAndJMoby.html,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/EclipseAndJMoby.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/docs/EclipseAndJMoby.html	2005/09/20 15:17:55	1.3
+++ /home/repository/moby/moby-live/Java/docs/EclipseAndJMoby.html	2005/09/21 01:20:01	1.4
@@ -310,6 +310,25 @@
 class="step">Window -> Preferences -> Java -> Compiler ->
 Errors/Warnings</b> not to see them. <p>
 
+<h3>Fix <tt>javadoc</tt> location</h3>
+
+Ant's targets using <tt>javadoc</tt> (such as <tt>docs</tt> or
+<tt>moses-docs</tt>) may fail reporting an error
+<em>CreateProcess...javadoc.exe...</em>. This is because the
+executable <tt>javadoc.exe</tt> was not found. Eclipse has not
+impressed me here: it can find java but but javadoc (even though I am
+aware that javadoc in this case is considered as an external tool). So
+you need to tell where is your javadoc. <p>
+
+Either outside of Eclipse: add it to the environment variable PATH (a
+usual way). Or inside Eclipse (but here I know only how to set it for
+an individual project, not generally): <b class="step">Run -&gt;
+External Tools -&gt; External Tool -&gt; Ant Build -&gt; jMoby
+build.xml</b>, select tab <b class="step">Environment -&gt; New</b>,
+and create a new environment variable <b class="step">PATH</b> and
+give it directory where is javadoc, e.g. <tt>c:\Program
+Files\Java\jdk1.5.0_05\bin</tt>. <p>
+
 <h3>Misc</h3>
 
 The project name now should have attached the CVS location. If not you
@@ -330,7 +349,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 00:09:16 2005
+Last modified: Wed Sep 21 10:11:37 2005
 <!-- hhmts end -->
 </div>
 </body> </html>




More information about the MOBY-guts mailing list