translate-war goal produces a ClassCastException
------------------------------------------------
Key: MRETRO-34
URL: http://jira.codehaus.org/browse/MRETRO-34
Project: Maven 2.x Retrotranslator Plugin
Issue Type: Bug
Affects Versions: 1.0-alpha-4
Environment: Maven 2.0.9
Kubuntu 8.10
Sun's JDK 1.6.0_10
Building Tiles test webapp
Reporter: Antonio Petrelli
Assignee: Jason Dillon
Attachments: tiles-test-build.log
When running translate-war goal, attached to the build lifecycle, it produces a
ClassCastException.
Attached there is a log about the exception.
This is my configuration:
<profile>
<id>j4</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>retrotranslator-maven-plugin</artifactId>
<version>1.0-alpha-4</version>
<executions>
<execution>
<id>retrotranslate</id>
<goals>
<goal>translate-war</goal>
</goals>
<configuration>
<jarfileset>
<includes>
<include>tiles-*.jar</include>
</includes>
</jarfileset>
<classifier>j4</classifier>
<attach>true</attach>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
You can see it live here (replacing the version of the plugin with 1.0-alpha-4):
http://svn.apache.org/repos/asf/tiles/framework/trunk/tiles-test/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email