Unsatisfied dependencies

2005-05-12 Thread Richardson, Simon (Treasury)
I'm looking to migrate our projects from Ant / Anthill to Maven and have tried the 10 minute test. 2 hours later I still haven't managed to get past an unsatisfied dependency issue. The error message I get is as follows: The build cannot continue because of the following unsatisfied

Unsatisfied dependencies

2005-05-12 Thread Richardson, Simon (Treasury)
I'm looking to migrate our projects from Ant / Anthill to Maven and have tried the 10 minute test. 2 hours later I still haven't managed to get past an unsatisfied dependency issue. The error message I get is as follows: The build cannot continue because of the following unsatisfied

Re: Unsatisfied dependencies

2005-05-12 Thread Gisbert Amm
Richardson, Simon (Treasury) wrote: The error message I get is as follows: The build cannot continue because of the following unsatisfied dependencies: commons-jelly-tags-antlr-20030211.143720.jar antlr-2.7.2.jar The command I'm running is as follows: maven -p project.xml -Dmaven.mode.online

Re: Unsatisfied dependencies

2005-05-12 Thread Nicolas Chalumeau
The error message I get is as follows: The build cannot continue because of the following unsatisfied dependencies: commons-jelly-tags-antlr-20030211.143720.jar antlr-2.7.2.jar The command I'm running is as follows: maven -p project.xml -Dmaven.mode.online=false

Re: Unsatisfied dependencies

2005-05-12 Thread Arik Kfir
looking to migrate our projects from Ant / Anthill to Maven and have tried the 10 minute test. 2 hours later I still haven't managed to get past an unsatisfied dependency issue. The error message I get is as follows: The build cannot continue because of the following unsatisfied

Re: Unsatisfied dependencies

2005-05-12 Thread Brett Porter
: The build cannot continue because of the following unsatisfied dependencies: commons-jelly-tags-antlr-20030211.143720.jar antlr-2.7.2.jar Others have pointed out how to get the JARs manually, or by running online. What I can tell you is that it is required by the antlr plugin, which

Maven 1.1-Snapshot: Unsatisfied dependencies

2005-03-31 Thread =?ISO-8859-15?Q?Volker_F=FC=DFler?=
Hello, I want to try out maven-1.1-snapshot because I need ANT 1.6.2 support. I have successfully built and installed maven-1.1-snapshot. I took an existing project and tried to build it with maven-1.1 but it always stop because it can't satisfy some maven-dependencies:

Re: Maven 1.1-Snapshot: Unsatisfied dependencies

2005-03-31 Thread Brett Porter
you need to find where you have specified your own maven.repo.remote in a build.properties and comment it out - cvs.apache.org/repository needs to be in the list (as it is in the Maven SVN tree). http://cvs.apache.org/repository/maven/jars/ contains the JAR. - Brett On Thu, 31 Mar 2005

RE: Unsatisfied dependencies for reactor dependencies in Beta 9

2003-07-01 Thread Ext-Mike.Hogan
deployment of Maven that uses reactor-generated-dependencies that I can look at? Thanks, Mike. -Original Message- From: ext Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 30 June, 2003 18:07 To: Maven Users List Subject: Re: Unsatisfied dependencies for reactor dependencies in Beta

RE: Unsatisfied dependencies for reactor dependencies in Beta 9

2003-07-01 Thread Ext-Mike.Hogan
Here is the attachment. -Original Message- From: ext [mailto:[EMAIL PROTECTED] Sent: 01 July, 2003 11:55 To: [EMAIL PROTECTED] Subject: RE: Unsatisfied dependencies for reactor dependencies in Beta 9 Jason, I extracted my problem out into the smallest example possible

Re: Unsatisfied dependencies for reactor dependencies in Beta 9

2003-07-01 Thread Luke Taylor
[EMAIL PROTECTED] wrote: This works for beta 8 but not beta 9. What ya reckon? It looks like the dependency problem is between your toplevel project code and one of the subprojects (base). Since the reactor works out dependencies between the subprojects it's being run on I don't think it can

Unsatisfied dependencies for reactor dependencies in Beta 9

2003-06-30 Thread Ext-Mike.Hogan
Hi, I just moved from beta 8 to beta 9. I have about 20 components that are built with the reactor. Beta 9 complains that these are unsatisfied dependencies - it does not understand that they are to be built from source. This worked with Beta 8. What should I do to get this working

Re: Unsatisfied dependencies for reactor dependencies in Beta 9

2003-06-30 Thread Jason van Zyl
On Mon, 2003-06-30 at 09:50, [EMAIL PROTECTED] wrote: Hi, I just moved from beta 8 to beta 9. I have about 20 components that are built with the reactor. Beta 9 complains that these are unsatisfied dependencies - it does not understand that they are to be built from source. This worked