mvn command line failed with archetype....

2008-08-08 Thread Sam Wun
Hi, I am wondering how to fix the following attached error (mvn command run)? I tried to follow the instruction shown in the following website, but got error. http://struts.apache.org/2.x/docs/developing-a-portlet-using-eclipse.html === attached mvn command run === Maven

Re: mvn command line failed with archetype....

2008-08-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sam, This is probably a question best asked on the Maven mailing list. - -chris Sam Wun wrote: | Hi, | | I am wondering how to fix the following attached error (mvn command run)? | I tried to follow the instruction shown in the following website,

Re: mvn command line failed with archetype....

2008-08-08 Thread David Smith
Might also want to try putting the whole command on the same line instead of trying to do the continuation '\' operator which may not work on Windows. That last '\' character is being interpreted by mvn as a parameter. --David Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE-

Re: mvn command line failed with archetype....

2008-08-08 Thread Sam Wun
Actually I tried that with what you said, this is the error message getting from that ONE command line. There is no \ at the end. Thanks On Sat, Aug 9, 2008 at 12:04 AM, David Smith [EMAIL PROTECTED] wrote: Might also want to try putting the whole command on the same line instead of trying to

[OT] Re: mvn command line failed with archetype....

2008-08-08 Thread David Smith
That's not what I'm seeing in the command run you posted. You might also want to move this very off-topic discussion to a maven user list. --David Sam Wun wrote: Actually I tried that with what you said, this is the error message getting from that ONE command line. There is no \ at the end.