Page 1 of 1

What causes the build process to try and compile .js files?

Posted: Fri Mar 11, 2011 6:00 pm
by tod
Someone tried to use my unit testing framework and it wouldn't build. When I looked at the log everything worked well until near the end where there werethese entries. I've elided just one of them here for brevity.

Code: Select all

m68k-elf-gcc -O2 ...2 -ohtml\scripts\SupportScripts.o ..\html\scripts\SupportScripts.js
m68k-elf-gcc: ..\html\scripts\SupportScripts.js: linker input file unused because linking not done
Which indicates eclipse is trying to compile the javascript files. Anyone know why?

Re: What causes the build process to try and compile .js files?

Posted: Fri Mar 11, 2011 6:04 pm
by k1mgy
At some point along the way (I am the culprit here) I had installed Mylin Javascript Development support. This was done as there were some dependencies I needed to satisfy with version control integration (GALILEO).

I removed the support for Javascript and the problem disappeared.

Of course, a new one has taken its place.

./m