On Wednesday 04 April 2007 09:51, Rupert Smith wrote: > Maven 2.0.5 is fairly new isn't it? Try 2.0.4, if you aren't already > locked into 2.0.5, or promote the idea of getting everyone to move > onto 2.0.5. I haven't even tried 2.0.5 yet.
Um.... Maven 2.0.6 was released last weekend. Thus, 2.0.5 is now "old stuff". :-) Seriously, folks may want to try 2.0.6. The bug I created around the JDK 1.6 stuff was marked closed so, in theory, it should work with JDK 1.6. Enjoy! Dan > Maven 2... what a mess! > > Rupert > > On 04/04/07, Jonathan Anstey <[EMAIL PROTECTED]> wrote: > > Rupert, > > > > I'm using Maven 2.0.5. After clearing out my m2 repo, the build > > failed looking for > > uk.co.thebadgerset:junit-toolkit-maven-plugin:pom:0.5. Actually, > > after looking at the comments above this plugin (in > > perftests/pom.xml), I think it should be commented out altogether :) > > > > Cheers, > > Jon > > > > Rupert Smith wrote: > > > 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/snaps > >hots/ > > > > >> ) -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
