gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23518 - gnunet-java


From: gnunet
Subject: [GNUnet-SVN] r23518 - gnunet-java
Date: Thu, 30 Aug 2012 02:49:00 +0200

Author: dold
Date: 2012-08-30 02:49:00 +0200 (Thu, 30 Aug 2012)
New Revision: 23518

Modified:
   gnunet-java/ISSUES
Log:
issues

Modified: gnunet-java/ISSUES
===================================================================
--- gnunet-java/ISSUES  2012-08-30 00:04:35 UTC (rev 23517)
+++ gnunet-java/ISSUES  2012-08-30 00:49:00 UTC (rev 23518)
@@ -2,17 +2,16 @@
 in gnunet-java-ext there is a working example of a service and a corresponding 
client program, that actually work ;)
  * simple greeting server, client gives name and server returns greeting
  * illustrates using program/service, using the configuration, creating 
messages
- * works with os control pipe / arm
+ * works with os control pipe / arm (see below for problems with arm)
 
 * i tried merging gnunet-testing and gunet-testing-run-service, but failed :(
- * one uses GNUNET_TESTING_service_run
+ * gnunet-testing-run-service uses GNUNET_TESTING_service_run
   * which can't be run from within the main called by GNUNET_PROGRAM_run (as 
the scheduler is already running)
  * so we can either run one or the other
  * but we have to parse arguments to decide which!
   * so what about the default arguments?
  * does it really make sense to merge them, functionality-wise?
 
-
 arm-4477 WARNING Configuration file `(null)' for service `greeting' not valid: 
option missing
 
 even when not using the signal pipe, does arm really kill processes?
@@ -91,14 +90,19 @@
 
 continuous integration: using Jenkins (=Hudson, forked away from Oracle)
  * easier to configure than buildbot
- * support for JUnit out-of-the-box
+ * support for displaying JUnit reports out-of-the-box
  * support for cobertura via plugin
+ * but not very stable
 
+for junit reports we need ant/gradle!
+
 build system: still maintaining bash scripts, trying out gradle
  * faster builds, build scripts far easier to read/write
- * no integration with cobertura :(
+ * no built-in integration with cobertura :(
+  * main reason the build script is not finished
  * gradle has excellent Ant integration => Coverage (bash wrapper not very 
usable)
  * can generate project files for eclipse/intellij
+ * would make stuff like installing gnunet-java from source easier than using 
izpack
 
 what's next?
  * some actual stuff built with gnunet-java?




reply via email to

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