sarabjotanand / owltools

Automatically exported from code.google.com/p/owltools
0 stars 0 forks source link

Exit code for ontology-release-runner when release fails #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a release fails (see e.g. below) then the command line version should do a 
System.exit with a non-zero code.

102677 [main] ERROR owltools.ontologyrelease.OboOntologyReleaseRunner  - 
Stopped Release process. Reason: Found equivalencies between named classes.
    Details:
    EquivalentClasses(GO:0006469 "negative regulation of protein kinase activity" GO:0044387 "negative regulation of protein kinase activity by regulation of protein phosphorylation" )
    EquivalentClasses(GO:0006469 "negative regulation of protein kinase activity" GO:0044387 "negative regulation of protein kinase activity by regulation of protein phosphorylation" )

    Hint: Use ForceRelease option to ignore this warning.

102677 [main] INFO  owltools.ontologyrelease.OboOntologyReleaseRunner  - 
deleting lock file

Original issue reported on code.google.com by cmung...@gmail.com on 16 Dec 2011 at 10:45

GoogleCodeExporter commented 9 years ago
implemented in revision 479

Original comment by HDie...@lbl.gov on 12 Jan 2012 at 6:37