Re: Getting startet, dependency problem

2005-06-28 Thread Rahul
maven-install-plugin/install-file-mojo.html HTH, Rahul - Original Message - From: "Christian Schlaefcke" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Tuesday, June 28, 2005 9:15 PM Subject: M2: Getting startet, dependency problem Hi Folks, still try to

Re: M2: Getting startet, dependency problem

2005-06-28 Thread Rahul
Hi, I don't see Log4J 1.2.9 distributed on Ibiblio repository. Is this installed in your local repository ? If not, then you will need to install/deploy it to your local repository. I think this might help you install log4j 1.2.9 in local repo http://maven.apache.org/maven2/plugins/maven-instal

Re: M2: Getting startet, dependency problem

2005-06-28 Thread Emmanuel Venisse
Logger is used in your code, so it isn't a runtime dependency but a compile dependency. The compile scpe is the default, remove the scope on your log4j dependency and the compilation will be happy :-) Emmanuel Christian Schlaefcke wrote: This was not not typo safe ;-) But... I corrected t

Re: M2: Getting startet, dependency problem

2005-06-28 Thread Christian Schlaefcke
This was not not typo safe ;-) But... I corrected to "runtime" and still get: [INFO] BUILD FAILURE [INFO] [INFO] Reason: Compilation failure [INFO] -

Re: M2: Getting startet, dependency problem

2005-06-28 Thread solo turn
if your program compiles with log4j you have a compile time dependency to log4j. not a "runbtime" like you did in the pom :) -solo. On 6/28/05, Christian Schlaefcke <[EMAIL PROTECTED]> wrote: > Hi Folks, > > still try to get my own project under maven2 control. I tried "m2 > install" in the pr

Re: M2: Getting startet, dependency problem

2005-06-28 Thread Kristian Nordal
On 6/28/05, Christian Schlaefcke <[EMAIL PROTECTED]> wrote: > Hi Folks, > > still try to get my own project under maven2 control. I tried "m2 > install" in the project folder, but it seems leike there is an > dependency missing: > [INFO] BUILD FAILURE > [INFO] > ---

M2: Getting startet, dependency problem

2005-06-28 Thread Christian Schlaefcke
Hi Folks, still try to get my own project under maven2 control. I tried "m2 install" in the project folder, but it seems leike there is an dependency missing: [INFO] BUILD FAILURE [INFO] [INFO] Reason: Compilation f