tschf / atom-build-oracle

Oracle compilation plugin for atom-build
MIT License
12 stars 2 forks source link

Build never stops #24

Closed vincentmorneau closed 8 years ago

vincentmorneau commented 8 years ago

May be related to #23.

I have made a modification to https://github.com/tschf/atom-build-oracle/blob/master/lib/make.js#L58 so it compiles on Windows. It is now:

"", // pkgDir

Now I am able to run both sqlplus and sqlcl, nice!

But it appears like the build runs endlessly:

image

Unless a do a Build: Stop manually. Weird because the result set is returned pretty quickly.

tschf commented 8 years ago

Looks like the SQL (compilation) script isn't exiting. Is this with both sqlcl/sqlplus?

vincentmorneau commented 8 years ago

Yes, both.

vincentmorneau commented 8 years ago

That worked, thanks!