+1, as building is going to be more easyIs anyone against removing the use of the ant properties from Constants.java? This will avoid copying and filtering the java sources (at least for most parts).
Alternativly what about the solution:
1. rename Constants.java to Constants.java.templ, and
put Constants.java.templ under CVS control only
2. copy with filtering from Constants.java.templ to Constants.java into SAME directory
that might be a solution for keeping the java-properties, and increasing build-time.
regards bernhard