given that we're dealing with relatively small amounts of code, java compiles quickly, and javac doesn't properly deal with dependencies, the ant files should delete (at least) .class files before compiling.
currently, to make sure everything gets built and i don't have any out of date references to stuff that doesn't exist any more etc, i have to rm -rf bin/* gen/* and *then* ant reinstall, etc. -- jason.software.particle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

