org.apache.easyant4e/src/org/apache/easyant4e/services/EasyantProjectServiceImpl.java [305:313]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        EasyAntReport easyAntReport = null;
        try {
            //loadEasyAntIvySettings(ivyFile.getProject());
            File f = new File(ivyFile.getLocation().toPortableString());
            easyAntReport = easyAntEngine.getPluginService().generateEasyAntReport(f);
        } catch (Exception e) {
            Activator.getEasyAntPlugin().log(IStatus.ERROR, e.getMessage(), e);
        }
        if (easyAntReport != null) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



org.apache.easyant4e/src/org/apache/easyant4e/services/EasyantProjectServiceImpl.java [324:331]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        EasyAntReport easyAntReport = null;
        try {
            File f = new File(ivyFile.getLocation().toPortableString());
            easyAntReport = easyAntEngine.getPluginService().generateEasyAntReport(f);
        } catch (Exception e) {
            Activator.getEasyAntPlugin().log(IStatus.ERROR, e.getMessage(), e);
        }
        if (easyAntReport != null) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



