[
https://issues.apache.org/struts/browse/WW-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47248#action_47248
]
Nuwan Chandrasoma commented on WW-2754:
---------------------------------------
Thanks everyone for the great work, i was able to get this plugin working and
ran a small example. i had to do few changes to the pom.xml file to get this
compile.
1. it was complaining about the source version. so had to integrate the
maven-compiler-plugin
<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
2. this was using google collection framkework rc5, google has released 1.0
final version changed the dependence version
<dependency>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0</version>
</dependency>
Regards,
Nuwan C.
> Source code for GXP result
> ---------------------------
>
> Key: WW-2754
> URL: https://issues.apache.org/struts/browse/WW-2754
> Project: Struts 2
> Issue Type: Temp
> Reporter: Musachy Barroso
> Assignee: Lukasz Lenart
> Fix For: Future
>
> Attachments: gxp.webwork.tar.gz, struts-gxp-plugin.zip,
> struts-gxp-plugin.zip, struts-gxp-plugin.zip, struts-gxp-plugin.zip,
> struts-gxp-plugin.zip
>
>
> Thanks to the google and the GXP guys for sending us the code
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.