Integrated tests in Build.xml fail
Brought to you by:
jnerd
Integrated tests in Build.xml fail with Ant Version 1.5.1
This is due to a newly introduced ELEMENT size, which
holds a enumeration attribute 'size'. This attribute offers
the choice of several values that only differ in case.
As the attribute values are converted to all uppercase
identifiers the compilation breaks due to multiple defined
identifiers...