RE: mvn -N install not working for daytrader

2006-10-13 Thread Vincent Massol
Hi Satish, -Original Message- From: Satish Gupta [mailto:[EMAIL PROTECTED] Sent: vendredi 13 octobre 2006 07:12 To: Maven Users List Subject: Re: mvn -N install not working for daytrader Thanks for your reply! Daytrader is the example being dealt with in the book Better Builds

Re: mvn -N install not working for daytrader

2006-10-12 Thread pjungwir
Hi Satish, Maven expects to find a pom.xml in the current directory. That message means there isn't one there. I don't know what daytrader is. Are you trying to build it from source? Paul Satish Gupta wrote: I am just starting to learn Maven. I am trying to follow the instrucations in

Re: mvn -N install not working for daytrader

2006-10-12 Thread Satish Gupta
Thanks for your reply! Daytrader is the example being dealt with in the book Better Builds with Maven. I am trying to learn how to be able to work with J2EE projects. The book doesn't explicitly say to install a top-level pom.xml. I made a guess and did copy a pom.xml from another part of the

Re: mvn -N install not working for daytrader

2006-10-12 Thread pjungwir
Hmm, I think these directories should already have pom.xml files of their own. If you copy pom.xmls from other projects, you're probably going to get errors. I'm not sure about the Cannot find parent error, but perhaps these foreign poms are the cause? I agree, the documentation for maven is