[Yanel-commits] rev 41434 - in public/yanel/trunk/src/realms/yanel-website/content: . 9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep 9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/revisions 9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/revisions/1227087597058

michi at wyona.com michi at wyona.com
Tue Feb 10 09:22:07 CET 2009


Author: michi
Date: 2009-02-10 09:22:06 +0100 (Tue, 10 Feb 2009)
New Revision: 41434

Added:
   public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/revisions/1227087597058/
   public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/revisions/1227087597058/content
   public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/revisions/1227087597058/meta
Modified:
   public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c
   public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/meta
Log:
Updated Windows binary installer build procedure
 to match the new http://svn.wyona.com/repos/public/yanel/trunk/src/release.bat script.

Issue: 6899


Modified: public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c	2009-02-10 08:04:42 UTC (rev 41433)
+++ public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c	2009-02-10 08:22:06 UTC (rev 41434)
@@ -1,20 +1,41 @@
-<?xml version="1.0"?>
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-
-<head>
-<title>Create a Windows Installer for Yanel</title></head>
-
-<body>
-<h1>Create Binary for Windows</h1>
-<ol>
-<li>Start Windows<br/></li>
-<li>Checkout Yanel from <a href="download/source-repository.html">SVN</a></li><li>Update the property <i>yanel.revision</i> within <i>src/build/(local).build.properties</i></li>
-<li>Run <i>build source-snapshot</i> (<b>IMPORTANT:</b> whereas command line SVN is required)<br/></li>
-<li>Change directory <i>build/source-snapshots/wyona-yanel-SNAPSHOT-VERSION-rREVISION-src</i></li>
-<li>Run <i>build bin-snapshot</i></li>
-<li>Download NSIS 2.24 from <a href="http://nsis.sourceforge.net/">http://nsis.sourceforge.net/</a></li>
-<li>Install NSIS</li>
-<li>Start NSIS (Click on &quot;MakeNSISW (compiler GUI)&quot;)</li>
-<li>Click on &quot;File&quot; menu and then click on &quot;Load Script ...&quot; and open <i>build/bin-snapshots/wyona-yanel-SNAPSHOT-1.0-dev-rREVISION-bin-win/install-yanel.nsi</i></li><li>An exe <i>install-yanel-1.0-dev-rREVISION.exe</i> should be created in the folder: <i>build/bin-snapshots/wyona-yanel-SNAPSHOT-1.0-dev-rREVISION-bin-win</i> which can be provided as binary snapshot/release within the <a href="en/download/windows.html">Windows download section</a><br/></li></ol></body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head>  <meta name="generator" content="HTML Tidy for Java (vers. 26 Sep 2004), see www.w3.org" /> <title>Create a Windows Installer for Yanel</title> 
+  </head>
+  <body> 
+    <h1>Create Binary for Windows</h1> 
+    <h2>Requirements</h2> 
+    <ul> 
+      <li>a Windows operating system (obviously): Windows 2000, XP, Vista
+or later incarnations of NT should work</li> 
+      <li>a JDK (needed since we build from the Java source) &gt;=
+1.5<br /> </li> 
+      <li>the Subversion command-line client (until <a href="http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5341">bug
+5341</a> gets fixed) &gt;= 1.4: get it under Cygwin or download it
+from <a href="http://www.sliksvn.com/en/download">http://www.sliksvn.com/en/download</a>
+for example and install it<br /> </li> 
+      <li>the complete installation of NSIS &gt;= 2.24: download it from
+<a href="http://nsis.sourceforge.net/">http://nsis.sourceforge.net/</a>
+and install it (at the moment it is expected by the below script to
+sit under C:\Programme\NSIS, sorry for that; however for now the
+script can be tweaked easily)<br /> </li> 
+    </ul> 
+    <h2>Steps<br /> </h2> 
+    <ol> 
+      <li>start Windows<br /> </li> 
+      <li>checkout Yanel from <a href="download/source-repository.html">SVN</a> (anonymous access is
+sufficient)<br /> </li> 
+      <li>run <em>src\release</em>...&lt;version string&gt; &lt;revision
+number&gt; (see the <a href="http://svn.wyona.org/repos/public/yanel/trunk/src/README-release.txt">description
+of the official release process</a> for how to choose the exact
+values)... and wait a while<br /> </li> 
+      <li>you should test the installer which will be run automatically
+just before the script ends<br /> </li> 
+      <li>the installer program can then be provided as binary
+snapshot/release within the <a href="/en/download/windows.html">Windows download
+section</a>: it will be available in the folder
+<em>build\bin-snapshots\wyona-yanel-SNAPSHOT-VERSION-rREVISION-bin-win</em>
+under the name <em>install-yanel-VERSION-rREVISION.exe</em><br /> </li> 
+    </ol> 
+  </body>
+</html>
\ No newline at end of file

