OK, so I have Visual C# Express 2010 installed. From a command windows (running as administrator I tried)

mvn org.apache.npanday.plugins:maven-vsinstaller-plugin:1.5.0-incubating-SNAPSHOT:install

But that failed.

Is there some actual documentation for 1.5? All I can find is http://incubator.apache.org/npanday/docs/1.4.0-incubating/guide/installation/index.html

Cheers, Eric

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.391s
[INFO] Finished at: Wed Mar 05 12:41:28 PST 2014
[INFO] Final Memory: 26M/1963M
[INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.npanday.plugins:maven-vsinstaller-plugin:1.5.0-incubating-SNAPSHOT:install (default-cli) on project standalone-pom: Execution default-cli of goal org.apache.npanday.plugins:maven-vsinstaller-plugin:1.5.0-incubating-SNA
PSHOT:install failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.npanday.plugins:maven-vsinstaller-plugin:1.5.0-incubating-SNAPSHOT:install (default-cli) on project standalone-pom: Execution default-cli of goal org.apache.npanday.plugi
ns:maven-vsinstaller-plugin:1.5.0-incubating-SNAPSHOT:install failed.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-cli of goal org.apache.npanday.plugins:maven-vsinstaller-plugin:1.5.0-incubating-SNAPSHOT:install failed. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:115) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
        ... 19 more
Caused by: java.lang.NullPointerException
at npanday.plugin.vsinstaller.VsInstallerMojo.isDotNetHandler(VsInstallerMojo.java:136) at npanday.plugin.vsinstaller.VsInstallerMojo.execute(VsInstallerMojo.java:99) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
        ... 20 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

Reply via email to