If I run "ant all" twice in a row in my environment, SimpleApp.java
and SimpleMobileApp.java are always re-compiled.

It seems like this may be because the directory structure of the
source code indicates that SimpleApp.java should be in package 'simple',
and SimpleMobileApp.java should be in package 'simplemobile', but
in fact neither .java file contains a "package" statement.

Do others experience this same behavior?

thanks,

bryan

Reply via email to