final boolean ondemand = "true".equals(el.getAttributeValue("ondemand"));
if (pkg != null) {
if (src != null)
log.warning("The src attribute ignored because package is specified, "+el.getLocator());
if (!ondemand && !merge) {
src = "~." + device.packageToPath(pkg);
pkg = null;
}
}
final String ctn = el.getText(true);