java - Eclipse Build Process -


how eclipse build application (java/android) while ignoring errors? because when compile java class on command line or using ant - end getting errors - whereas can ignored in build process eclipse.

for example,non static variable cannot referenced static context compilation error on command line when try build application through ant - eclipse java compiler can set warning , allow process complete.

can me understand process?

eclipse contains own compiler (the eclipse compiler java, ecj) able report compilation problems ide , even, in cases, partially compile classes when can limit "damage" caused error (such single method).


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -