drdozer / oboformat

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

bin/obolib-* scripts messed up #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

1) The wrapper obolib-owl2obo calls an inexisting unix script 
   $PATH_TO_ME/obolib-basic --owl2obo "$@"

2) After that failing call, it does the actual job of running 
   building the java command line itself. 

=> either remove the call to obolib-basic, 
   or implement obolib-basic and prune the obolib-owl2obo wrapper

3) It seems that obolib-basic.bat doesn't pass its command line args 
   down to the java call in first place, but then my DOS scripting 
   could be a bit rusty.

=> Check that obolib-basic.bat executes the right java methods

Yours,
Steffen

apparently the wrappers  obolib-obo2owl.bat and obolib-owl2obo.bat
just execute obolib-basic.bat, 

Original issue reported on code.google.com by sneumann...@gmail.com on 27 Sep 2013 at 6:27

GoogleCodeExporter commented 9 years ago
We can't guarantee support for Windows, sorry - if you have a patch we will 
integrate it.

Original comment by cmung...@gmail.com on 4 Nov 2013 at 8:27