What version of Maven are you using? I changed the depdency version of junit-toolkit to [1.2.8,) so as not support versions 1.2.8 or later and not force dependees onto 1.2.8.
I'm on maven 2.0.4 which supports this syntax. Are you on an older or newer version of Maven than this? Maybe you could try deleting your local repository (from uk.co.thebadgersetdownwards and log4j downwards too) and see if that might help. Rupert On 04/04/07, Jonathan Anstey <[EMAIL PROTECTED]> wrote:
Hi guys, Is anyone else having trouble building the performance tests? I copied the error I'm getting below. BTW changing junit-toolkit back to version 0.5 allows the build to proceed. Thanks, Jon [EMAIL PROTECTED] perftests]$ mvn [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building Qpid Performance Tests [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. No versions are present in the repository for the artifact with a range [1.2.8,) log4j:log4j:jar:null from the specified remote repositories: central (http://repo1.maven.org/maven2), junit-toolkit.snapshots (http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/snapshots/ )
