[MOBY-guts] biomoby commit

Eddie Kawas kawas at pub.open-bio.org
Sat Mar 25 00:35:27 UTC 2006


kawas
Fri Mar 24 19:35:27 EST 2006
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/rdfagent/verifier
In directory pub.open-bio.org:/tmp/cvs-serv16240/org/biomoby/registry/rdfagent/verifier

Modified Files:
	Processor.java 
Log Message:
in cases where the revision on the LSIDs are not different but there were modifications, it would be nice to know what the changes were.

moby-live/Java/src/main/org/biomoby/registry/rdfagent/verifier Processor.java,1.16,1.17
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/rdfagent/verifier/Processor.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/rdfagent/verifier/Processor.java	2006/03/24 17:52:38	1.16
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/rdfagent/verifier/Processor.java	2006/03/25 00:35:27	1.17
@@ -226,7 +226,7 @@
 										Log.info("The service " + rdfServices[i].getUniqueName()
 												+ " and the service "
 												+ registryService.getUniqueName()
-												+ " have lsids that describe different services.");
+												+ " have lsids that describe different services." + newline + "The differences found were: "+newline + comparator.getDifferences());
 
 									}
 
@@ -352,7 +352,7 @@
 													+ newline
 													+ "to update the service. Please modify "
 													+ newline
-													+ "the LSID revision for your service.");
+													+ "the LSID revision for your service." + newline + "The differences found were: "+newline + comparator.getDifferences());
 										}
 										continue;
 									}
@@ -565,7 +565,7 @@
 								+ " have the same LSID (and revision) " + newline
 								+ "and due to this, the agent chose not " + newline
 								+ "to update the service. Please modify " + newline
-								+ "the LSID revision for your service.");
+								+ "the LSID revision for your service." + newline + "The differences found were: "+newline + comparator.getDifferences());
 					}
 					continue;
 				}




More information about the MOBY-guts mailing list