[jboss-user] [JBoss Tools (users)] - Re: using m2eclipse plugin to build RESTEasy simple project
asookazian
do-not-reply at jboss.com
Wed Aug 5 14:11:50 EDT 2009
so I ran 'mvn install' and got this:
| [INFO] Build Order:
| [INFO]
| [INFO]
| [INFO]
| [INFO] Building
| [INFO] Executing maven-resources-plugin[2.2]: resources on simple
| [INFO] Using default encoding to copy filtered resources.
| [INFO] Executing maven-compiler-plugin[2.0.2]: compile on simple
| [INFO] Nothing to compile - all classes are up to date
| [INFO] Executing maven-resources-plugin[2.2]: testResources on simple
| [INFO] Using default encoding to copy filtered resources.
| [INFO] Executing maven-compiler-plugin[2.0.2]: testCompile on simple
| [INFO] Compiling 1 source file to C:\Documents and Settings\asookazi\RESTEasy\simple\target\test-classes
| [INFO] Executing maven-surefire-plugin[2.4.3]: test on simple
| [INFO] Tests are skipped.
| [INFO] Executing maven-war-plugin[2.1-alpha-1]: war on simple
| [INFO] Packaging webapp
| [INFO] Assembling webapp[simple] in [C:\Documents and Settings\asookazi\RESTEasy\simple\WebContent]
| [INFO] Processing war project
| [INFO] Webapp assembled in[297 msecs]
| [INFO] Building war: C:\Documents and Settings\asookazi\RESTEasy\simple\target\simple.war
| [INFO] Executing maven-jetty-plugin[6.1.10]: run on simple
| [INFO] Configuring Jetty for project:
| null
| org.apache.maven.plugin.MojoExecutionException: Webapp source directory C:\Documents and Settings\asookazi\RESTEasy\simple\src\main\webapp does not exist
| at org.mortbay.jetty.plugin.AbstractJettyRunMojo.checkPomConfiguration(AbstractJettyRunMojo.java:218)
| at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:306)
| at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:203)
| at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:184)
| at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:323)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:196)
| at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:189)
| at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:467)
| at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:169)
| at org.apache.maven.cli.MavenCli.main(MavenCli.java:61)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| 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:408)
| at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
| at org.codehaus.classworlds.Launcher.main(Launcher.java:31)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248206#4248206
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4248206
More information about the jboss-user
mailing list