Package org.apache.ivy.plugins.report

Examples of org.apache.ivy.plugins.report.LogReportOutputter


            // ignore: the matcher isn't on the classpath
            Message.info("impossible to define glob matcher: "
                + "org.apache.ivy.plugins.matcher.GlobPatternMatcher was not found.");
        }

        addReportOutputter(new LogReportOutputter());
        addReportOutputter(new XmlReportOutputter());

        configureDefaultCircularDependencyStrategies();

        listingIgnore.add(".cvsignore");
View Full Code Here


            // ignore: the matcher isn't on the classpath
            Message.info("impossible to define glob matcher: "
                + "org.apache.ivy.plugins.matcher.GlobPatternMatcher was not found.");
        }

        addReportOutputter(new LogReportOutputter());
        addReportOutputter(new XmlReportOutputter());

        configureDefaultCircularDependencyStrategies();

        listingIgnore.add(".cvsignore");
View Full Code Here

TOP

Related Classes of org.apache.ivy.plugins.report.LogReportOutputter

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.