[izpack-changes] izpack-src/src/doc-ng/docbooks node3.xml,1.1,1.2 node8.xml,1.1,1.2

jponge nobody at sheep.berlios.de
Sun Mar 12 18:31:22 CET 2006


Update of /cvsroot/izpack/izpack-src/src/doc-ng/docbooks
In directory sheep:/tmp/cvs-serv10032/src/doc-ng/docbooks

Modified Files:
	node3.xml node8.xml 
Log Message:
Synchronizing HEAD from the changes in branch-3-8.


Index: node3.xml
===================================================================
RCS file: /cvsroot/izpack/izpack-src/src/doc-ng/docbooks/node3.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- node3.xml	1 Sep 2005 08:45:30 -0000	1.1
+++ node3.xml	12 Mar 2006 16:32:13 -0000	1.2
@@ -267,7 +267,38 @@
 select %INSTALLER_DEST%\install.jar (may be, that's the trick...)<?db2html element="br"?>
 install.jar must be under the project entry<?db2html element="br"?>
 
-For 2.x :<?db2html element="br"?>
+
+<para>BUGS and TROUBLESHOOTING</para>
+<programlisting>
+If you get this error when running the application 
+could not create shortcut instance
+java.lang.Exception: error loading library
+	at com.izforge.izpack.util.Librarian.loadLibrary(Librarian.java:249)
+	at com.izforge.izpack.util.os.ShellLink.initialize(ShellLink.java:461)
+	at com.izforge.izpack.util.os.ShellLink.&lt;init&gt;(ShellLink.java:349)
+	at com.izforge.izpack.util.os.Win_Shortcut.initialize(Win_Shortcut.java:79)
+	at com.izforge.izpack.panels.ShortcutPanel.&lt;init&gt;(ShortcutPanel.java:473)
+	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
+	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
+	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
+	at java.lang.reflect.Constructor.newInstance(Unknown Source)
+	at com.izforge.izpack.installer.InstallerFrame.loadPanels(InstallerFrame.java:203)
+	at com.izforge.izpack.installer.InstallerFrame.&lt;init&gt;(InstallerFrame.java:160)
+	at com.izforge.izpack.installer.GUIInstaller.loadGUI(GUIInstaller.java:391)
+	at com.izforge.izpack.installer.GUIInstaller.&lt;init&gt;(GUIInstaller.java:128)
+	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
+	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
+	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
+	at java.lang.reflect.Constructor.newInstance(Unknown Source)
+	at java.lang.Class.newInstance0(Unknown Source)
+	at java.lang.Class.newInstance(Unknown Source)
+	at com.izforge.izpack.installer.Installer.main(Installer.java:62)
+</programlisting>
+then it means you forgot to put the shelllink.dll into the correct source folder
+in that case, copy %IZPACK_HOME%\bin\native\izpack\ShellLink.dll  to<?db2html element="br"?>
+%IZPACK_HOME%\src\lib\com\izforge\izpack\util\os\ShellLink.dll<?db2html element="br"?><?db2html element="br"?>
+
+
 copy %IZPACK_HOME%\bin\native\izpack\ShellLink.dll  to<?db2html element="br"?>
 %IZPACK_HOME%\src\lib\com\izforge\izpack\util\os\ShellLink.dll<?db2html element="br"?><?db2html element="br"?>
 

Index: node8.xml
===================================================================
RCS file: /cvsroot/izpack/izpack-src/src/doc-ng/docbooks/node8.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- node8.xml	1 Sep 2005 08:45:30 -0000	1.1
+++ node8.xml	12 Mar 2006 16:32:13 -0000	1.2
@@ -316,7 +316,11 @@
     <para>
       Sometimes it is desirable to separate different entities visually. This can be accomplished by inserting a space or a divider. A space simply inserts a vertical separation of the average height
       of a single line entity, such as a line of text or a an input field. A divider inserts the same amount of space but also draws a division line which can be either aligned at the top or bottom
-      of the separation. <literal>&lt;space&gt;</literal>, <literal>&lt;divider&gt;</literal>
+      of the separation.
+    </para>
+    <para>
+    	<literal>&lt;field type="divider" /&gt;</literal><?db2html element="br"?>
+    	<literal>&lt;field type="space" /&gt;</literal>
     </para>
     <para>
       ..... maybe i should draw the line myself and add no additional space at all ...




More information about the izpack-changes mailing list