Hi Emmanuel,
May be this will help ascertain whether this is an issue or not?
Attached is a settings.xml that I was using and getting the error I
mentioned below.
I switched to the default settings.xml and the build compiles but not
when I have reference to the local repository (like the one in attached)
even after I blew up the repository.
What was I doing wrong? Surprisingly, I saw build failures since last 2
days only.
TIA,
Rahul
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]
<?xml version="1.0" ?>
<settings>
<mirrors>
<mirror>
<id>IBiblio</id>
<name>IBiblio Repository</name>
<url>http://www.ibiblio.org/maven2/</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
<profiles>
<profile>
<active>true</active>
<localRepository>d:/releng/repository/</localRepository>
<offline>false</offline>
</profile>
</profiles>
</settings>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]