Questions tagged [auto-compile]
26 questions
1
vote
1 answer
Entity Framework 5 installation verification
I have an ASP.NET MVC 3 project using .NET framework 4.0 and LINQ to SQL. Because I have serious problems of performance with some queries the first time they are executed I decided to use Entity Framework 5 in order to take advantage of the new…

Jero Lopez
- 398
- 1
- 7
- 18
0
votes
1 answer
searching solution for creating generic makefile for compilation of multiple programs
Till now, I was using the following makefile that I have generated somehow for my school projects:
my makefile
But now I have a different situation: I am supposed to compile 4 programs for one project, while part of the code is supposed to be…

Arie Charfnadel
- 158
- 4
0
votes
0 answers
How to build automatically in IntelliJ-IDEA?
I am learning how to build a Java project in IntelliJ. But I can't make it build automatically, while running the Jetty:run command.
I already set the IDE to autobuild when saving and to build when idle for 10 secs, and set the…
0
votes
0 answers
How can I compile a .scss file directly onto my server using atom with sass-autocompile plugin
I'm having an issue compiling my .scss file into .css.
I am using Atom with the sass-autocompile plugin and compile on save is enabled.
I can access and read the files from the sidebar, but when I save/compile my .scss file, I get this error…

m3ssy69
- 1
- 1
0
votes
4 answers
Typescript compile on save in sublime 3
Is there any way to force Sublime text 3 to compile Typescript code on save? It's a bit annoying switching back and forth between terminal and Sublime. Thanks!

Akhmediyar Sailaubekov
- 77
- 2
- 10
0
votes
1 answer
SASS to CSS compiler in PhpStorm
I have a periodic problem when PhpStorm automatically compiles SASS into CSS files.
Sometimes it misses some letters in final CSS file.
For example after I write
body
color: #fff
I get the following CSS
body {
color: #ff;
}
Though the last…

nikolay_krylov
- 1
- 4
0
votes
1 answer
Atom sass-compile node-sass install error
I love using Atom and I'm trying to get its autocompilers up and running.
The jade-autocompile (by ManRueda) works with no problems.
However, I can't get the sass-autocompile package (by armin-pfaeffle) to work. My problem comes with installing…

Sam Granger
- 11
- 4
0
votes
1 answer
Why doesn't Eclipse recognize Input Redirection
I was wondering why doesn't Eclipse recognize the command
(command2="java -cp "+ args[0] + " " + args[1] + < input.txt";)
when I run the command from eclipse, but it works when i run it directly from CMD. How can this issue be fixed?
Thanks

user2597012
- 581
- 4
- 9
- 28
0
votes
0 answers
How to Determine if a Program Takes an Input from File or Keyboard programmatically
I was wondering, is there a way to check if a program takes input from keyboard or file at run time?
I want my application to determine other application's input method since it compiles and runs other applications using command line. My…

user2597012
- 581
- 4
- 9
- 28
0
votes
2 answers
How to let tamejs automatically compile all .tjs files into .js?
I'm interested in tamejs, and want to use it in my project.
But I don't want to manually compile them into js files before running/testing, etc. I want to let tamejs monitor a directory, and automatically compiles .tjs to .js when the files…

Freewind
- 193,756
- 157
- 432
- 708
-1
votes
1 answer
generate c++ source files from multiple proto files with import statements from directory structure in windows bat file
С++ project in MS Visual studio. When adding a new feature - support of the grpc, it looked quite logic to me 1) add grpc in the system 2) create a bat file with command-line call of protoc and call it in pre-build event to generate pb.cc/h files…

Dmitry Gorelov
- 23
- 1
- 7