Revision: 3910
Author: janne.t.harkonen
Date: Wed Aug 25 05:54:13 2010
Log: Edited wiki page Releasing through web user interface.
http://code.google.com/p/robotframework/source/detail?r=3910
Modified:
/wiki/Releasing.wiki
=======================================
--- /wiki/Releasing.wiki Tue Jun 15 03:15:16 2010
+++ /wiki/Releasing.wiki Wed Aug 25 05:54:13 2010
@@ -34,6 +34,17 @@
cd robotframework-%version%
python package.py wininst keep
}}}
+
+== Create Jar Distribution ==
+
+Jar package may be created either in Linux or Windows after version has
been updated.
+To create the jar, run:
+
+{{{
+python package.py jar keep
+}}}
+
+This requires having a stand-alone jython.jar in directory ext-lib under
the project root.
== Upload Packages ==