}
}
private void transformPath()
{
final Path newPath = new Path(getProject());
log("Updating bundle paths in class path reference '"
+classPathRef.getRefId() +"'.", Project.MSG_DEBUG);
String[] pathElements = null;
try {
final Path path = (Path) classPathRef.getReferencedObject();
pathElements = path.list();
} catch (BuildException e) {
// Unsatisfied ref in the given path; can not expand.
// Make the new path a reference to the old one.
log("Unresolvable reference in '" +classPathRef.getRefId()
+"' can not expand bundle names in it.", Project.MSG_WARN);