fsprojects / ExcelProvider

This library is for the .NET platform implementing a Excel type provider.
http://fsprojects.github.io/ExcelProvider/
The Unlicense
141 stars 51 forks source link

Need CI testing on Mono (OSX) #9

Open fsgit opened 10 years ago

fsgit commented 10 years ago

A CI build on Mac OSX using Mono 3.4.0 has been set up

The main type provider builds but the build is failing when building the tests, see https://travis-ci.org/fsprojects/ExcelProvider/builds/35113927 for example. This may well be a path problem "\" instead of "/" but it isn't clear.

The steps to reproduce are in .travis.yml (basically just run build.sh)

JohnDoeKyrgyz commented 10 years ago

I added a better error message when the type provider cannot open an excel file on revision 15840ac3540492146c00a3a526c75a5e42d055a7. This should give us some more information to figure out if the file path is the issue when the next build goes through.

JohnDoeKyrgyz commented 10 years ago

The issue is not an IOException when opening the Excel file as was originally guessed. Unfortunately I don't have access to a mac, so my next step is to put some try with and printf statements in and commit to try and figure out where the error is occurring. Would anyone with access to a mac like to try and debug the type provider before I try this?