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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -