inkytonik / atom-sbt

An Atom interface to the Scala Build Tool (sbt)
GNU General Public License v3.0
7 stars 2 forks source link

Add better error message on Windows if sbt script filename is invalid #6

Open inkytonik opened 8 years ago

inkytonik commented 8 years ago

At the moment we get an error message from execvp or similar but we should trap that and issue a more meaningful message.

inkytonik commented 8 years ago

A solution for Mac OS X and Linux is in a00e0fe. Windows is still pending more time to procure a machine and try it.

inkytonik commented 8 years ago

87a24a7 should make things somewhat better since we now check the filesystem for the sbt script executability. Works fine on Mac but still need to test on Windows.