Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Container
-
Labels:None
-
Number of attachments :
Description
Due to the renaming of the ClassWorlds packages, the existing AntComponentFactory from plexus-ant-factory:1.0-alpha-2 appears to not implement the ComponentFactory interface, hence failing at runtime with
Caused by: java.lang.AbstractMethodError:
org.apache.maven.script.ant.AntMojoComponentFactory.newInstance(
Lorg/codehaus/plexus/component/repository/ComponentDescriptor;
Lorg/codehaus/plexus/classworlds/realm/ClassRealm;
Lorg/codehaus/plexus/PlexusContainer;)Ljava/lang/Object;
at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java)
Issue Links
- is depended upon by
-
MNG-4396
[regression] Ant plugin fails with Maven-3
-
Fixed in r8477 and r8479.