[MOBY-guts] biomoby commit

Martin Senger senger at pub.open-bio.org
Wed May 25 10:09:16 UTC 2005


senger
Wed May 25 06:09:16 EDT 2005
Update of /home/repository/moby/moby-live/Java/docs
In directory pub.open-bio.org:/tmp/cvs-serv2347

Modified Files:
	CodingGuidelines.html 
Log Message:


moby-live/Java/docs CodingGuidelines.html,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/CodingGuidelines.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/docs/CodingGuidelines.html	2005/05/19 10:56:06	1.2
+++ /home/repository/moby/moby-live/Java/docs/CodingGuidelines.html	2005/05/25 10:09:16	1.3
@@ -42,7 +42,7 @@
 href="DirectoriesGuidelines.html#packages">package descriptions</a>.
   </blockquote>
 
-  <li class="count">Do not commit your services unless they are part of a tutorial (aka didactice services).
+  <li class="count">Do not commit your services unless they are part of a tutorial (aka didactic services).
   <blockquote>
   In other words, jMoby is not a place for <em>every</em> BioMoby
 service written in Java. Such services are and will be spread around
@@ -57,12 +57,27 @@
   <li class="count">Whenever possible, include test programs that
 display the functionality of the new classes.
 
-  <li class="count">Use the shared libraries (what come when you
-execute <tt>gather</tt> Ant target, or when you use
-<tt>./build.sh</tt> script).
+  <li class="count">Join the <a
+href="http://www.biomoby.org/mailman/listinfo/moby-dev"><tt>MOBY-dev</tt></a>
+mailing list, consider to join also the <a
+href="http://www.biomoby.org/mailman/listinfo/moby-l"><tt>moby-l</tt></a>
+mailing list.
 
-  <li class="count">If you have to use another third party library,
+  <li class="count">If you have to use a new third party library,
   you need to modify the <tt>build.xml</tt> file to go and get it.
+  <blockquote>
+
+  It is not enough just to add a new jar file in your <tt>lib</tt>
+sub-directory (because other developers will not have it). It is not
+recommended to add a new jar file into CVS - if you have a new jar
+file, change instead the <tt>build.xml</tt> file (actually change the
+<tt>xmls/libraries</tt> that is used by <tt>build.xml</tt>). <p>
+
+All third parties come to your CVS local copy when you execute
+<tt>gather</tt> Ant target, or when you use <tt>./build.sh</tt>
+script.
+
+</blockquote>
 
   <li class="count">Package names do not neccesarily have to start
 with <tt>org.biomoby</tt>.
@@ -88,7 +103,7 @@
 <div align=right class="address">
 <address><A HREF="mailto:edward.kawas at gmail.com">Eddie Kawas</A><BR></address>
 <!-- hhmts start -->
-Last modified: Thu May 19 11:07:49 2005
+Last modified: Wed May 25 10:50:58 2005
 <!-- hhmts end -->
 </div>
 




More information about the MOBY-guts mailing list