ravin353 / android-daisy-epub-reader

Automatically exported from code.google.com/p/android-daisy-epub-reader
0 stars 0 forks source link

Ant build doesn't detect all changes to source so jar can be out-of-date #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Change the visibility of a method e.g. in the builder for Daisy202Section
2. run ant to create the jar file

What is the expected output? 
The modified class should be compiled and incorporated in daisymodel.jar

What do you see instead?
The jar is built from an outdated class file, so doesn't contain the recent 
change.

The current workaround is to run 'ant clean' and to delete the 2 jar files in 
the lib folder (daisymodel.jar and daisymodel-sources.jar). Then run ant again.

Original issue reported on code.google.com by julianharty on 2 Mar 2012 at 11:20