Re: BUILD FAILURE to create project structure

2012-07-18 Thread rahul bhalla
en following the instructions provided on the maven home page. > > > -Original Message- > > From: rahul bhalla [mailto:urcoolfrien...@gmail.com] > > Sent: Wednesday, July 18, 2012 1:22 PM > > To: Maven Users List > > Subject: Re: BUILD FAILURE to create pr

RE: BUILD FAILURE to create project structure

2012-07-18 Thread Thiessen, Todd (Todd)
lfrien...@gmail.com] > Sent: Wednesday, July 18, 2012 1:22 PM > To: Maven Users List > Subject: Re: BUILD FAILURE to create project structure > > what kind of resource list you are talking > > > -- > Reg

Re: BUILD FAILURE to create project structure

2012-07-18 Thread rahul bhalla
what kind of resource list you are talking -- Regards Rahul Bhalla (9953225211)

Re: BUILD FAILURE to create project structure

2012-07-18 Thread rahul bhalla
hey Wayne Fay Do you have any idea where did i do mistake?? -- Regards Rahul Bhalla

Re: BUILD FAILURE to create project structure

2012-07-18 Thread Wayne Fay
At this point, you need to find someone local to you who can come over to your desk, sit down at your PC and help you make this work. You've exhausted the resources of this list, I think. Wayne On Wed, Jul 18, 2012 at 12:01 PM, rahul bhalla wrote: > Sorry > > it gives > > C:\Users\sahil>mvn --v

Re: BUILD FAILURE to create project structure

2012-07-18 Thread rahul bhalla
Sorry it gives C:\Users\sahil>mvn --v 'mvn' is not recognized as an internal or external command, operable program or batch file. -- Regards Rahul Bhalla

Re: BUILD FAILURE to create project structure

2012-07-18 Thread Wayne Fay
> Now please tell me how to create directory of a project outside the bin > folder or run maven application from anywhere You've been told more than once. Ensure "mvn -v" works in any directory, not just Maven's bin dir. Then run "mvn archetype:generate" to build a project anywhere you want. Wayn

Re: BUILD FAILURE to create project structure

2012-07-18 Thread rahul bhalla
hi when i run command *C:\apache-maven-3.0.4\bin>mvn -v* *it gives following output* Apache Maven 3.0.4 (r1232337; 2012-01-17 14:14:56+0530) Maven home: C:\apache-maven-3.0.4 Java version: 1.6.0_21, vendor: Sun Microsystems Inc. Java home: C:\Program Files\Java\jdk1.6.0_21\jre Default locale: en_US

Re: BUILD FAILURE to create project structure

2012-07-17 Thread Barrie Treloar
On Wed, Jul 18, 2012 at 11:57 AM, Wayne Fay wrote: >> can please explain me the way how to create project structure/whole project >> outside the bin folder of maven ?? Have you tried one of the freely available books at http://maven.apache.org/articles.html? Some of these should walk through exam

Re: BUILD FAILURE to create project structure

2012-07-17 Thread Wayne Fay
> can please explain me the way how to create project structure/whole project > outside the bin folder of maven ?? First make sure "mvn -v" runs and outputs the proper information. Until this is working properly, there is no point to proceed. Make a new directory say c:\code. cd to that directory

Re: BUILD FAILURE to create project structure

2012-07-17 Thread rahul bhalla
hi As you said i do and now it its running *thanks for the help* can please explain me the way how to create project structure/whole project outside the bin folder of maven ?? -- Regards Rahul Bhalla

BUILD FAILURE to create project structure

2012-07-17 Thread rahul bhalla
hi i new to maven and try to create project structure with help of maven. I m using Maven 3.0.4 version Every time i try to run given command* C:\Program Files\apache-maven-3.0.4\bin>mvn archetype:generate* it ask : - Choose a number or apply filter (format: [groupId:]artifactId, case sensi