-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 not sure when that method went away, but it possible that we (m2 devs) don't see this because we're using a mirror of repo1 pointing at test.maven.codehaus.org?
Rahul, if you're using the latest code from svn, you might try adding the following to your ~/.m2/settings.xml file: <mirrors> <mirror> <id>test</id> <name>Test Mirror of ibiblio.org</name> <url>http://test.maven.codehaus.org/maven2</url> <mirrorOf>central</mirrorOf> </mirror> </mirrors> I can tell you that I've done builds as recently as yesterday evening (eastern US time), and not had this problem... And just as an extra precautionary measure, you might try to clean out (backup and remove) your local repository's contents... Please let us know if neither of these measures works. HTH, - -john Emmanuel Venisse wrote: > Hi, > > Do you have an other error in bootstrap before integration test? > This message is starnge because we don't use this method since a long time. > > I work too on windows (XP) and it build fine > > Emmanuel > > > Rahul wrote: > >> Hi, >> >> May be this was better directed at the dev list :-) >> I am still getting these errors (message below) on running the >> bootstrap batch file. Yep, I am on latest revision! >> >> Cheers, >> Rahul >> >> ------------------------------------------------------------------------ >> >> Subject: >> [m2] Build failures >> From: >> Rahul <[EMAIL PROTECTED]> >> Date: >> Thu, 09 Jun 2005 21:53:49 +1200 >> To: >> Maven Users List <users@maven.apache.org> >> >> To: >> Maven Users List <users@maven.apache.org> >> >> >> Hi, >> >> I am getting following error repeatedly when the >> "m2-bootstrap-all.bat" script runs integration tests with latest SVN >> revision 189735. >> >> Thanks, >> Rahul >> >> --------------------------------------------------- >> Exception in thread "main" java.lang.NoSuchMethodError: >> org.apache.maven.model.PatternSet.getDefaultExcludes()Ljava/util/L >> ist; >> at >> org.apache.maven.plugin.resources.ResourcesMojo.getJarResources(ResourcesMojo.java:134) >> >> at >> org.apache.maven.plugin.resources.ResourcesMojo.copyResources(ResourcesMojo.java:73) >> >> at >> org.apache.maven.plugin.resources.ResourcesMojo.execute(ResourcesMojo.java:65) >> >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:427) >> >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.processGoals(DefaultLifecycleExecutor.java:170) >> >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:91) >> >> at >> org.apache.maven.DefaultMaven.processProject(DefaultMaven.java:255) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:174) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:252) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:303) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:243) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:416) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:363) >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> >> ------------------------------------------------------------------------ >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFCqZkFK3h2CZwO/4URAqO1AJ42pbAJg+mmT29jqTN6VmHQrAovzQCgpius DcCe4KCvCRVOiptu2zKQXz8= =WXzN -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]