gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21418 - in gnunet-java: . tools


From: gnunet
Subject: [GNUnet-SVN] r21418 - in gnunet-java: . tools
Date: Thu, 10 May 2012 16:45:17 +0200

Author: grothoff
Date: 2012-05-10 16:45:17 +0200 (Thu, 10 May 2012)
New Revision: 21418

Modified:
   gnunet-java/ISSUES
   gnunet-java/tools/build
Log:
-just build PDF...

Modified: gnunet-java/ISSUES
===================================================================
--- gnunet-java/ISSUES  2012-05-10 14:20:33 UTC (rev 21417)
+++ gnunet-java/ISSUES  2012-05-10 14:45:17 UTC (rev 21418)
@@ -9,8 +9,8 @@
 ====================================================================
 
 * IzPack is ~15MB, do we really want to have it in the svn repo?
+No, env var.
 
-
 * the Runabout can now be an anonymous inner class
  * implementation overhead: for public subclasses only constant overhead in 
the Runabout constructor
  * for private/anonymous inner classes: 10-20% overhead, measured over 100M 
calls
@@ -22,19 +22,39 @@
 
 * Statistics:
  * currently watches can't be canceled on the service level, only on the api 
level, is this intentional?
+=> fine for now
 
 * DHT:
  * getStart timeout does not really make sense (why timeout for transmission 
to the service,
    but not for retrieval of answers?)
    Is this just a documentation error?
+=> fine to NOT have the timeout argument in the Java API
 
 * core:
  * what happens if during a transmission the service disconnects? should we 
retry?
+=> "no"
 
 * with the changes in ARM there is no way to restart gnunet with arm if some 
client is misbehaving
+=> SVN UP
 
 * I'm often getting
   May 09 09:21:49-194786 util-11121 WARNING `socket' failed at 
connection.c:892 with error: Too many open files
+=> SVN UP
 
 
+==================
 
+#!bin/sh
+java -jar $GNUNET_JAVA_PREFIX/lib/gnunet.jar
+
+
+==================
+
+#!/bin/sh
+if test -z $GNUNET_JAVA_PREFIX
+then
+  GNUNET_JAVA_PREFIX=%INSTALL_PREFIX%
+fi
+java -jar $GNUNET_JAVA_PREFIX/lib/gnunet.jar
+
+

Modified: gnunet-java/tools/build
===================================================================
--- gnunet-java/tools/build     2012-05-10 14:20:33 UTC (rev 21417)
+++ gnunet-java/tools/build     2012-05-10 14:45:17 UTC (rev 21418)
@@ -20,7 +20,11 @@
 
 
 cd $OLDPWD
+cd doc
+#pdflatex *.tex
+cd $OLDPWD
 
 # make jar
 ./tools/make-jar
 
+




reply via email to

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