[izpack-changes] r1524 - izpack-src/trunk/src/doc-ng/XHTML
noreply at berlios.de
noreply at berlios.de
Tue Aug 8 14:57:00 CEST 2006
Author: miraodb
Date: 2006-08-08 14:56:57 +0200 (Tue, 08 Aug 2006)
New Revision: 1524
Modified:
izpack-src/trunk/src/doc-ng/XHTML/izpack-doc.html
izpack-src/trunk/src/doc-ng/XHTML/node4.html
izpack-src/trunk/src/doc-ng/XHTML/node7.html
Log:
Updates and fixes docu (FM)
Modified: izpack-src/trunk/src/doc-ng/XHTML/izpack-doc.html
===================================================================
--- izpack-src/trunk/src/doc-ng/XHTML/izpack-doc.html 2006-08-08 09:29:51 UTC (rev 1523)
+++ izpack-src/trunk/src/doc-ng/XHTML/izpack-doc.html 2006-08-08 12:56:57 UTC (rev 1524)
@@ -118,6 +118,32 @@
<a name="tex2html46" href="node3.html#SECTION00320000000000000000">First Compilation</a>
</li>
<li>
+ <a name="tex2html4655" href="node3.html#section00350000000000000000">How to develop and debug IpPack using Eclipse</a>
+ <ul>
+ <li>
+ <a name="tex2html48" href="node3.html#section00351000000000000000">IzPack Installation</a>
+ </li>
+ <li>
+ <a name="tex2html49" href="node3.html#section00352000000000000000">Custom class sources and build.xml</a>
+ </li>
+ <li>
+ <a name="tex2html50" href="node3.html#section00353000000000000000">Eclipse</a>
+ </li>
+ <li>
+ <a name="tex2html51" href="node3.html#section00354000000000000000">Create IzPack project</a>
+ </li>
+ <li>
+ <a name="tex2html51" href="node3.html#section00355000000000000000">Debug compile (create the installer)</a>
+ </li>
+ <li>
+ <a name="tex2html51" href="node3.html#section00356000000000000000">Debug installation</a>
+ </li>
+ <li>
+ <a name="tex2html51" href="node3.html#section00357000000000000000">Debug uninstallation</a>
+ </li>
+ </ul>
+ </li>
+ <li>
<a name="tex2html47" href="node3.html#SECTION00330000000000000000">The I<small>Z</small>P<small>ACK</small>Architecture</a>
<ul>
<li>
Modified: izpack-src/trunk/src/doc-ng/XHTML/node4.html
===================================================================
--- izpack-src/trunk/src/doc-ng/XHTML/node4.html 2006-08-08 09:29:51 UTC (rev 1523)
+++ izpack-src/trunk/src/doc-ng/XHTML/node4.html 2006-08-08 12:56:57 UTC (rev 1524)
@@ -178,12 +178,18 @@
having such a feature. Here is a list of free editors that work well :</p>
<ul>
-<li>Jext : <tt><a name="tex2html19" href="http://www.jext.org/">http://www.jext.org/</a></tt></li>
+ <li>Jext : <tt><a name="tex2html19" href="http://www.jext.org/">http://www.jext.org/</a></tt></li>
+ <li>JEdit : <tt><a name="tex2html20" href="http://www.jedit.org/">http://www.jedit.org/</a></tt></li>
+ <li>classics like Vim and (X)Emacs.</li>
+</ul>
-<li>JEdit : <tt><a name="tex2html20" href="http://www.jedit.org/">http://www.jedit.org/</a></tt></li>
-
-<li>classics like Vim and (X)Emacs.</li>
+<p>If you are a developer and tend to write your own patches, extension or features to IzPack sources, or, if you wish to debug your compilation, installation and uninstallation, we recommend two IDE:</p>
+<ul>
+ <li>Jext : <tt><a name="tex2html191" href="http://www.jetbrains.com/idea/">http://www.jetbrains.com/idea/</a></tt></li>
+ <li>JEdit : <tt><a name="tex2html201" href="http://www.eclipse.org/">http://www.eclipse.org/</a></tt></li>
</ul>
+<p>For the first one, JetBrains has granted us an Open Source License. All project members can ask the Licence Key to one of the project manager.</p>
+<p>The second one is a well know open source (Just like us :-)) IDE. We provide a tutorial on how to develop/debug IzPack using Eclipse in the chapter Getting Started -> How to develop and debug IpPack using Eclipse</p>
<h2><a name="SECTION00412000000000000000">Writing XML</a></h2>
Modified: izpack-src/trunk/src/doc-ng/XHTML/node7.html
===================================================================
--- izpack-src/trunk/src/doc-ng/XHTML/node7.html 2006-08-08 09:29:51 UTC (rev 1523)
+++ izpack-src/trunk/src/doc-ng/XHTML/node7.html 2006-08-08 12:56:57 UTC (rev 1524)
@@ -286,7 +286,7 @@
...
</resources>
</pre>
- <p> in the install.xml file.The id should be written as shown, the file sub path and name can be other than in the example. This file should be use the same DTD as the common langpack. For each
+ <p> in the install.xml file.The id should be written as shown, the file sub path and name can be other than in the example. This file should be using the same DTD as the common langpack. For each
language a separate file with the ISO3 extension in the id should be used. </p>
<hr />
<!--Navigation Panel-->
More information about the izpack-changes
mailing list