Package org.apache.ivy.osgi.repo

Examples of org.apache.ivy.osgi.repo.ArtifactReportManifestIterable


            File basedir = ((DefaultRepositoryCacheManager) cacheManager).getBasedir();
            it = new FSManifestIterable(basedir);
        } else {
            prepareAndCheck();
            try {
                it = new ArtifactReportManifestIterable(getArtifactReports(), sourceTypes);
            } catch (ParseException e) {
                throw new BuildException("Impossible to parse the artifact reports: "
                        + e.getMessage(), e);
            } catch (IOException e) {
                throw new BuildException("Impossible to read the artifact reports: "
View Full Code Here

TOP

Related Classes of org.apache.ivy.osgi.repo.ArtifactReportManifestIterable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.