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

Topics for the Eclipse Environment
Post Reply
User avatar
tod
Posts: 587
Joined: Sat Apr 26, 2008 8:27 am
Location: Southern California
Contact:

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

Post 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?
k1mgy
Posts: 24
Joined: Thu Oct 14, 2010 8:25 am

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

Post 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
Post Reply