Modified: public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/meta	2009-02-10 08:04:42 UTC (rev 41433)
+++ public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/meta	2009-02-10 08:22:06 UTC (rev 41434)
@@ -1,4 +1,7 @@
 yarep_type<string>:resource
 yarep_isCheckedOut<boolean>:false
-yarep_checkoutDate<date>:2007-06-19T12:47:50+0200
-yarep_checkoutUserID<string>:michi
+yarep_size<long>:1326
+yarep_checkoutDate<date>:2009-02-09T19:07:45+0100
+yarep_checkoutUserID<string>:guillaume
+yarep_lastModifed<long>:1227174459000
+yarep_checkinDate<date>:2009-02-09T19:09:32+0100

Added: public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/revisions/1227087597058/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/revisions/1227087597058/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/revisions/1227087597058/content	2009-02-10 08:22:06 UTC (rev 41434)
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Create a Windows Installer for Yanel</title></head>
+
+<body>
+<h1>Create Binary for Windows</h1>
+<ul>
+<li>Start Windows<br/></li>
+<li>Checkout Yanel from <a href="download/source-repository.html">SVN</a></li><li>Update the property <i>yanel.revision</i> within <i>src/build/(local).build.properties</i></li>
+<li>Run <i>build source-snapshot</i> (<b>IMPORTANT:</b> whereas command line SVN is required)<br/></li>
+<li>Change directory <i>build/source-snapshots/wyona-yanel-SNAPSHOT-VERSION-rREVISION-src</i></li>
+<li>Run <i>build bin-snapshot</i></li>
+<li>Download NSIS 2.24 from <a href="http://nsis.sourceforge.net/">http://nsis.sourceforge.net/</a></li>
+<li>Install NSIS</li>
+<li>Start NSIS (Click on &quot;MakeNSISW (compiler GUI)&quot;)</li>
+<li>Click on &quot;File&quot; menu and then click on &quot;Load Script ...&quot; and open <i>build/bin-snapshots/wyona-yanel-SNAPSHOT-1.0-dev-rREVISION-bin-win/install-yanel.nsi</i></li><li>An exe <i>install-yanel-1.0-dev-rREVISION.exe</i> should be created in the folder: <i>build/bin-snapshots/wyona-yanel-SNAPSHOT-1.0-dev-rREVISION-bin-win</i> which can be provided as binary snapshot/release within the <a href="en/download/windows.html">Windows download section</a><br/></li></ul></body>
+</html>
\ No newline at end of file

Added: public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/revisions/1227087597058/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/revisions/1227087597058/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/9ec57b03-8382-4a86-bad2-904ee3e9644c.yarep/revisions/1227087597058/meta	2009-02-10 08:22:06 UTC (rev 41434)
@@ -0,0 +1,12 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_revisionCreator<string>:michi
+workflow-date<date>:2008-11-19T10:39:57+0100
+yarep_size<long>:1325
+yarep_checkoutDate<date>:2008-11-19T10:37:49+0100
+yarep_checkoutUserID<string>:michi
+yarep_lastModifed<long>:1227087597000
+workflow-state<string>:draft
+yarep_checkinDate<date>:2008-11-17T17:21:34+0100
+yarep_revisionCreationDate<date>:2008-11-19T10:39:57+0100



More information about the Yanel-commits mailing list