gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21654 - gnunet-java


From: gnunet
Subject: [GNUnet-SVN] r21654 - gnunet-java
Date: Thu, 31 May 2012 15:09:18 +0200

Author: grothoff
Date: 2012-05-31 15:09:18 +0200 (Thu, 31 May 2012)
New Revision: 21654

Modified:
   gnunet-java/ISSUES
   gnunet-java/izpack-installer.xml
Log:
-updating installer

Modified: gnunet-java/ISSUES
===================================================================
--- gnunet-java/ISSUES  2012-05-31 11:58:18 UTC (rev 21653)
+++ gnunet-java/ISSUES  2012-05-31 13:09:18 UTC (rev 21654)
@@ -85,10 +85,11 @@
  * dht get: can we assume that "our" peer immediately stores the value?
 
 * naming: when do we use destroy, when do we use disconnect, or is this 
arbitrary?
+  start-stop, create-destroy, connect-disconnect; constructor: fine, 
destructor: see C API
 
 * implications of using exceptions in callbacks
  * esp. when the exception is non-fatal, i.e. the exception is caught, 
handled, and the program continues
- * java exceptions have no restarts, may leave gnunet-java in inconsistent 
state
+ * java exceptions have no restarts, may leave gnunet-java in inconsistent 
state; FINALLY!
 
 * how to test callbacks? we do not only need to test for the right values, but 
also check that callback has actually
   been called.

Modified: gnunet-java/izpack-installer.xml
===================================================================
--- gnunet-java/izpack-installer.xml    2012-05-31 11:58:18 UTC (rev 21653)
+++ gnunet-java/izpack-installer.xml    2012-05-31 13:09:18 UTC (rev 21654)
@@ -30,17 +30,17 @@
     </panels>
  
     <packs>
-    <pack name="gnunet-java" required="yes">
-      <description>gnunet-java</description>
+    <pack name="gnunet-java base package" required="yes">
+      <description>Main JAR file for accessing GNUnet from Java (required for 
all GNUnet applications written in Java)</description>
       <file src="gnunet-java.jar" targetdir="$INSTALL_PATH/share/java/"/>
     </pack>
-    <pack name="dependencies" required="yes">
-        <description>required dependencies</description>
+    <pack name="Dependencies" required="yes">
+        <description>Required dependencies of gnunet-java (such as junit, 
log4j, and guava).</description>
         <fileset dir="lib/" targetdir="$INSTALL_PATH/share/java/">
         </fileset>
     </pack>
-    <pack name="executables" required="no">
-        <description>useful executables</description>
+    <pack name="Executables for base package" required="no">
+        <description>Shell scripts to run GNUnet Java basic commands from the 
shell.  Includes gnunet-dht, gnunet-nse, gnunet-resolver and 
gnunet-statistics.</description>
 
         <file src="bin/" targetdir="$INSTALL_PATH/"/>
 
@@ -56,9 +56,10 @@
         <executable targetfile="$INSTALL_PATH/bin/gnunet-resolver" 
stage="never"/>
         <parsable targetfile="$INSTALL_PATH/bin/gnunet-resolver" type="shell"/>
     </pack>
-    <pack name="documentation" required="no">
-        <description>The gnunet-java tutorial</description>
+    <pack name="Documentation" required="no">
+        <description>The gnunet-java tutorial, an introduction to GNUnet 
programming in Java</description>
         <file src="doc/gnunet-java-tutorial.tex" 
targetdir="$INSTALL_PATH/share/doc/gnunet-java/"/>
+        <file src="doc/gnunet-java-tutorial.pdf" 
targetdir="$INSTALL_PATH/share/doc/gnunet-java/"/>
     </pack>
     </packs>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]