Re: Problems after installing Maven 2.0

2005-10-31 Thread Joe . Williams
EST 2005 [INFO] Final Memory: 1M/2M [INFO] - --- Regards Joe Williams. Wendy Smoak <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 30/10/2005 10:06 AM Please respond to "Maven Users List" To Maven Users

Re: Problems after installing Maven 2.0

2005-10-29 Thread Wendy Smoak
On 10/29/05, Petra Fiedler <[EMAIL PROTECTED]> wrote: > > --- > [INFO] Cannot execute mojo: resources. It requires a project, but the > build is not using one. > > what could be the problem? That's usually what you get if you execute 'mvn' in a directory that does not contain a pom.xml file. Are

Re: Problems after installing Maven 2.0

2005-10-29 Thread Eric Biesterfeld
Try mvn install I don't remember ever using the compile target. On 10/29/05, Petra Fiedler <[EMAIL PROTECTED]> wrote: > Hey, > > i've installed maven 2.0 as described on the website. then i tried to > run the example which is there described. But when i invoke "mvn > compile" i always get the sam

Problems after installing Maven 2.0

2005-10-29 Thread Petra Fiedler
Hey, i've installed maven 2.0 as described on the website. then i tried to run the example which is there described. But when i invoke "mvn compile" i always get the same error message: [INFO] Scanning for projects... [INFO] ---