in src/main/org/apache/ant/compress/resources/CommonsCompressFileSet.java [245:253]
protected final void checkCommonsCompressFileSetAttributesAllowed() {
if (getProject() == null
|| (isReference()
&& (getRefid().getReferencedObject(
getProject())
instanceof CommonsCompressFileSet))) {
checkAttributesAllowed();
}
}