Author: woonsan
Date: Tue Sep 11 18:26:14 2007
New Revision: 574749
URL: http://svn.apache.org/viewvc?rev=574749&view=rev
Log:
Upgraded groovy library version to 1.1-beta-2.
The new version fixed the "GroovyReflector" problem. See
http://jira.codehaus.org/browse/GROOVY-1867 for detail.
Modified:
portals/bridges/trunk/groovy/pom.xml
portals/bridges/trunk/groovy/project.xml
portals/bridges/trunk/groovy/xdocs/index.xml
Modified: portals/bridges/trunk/groovy/pom.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/groovy/pom.xml?rev=574749&r1=574748&r2=574749&view=diff
==============================================================================
--- portals/bridges/trunk/groovy/pom.xml (original)
+++ portals/bridges/trunk/groovy/pom.xml Tue Sep 11 18:26:14 2007
@@ -69,7 +69,7 @@
<dependency>
<groupId>groovy</groupId>
<artifactId>groovy</artifactId>
- <version>1.0</version>
+ <version>1.1-beta-2</version>
<scope>compile</scope>
</dependency>
<dependency>
Modified: portals/bridges/trunk/groovy/project.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/groovy/project.xml?rev=574749&r1=574748&r2=574749&view=diff
==============================================================================
--- portals/bridges/trunk/groovy/project.xml (original)
+++ portals/bridges/trunk/groovy/project.xml Tue Sep 11 18:26:14 2007
@@ -55,7 +55,7 @@
<dependencies>
<dependency>
<id>groovy:groovy</id>
- <version>1.0</version>
+ <version>1.1-beta-2</version>
<type>jar</type>
</dependency>
<dependency>
Modified: portals/bridges/trunk/groovy/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/groovy/xdocs/index.xml?rev=574749&r1=574748&r2=574749&view=diff
==============================================================================
--- portals/bridges/trunk/groovy/xdocs/index.xml (original)
+++ portals/bridges/trunk/groovy/xdocs/index.xml Tue Sep 11 18:26:14 2007
@@ -192,14 +192,15 @@
<subsection name="5. The Dependency JARs">
<p>
Copy the portals-bridges-groovy-1.0.jar,
- groovy-1.0.jar, antlr-2.7.5.jar, and asm-2.2.jar to
the groovy-simplest/WEB-INF/lib
- directory. IMPORTANT:
+ groovy-1.1.jar, antlr-2.7.6.jar, and asm-2.2.jar to
the groovy-simplest/WEB-INF/lib
+ directory. (The current version of groovy library was
1.1-beta-2 when the author wrote this guide. Please use the latest version of
groovy.)
+ IMPORTANT:
Do NOT put the portlet-api-1.0.jar in the war file. If
you have already built Jetspeed some of the jars should be in your Maven
repository. If so executing these commands in the lib directory will set up the
dependencies for you.
<source><![CDATA[
-ln -s
~/.maven/repository/org.apache.portals.bridges/jars/portals-bridges-groovy-1.0.jar
+ln -s
~/.maven/repository/org.apache.portals.bridges/jars/portals-bridges-groovy-1.1.jar
]]></source>
And, if you download from <a
href="http://groovy.codehaus.org">http://groovy.codehaus.org</a> and install
groovy,
- you can find groovy-1.0.jar, antlr-2.7.5.jar, and
asm-2.2.jar in the lib directory under groovy home directory.
+ you can find groovy-1.1.jar, antlr-2.7.6.jar, and
asm-2.2.jar in the lib directory under groovy home directory.
Also, copy the portlet.tld to the
groovy-simplest/WEB-INF directory. You can find the portlet.tld file in
jetspeed-2/src/webapps/WEB-INF/ source directory. Or you can copy that from
the WEB-INF/ directory of the demo portlet.
</p>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]