Bryan Pendleton wrote:
What do you think about the following build.xml tweak? In my
environment, it fixes things so that SimpleApp.java and SimpleMobileApp.java
are no longer routinely re-compiled.

Index: java/demo/build.xml

<snipped build.xml tweaks>

Do you think this would be a reasonable improvement to the build.xml?

Yes, this seems to fix the issue you were seeing, and results in the same output and behavior wrt. the demos as before. It is also more in line with Ant's recommendations [1], and build.xml looks a little bit cleaner :) Thanks!

--
John

[1]: http://ant.apache.org/faq.html#always-recompiles

Reply via email to