Thank you Musachy, that got me over th hump and into the compile process...then this happened:
[INFO] Compiling 361 source files to C:\dev\Struts-2.1.x\core\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure C:\dev\Struts-2.1.x\core\src\main\java\org\apache\struts2\dispatcher\ng\servlet\ServletHostConfig.java:[23,36] cannot find symbol symbol : class EnumerationIterator location: package com.opensymphony.xwork2.util C:\dev\Struts-2.1.x\core\src\main\java\org\apache\struts2\dispatcher\ng\filter\FilterHostConfig.java:[23,36] cannot find symbol symbol : class EnumerationIterator location: package com.opensymphony.xwork2.util C:\dev\Struts-2.1.x\core\src\main\java\org\apache\struts2\dispatcher\ng\servlet\ServletHostConfig.java:[45,19] cannot find symbol symbol : class EnumerationIterator location: class org.apache.struts2.dispatcher.ng.servlet.ServletHostConfig C:\dev\Struts-2.1.x\core\src\main\java\org\apache\struts2\dispatcher\ng\filter\FilterHostConfig.java:[46,19] cannot find symbol symbol : class EnumerationIterator location: class org.apache.struts2.dispatcher.ng.filter.FilterHostConfig [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: Compilation failure at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:579) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) 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.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516) at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558) ... 16 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12 seconds [INFO] Finished at: Wed Jul 09 14:19:05 EDT 2008 [INFO] Final Memory: 28M/254M [INFO] ------------------------------------------------------------------------ On 7/9/08, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > Did you run 'mvn install' for xwork? > > musachy > > > On Wed, Jul 9, 2008 at 1:52 PM, John Moose <[EMAIL PROTECTED]> wrote: > > I ahve svn'd the xwork tree and built xwork-2.1.2-SNAPSHOT in the target > > folder, > > did the mvn install:install-file.... command but the Struts 2 build still > > cannot find the xwork jar in any repository?? This is killing me. > > > > > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >