Activity
From 01/13/2015 to 02/11/2015
02/11/2015
- 
   04:07 PM
  
  Task #2374: Add Maven Support 04:07 PM
  
  Task #2374: Add Maven Support
- Hi Andrew,
 I made some bug fixes in a branch. Can you check if "mvn test" works for you now? Pull the latest from...
- 
   01:31 PM
  
  Bug #2511 (Abandoned): Java 8 compiler errors 01:31 PM
  
  Bug #2511 (Abandoned): Java 8 compiler errors
- The compiler errors were not from Java 8 but from "mvn compile". Errors are being fixed for the Maven issue #2374.
- 
   12:00 PM
  
  Bug #2511 (Abandoned): Java 8 compiler errors 12:00 PM
  
  Bug #2511 (Abandoned): Java 8 compiler errors
- Java 8 is more strict about implicit type conversions and generates errors when compiling jNDN. Should update the co...
02/10/2015
- 
  02:02 PM Task #2374: Add Maven Support 
- Here's a copy of what I sent you earlier for the record (the ticket I submitted to get jndn synced with the central r...
01/27/2015
- 
  01:02 PM Bug #2424: Face doesn't have default constructor 
- In java I don't see why we need to worry much about unix socket.
- 
   12:31 PM
  
  Bug #2424 (Closed): Face doesn't have default constructor 12:31 PM
  
  Bug #2424 (Closed): Face doesn't have default constructor
- We had wanted to support the default Face constructor to connect with the Unix socket, which is difficult in Java. Bu...
- 
  12:47 AM Bug #2424 (Closed): Face doesn't have default constructor 
- Unless I'm missed it, Face class doesn't seem to have a default constructor. It should be with TCP transport to loca...
- 
  12:45 AM Task #2423 (Closed): android/NDNPing needs to get converted to new android build system 
- It seem that Android is moving/moved to a new build system that is based on graddle. From what I read on Android web...
01/22/2015
- 
   12:12 PM
  
  Task #2365: Implement the KeyChain default constructor 12:12 PM
  
  Task #2365: Implement the KeyChain default constructor
- Hi Andrew,
 I looked and the KeyChain already has a default constructor. Does this work for your purposes?
 http...
01/21/2015
- 
   10:56 AM
  
  Task #2374: Add Maven Support 10:56 AM
  
  Task #2374: Add Maven Support
- See the following in branch issue/2734-Add-Maven-support which I've been working with. It adds the protobuf dependenc...
- 
  10:39 AM Task #2374: Add Maven Support 
- If you put the POM you've been working on a branch, I will add the profiles and we can go from there.
- 
   10:10 AM
  
  Task #2374: Add Maven Support 10:10 AM
  
  Task #2374: Add Maven Support
- > To second post: yes, we could create two profiles, a 'with-protobuf' that is activated by default and a 'without-pr...
01/20/2015
- 
  05:35 PM Task #2374: Add Maven Support 
- To first post: Maven can always conditionally include stuff either using profiles or classifiers (from what I read it...
- 
   03:43 PM
  
  Task #2374: Add Maven Support 03:43 PM
  
  Task #2374: Add Maven Support
- Maybe the best solution is to include the dependency to protobuf by default. But if that's a problem for the develope...
- 
   02:50 PM
  
  Task #2374: Add Maven Support 02:50 PM
  
  Task #2374: Add Maven Support
- Protobuf is not just for samples but also the ProtobufTlv support in the src utils folder. The "build script" thinki...
- 
  01:35 PM Task #2374: Add Maven Support 
- Jeff, I looked into how Maven would do the equivalent of the current build.xml (i.e. check if protobuf is available t...
01/16/2015
- 
   12:14 PM
  
  Task #2388 (Closed): Move "example tests" from "tests" to "examples" 12:14 PM
  
  Task #2388 (Closed): Move "example tests" from "tests" to "examples"
- 
   10:04 AM
  
  Task #2388 (Closed): Move "example tests" from "tests" to "examples" 10:04 AM
  
  Task #2388 (Closed): Move "example tests" from "tests" to "examples"
- Normally the "tests" directory has only unit and integration tests. But the "tests" directory also has example progra...
01/15/2015
- 
  03:48 PM Task #2374: Add Maven Support 
- Is it a test dependency or a dependency actually needed by jndn code? I'll get on Skype if you want to discuss.
- 
   03:46 PM
  
  Task #2374: Add Maven Support 03:46 PM
  
  Task #2374: Add Maven Support
- Since the code dynamically loads the SQLite JAR, you are corrected that we could drop the dependency. I only tried t...
- 
  03:40 PM Task #2374: Add Maven Support 
- I had to look it up (http://stackoverflow.com/a/1172371) because I was about to say that you had to hardcode the vers...
- 
   03:05 PM
  
  Task #2374: Add Maven Support 03:05 PM
  
  Task #2374: Add Maven Support
- Maybe I answered my own question. I added the following sqlite dependency from the Maven repository site (see the att...
- 
   02:03 PM
  
  Task #2374: Add Maven Support 02:03 PM
  
  Task #2374: Add Maven Support
- I'll take a look at the unit vs. integration tests.  Admittedly, right now they are mixed together.
 I tried your p...
01/14/2015
- 
  04:56 PM Task #2374: Add Maven Support 
- One caveat: ideally the integration tests (that rely on the NFD or protobuf) should be in a separate directory; I'm h...
- 
  04:48 PM Task #2374: Add Maven Support 
- I don't think you have to move anything; attached is a sample pom.xml that I am using to compile and deploy jndn to a...
- 
   02:47 PM
  
  Task #2374: Add Maven Support 02:47 PM
  
  Task #2374: Add Maven Support
- Hi Andrew. I was able to install Maven on Ubuntu and OS X pretty easily. I've been reading the tutorials. It looks ...
Also available in: Atom