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 book and tha part seem to have worked. Now I am working on the "ejb" module under "daytrader" directoy. So I copied a pom.xml from tha section to ejb directory and ran "mvn install". Now I am getting the following error:
Cannot find parent: org.apache.geronimo.samples.daytrader:daytrader for project: null:daytrader-ejb:ejb:null How do people learn Maven? It seems to be popular but the documentation seems very hard to understand! Do you have any suggestions? Thanks On 10/12/06, pjungwir <[EMAIL PROTECTED]> wrote:
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 "Better Builds with Maven" but get the following message right off the > bat: > > It requires a project with an existing pom.xml , but the build is not > using > one. > > I am using maven2.0.4 on Windows XP. > > I'd appreciate any help. > > Thanks > > -- View this message in context: http://www.nabble.com/mvn--N-install-not-working-for-daytrader-tf2434911.html#a6789679 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
