Community
Participate
Working Groups
Archive anArchive = null;
if (element.isValid()) {
try {
anArchive = (Archive) getEARFile().getFile(element.getText());
EARFile earFile = getEARFile();
if( earFile != null ){
anArchive = (Archive) earFile.getFile(element.getText());
}
} catch (FileNotFoundException e) {