Git Product home page Git Product logo

Comments (15)

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 20-Oct-2011 11:15pm

In [120/qulice]:

#CommitTicketReference repository="qulice" revision="120"
refs #27 - new branch

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 20-Oct-2011 11:16pm

In [121/qulice]:

#CommitTicketReference repository="qulice" revision="121"
refs #27 - fixed

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 20-Oct-2011 11:16pm

Let's merge...

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 20-Oct-2011 11:41pm

Looks like 1.0-beta-3 is available: http://repo1.maven.org/maven2/org/codehaus/mojo/xml-maven-plugin/

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 20-Oct-2011 11:43pm

Changing to 1.0 leads to:

[INFO] [ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT:check (default) on project checkstyle-violations: Execution default of goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT:check failed: unknown resource loader: file -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT:check (default) on project checkstyle-violations: Execution default of goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT:check failed: unknown resource loader: file
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
[INFO]  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
[INFO]  at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
[INFO]  at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
[INFO]  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
[INFO]  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
[INFO]  at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
[INFO]  at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
[INFO]  at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
[INFO]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[INFO]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[INFO]  at java.lang.reflect.Method.invoke(Method.java:597)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
[INFO]  at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[INFO] Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal com.qulice:qulice-maven-plugin:1.0-SNAPSHOT:check failed: unknown resource loader: file
[INFO]  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
[INFO]  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
[INFO]  ... 19 more
[INFO] Caused by: java.lang.IllegalArgumentException: unknown resource loader: file
[INFO]  at org.codehaus.plexus.resource.DefaultResourceManager.addSearchPath(DefaultResourceManager.java:144)
[INFO]  at org.codehaus.mojo.xml.AbstractXmlMojo.getLocator(AbstractXmlMojo.java:349)
[INFO]  at org.codehaus.mojo.xml.AbstractXmlMojo.getResolver(AbstractXmlMojo.java:154)
[INFO]  at org.codehaus.mojo.xml.ValidateMojo.execute(ValidateMojo.java:332)
[INFO]  at com.qulice.maven.MojoExecutor.execute(MojoExecutor.java:113)
[INFO]  at com.qulice.maven.XmlValidator.validate(XmlValidator.java:68)
[INFO]  at com.qulice.maven.CheckMojo.execute(CheckMojo.java:150)
[INFO]  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
[INFO]  ... 20 more

Looks like there is some "defect" in xml-maven-plugin.

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 20-Oct-2011 11:43pm

I won't change the version for now.

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 21-Oct-2011 9:53pm

Actually, the problem was solved in #23. Or it wasn't?

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 21-Oct-2011 10:02pm

OK, I will disable this plugin for now. Moreover, a custom validation will be implemented soon in #13

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 21-Oct-2011 10:04pm

In [123/qulice]:

#CommitTicketReference repository="qulice" revision="123"
refs #27 - no more xml validator

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 21-Oct-2011 10:05pm

merging...

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by guard on 21-Oct-2011 10:21pm

In [124/qulice]:

#CommitTicketReference repository="qulice" revision="124"
refs #27 - /branches/ticket27 merged into /trunk, 1/2 hours spent

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by guard on 21-Oct-2011 10:21pm

In [125/qulice]:

#CommitTicketReference repository="qulice" revision="125"
refs #27 - /branches/ticket27 successfully closed

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 22-Oct-2011 3:10am

done

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor256 on 22-Jan-2012 11:39pm

Milestone PROTOTYPE deleted

from qulice.

yegor256 avatar yegor256 commented on May 24, 2024

migrated from Trac, where originally posted by yegor on 21-Apr-2013 12:03pm

we moved to Github

from qulice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.