Closed vincentmorneau closed 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:
Unless a do a Build: Stop manually. Weird because the result set is returned pretty quickly.
Build: Stop
Looks like the SQL (compilation) script isn't exiting. Is this with both sqlcl/sqlplus?
Yes, both.
That worked, thanks!
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:
Now I am able to run both sqlplus and sqlcl, nice!
But it appears like the build runs endlessly:
Unless a do a
Build: Stop
manually. Weird because the result set is returned pretty quickly.