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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -