Trejkaz created MANT-74:
---------------------------

             Summary: ClassCastException running ant:ant on activemq project
                 Key: MANT-74
                 URL: https://jira.codehaus.org/browse/MANT-74
             Project: Maven Ant Plugin
          Issue Type: Bug
    Affects Versions: 2.3
            Reporter: Trejkaz
            Priority: Critical
         Attachments: mvn.log

I tried to run mvn ant:ant to create Ant builds for ActiveMQ, and I get the 
following error about half way through. I'm attaching a full log as well, in 
case that is of use.

{noformat}
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to 
[Ljava.util.Map;
        at 
org.apache.maven.plugin.ant.AntBuildWriterUtil.getMavenPluginOptions(AntBuildWriterUtil.java:919)
        at 
org.apache.maven.plugin.ant.AntBuildWriterUtil.getMavenSurefirePluginOptions(AntBuildWriterUtil.java:717)
        at 
org.apache.maven.plugin.ant.AntBuildWriter.getTestExcludes(AntBuildWriter.java:995)
        at 
org.apache.maven.plugin.ant.AntBuildWriter.writeTestTargets(AntBuildWriter.java:885)
        at 
org.apache.maven.plugin.ant.AntBuildWriter.writeGeneratedBuildXml(AntBuildWriter.java:316)
        at 
org.apache.maven.plugin.ant.AntBuildWriter.writeBuildXmls(AntBuildWriter.java:122)
        at org.apache.maven.plugin.ant.AntMojo.execute(AntMojo.java:134)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
        ... 20 more
{noformat}




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

Reply via email to