gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19748 - gnunet-java


From: gnunet
Subject: [GNUnet-SVN] r19748 - gnunet-java
Date: Thu, 9 Feb 2012 16:05:01 +0100

Author: grothoff
Date: 2012-02-09 16:05:01 +0100 (Thu, 09 Feb 2012)
New Revision: 19748

Added:
   gnunet-java/nse
Modified:
   gnunet-java/ISSUES
Log:
-stuff

Modified: gnunet-java/ISSUES
===================================================================
--- gnunet-java/ISSUES  2012-02-09 13:55:07 UTC (rev 19747)
+++ gnunet-java/ISSUES  2012-02-09 15:05:01 UTC (rev 19748)
@@ -183,27 +183,36 @@
 ================================================
 
 * Should Connection connect in the Constructor or in a seperate connect method?
+  =>constructor
 
-
 * choice of coverage tool:
  * cobertura sucks (bad documentation, non-existing error messages (e.g. when 
not passing the coverage data file to the jvm)
   * results are poor / just doesn't seem to work correctly
+    =>seems fine now
   * integration into the project structure was frustrating
+    =>but it is done
  * EMMA: isn't maintained anymore, can't do branch coverage
  * JaCoCo is very new / mostly undocumented / mostly an (still unstable) API
   * uses agents 
(http://docs.oracle.com/javase/6/docs/api/java/lang/instrument/package-summary.html)
     instead of compile-time instrumentation
  * CodeCover (http://codecover.org)
   * looks promising
+    => keep in mind if real trouble arises
 
-
 * bash scripts (for collecting source/class files, building, testing, 
coverage, annotation-processing etc.)
   are non-portable
+  => sure.
  * different compiler options (e.g. -g is needed for coverage)
+  => sure; add 2nd script for "build-jar" without "-g" and third script 
"build-jar-dbg" for jar + -g
  * use some java-based scripting language? (e.g. clojure)
+  => no
 
-
 * how do we collect test cases
  * test suites
+    => in the long-term, yes, test suites "fast run", plus "expensive tests" 
separately
  * custom annotation processor (collects all classes with @Test-annotated 
methods)
+    => maybe in the long term, not urgent ;-)
  * by filename convention
+    => also, always
+    
+ 
\ No newline at end of file

Added: gnunet-java/nse
===================================================================
--- gnunet-java/nse                             (rev 0)
+++ gnunet-java/nse     2012-02-09 15:05:01 UTC (rev 19748)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+DIR=`dirname $0`
+
+java -ea -cp "$DIR/bin/:$DIR/lib/*" org.gnunet.nse.NetworkSizeEstimation "$@"


Property changes on: gnunet-java/nse
___________________________________________________________________
Added: svn:executable
   + *




reply via email to

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