[ 
https://jira.codehaus.org/browse/MANTTASKS-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov closed MANTTASKS-162.
------------------------------------

    Resolution: Won't Fix

Please refer to 
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
 if you're wondering why this issue was closed out.

> java.lang.ClassCastException: 
> org.codehaus.plexus.component.configurator.BasicComponentConfigurator cannot 
> be cast to org.codehaus.plexus.component.configurator.ComponentConfigurator
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MANTTASKS-162
>                 URL: https://jira.codehaus.org/browse/MANTTASKS-162
>             Project: Maven Ant Tasks
>          Issue Type: Bug
>    Affects Versions: 2.0.10
>         Environment: Windows / Maven 2.2.1
>            Reporter: Vince
>
> When we have the following declaration, a classcastexception occured 
> {code:xml}
> <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-antrun-plugin</artifactId>
>                 <executions>
>                     <execution>
>                       <id>kodo</id>
>                         <phase>package</phase>
>                         <configuration>
>                             <tasks>
>                               <ant target="xxx" inheritrefs="true" 
> antfile="/build.xml"/>
>                             </tasks>
>                         </configuration>
>                         <goals>
>                               <goal>run</goal>
>                         </goals>
>                     </execution>
>                 </executions>
>                 <dependencies>
>               <dependency>
>                       <groupId>org.apache.maven</groupId>
>                       <artifactId>maven-ant-tasks</artifactId>
>                       <version>2.0.10</version>
>               </dependency>
>                 </dependencies>
>             </plugin>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to