Last modified by Ken McWilliams on 2012/04/17 06:21

From version 1.1 Icon
edited by Ken McWilliams
on 2012/04/17 06:07
Change comment: There is no comment for this version
To version Icon 2.1 Icon
edited by Ken McWilliams
on 2012/04/17 06:12
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -42,3 +42,15 @@
42 42  **~ </dependency>**
43 43  **~ </dependencies>**
44 44   </plugin>
45 +
46 +
47 +3) Add the following dependancy
48 +
49 + <dependency>
50 + <groupId>org.codehaus.groovy</groupId>
51 + <artifactId>groovy-all</artifactId>
52 + <version>1.8.4</version>
53 + <scope>provided</scope>
54 + </dependency>
55 +
56 +4) Download a copy of groovy-all-1.8.4.jar and copy it into the glassfish lib folder (partial path on my system is .../glassfish-3.1.2/glassfish/lib/groovy-all-1.8.4.jar).