Revision: 1128
Author: [email protected]
Date: Fri Apr 1 20:57:18 2011
Log: Edited wiki page ReleaseChecklist through web user interface.
http://code.google.com/p/piccolo2d/source/detail?r=1128
Modified:
/wiki/ReleaseChecklist.wiki
=======================================
--- /wiki/ReleaseChecklist.wiki Mon Dec 13 19:09:38 2010
+++ /wiki/ReleaseChecklist.wiki Fri Apr 1 20:57:18 2011
@@ -39,7 +39,6 @@
{{{
$ mvn install
}}}
-
<br/>
Examples run with jdk 1.4+ on all platforms
@@ -49,6 +48,8 @@
$ mvn assembly:assembly
$ java -jar target/piccolo2d-examples-1.3.1-rc1-jar-with-dependencies.jar
}}}
+
+_Note: The maven assembly plugin is deprecating (see
[http://maven.apache.org/plugins/maven-assembly-plugin/plugin-info.html
here]) all goals (including assembly:assembly) except for assembly:single.
However, mvn assembly:single failed to correctly build the assembly; likely
having something to do with [http://jira.codehaus.org/browse/MASSEMBLY-94
this ticket]. The workaround is to use "mvn clean package assembly:single"
or use mvn assembly:assembly so long as it is still available._
<br/>
SWT examples run with jdk 1.4+ on all platforms
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en