Project

General

Profile

Activity

From 01/15/2015 to 02/13/2015

02/13/2015

08:27 AM Task #2374: Add Maven Support
Thanks for the feedback. Do you have time to give me an example profile to run TestEncodeDecodeFibEntry? I ask becaus... Anonymous

02/12/2015

06:00 PM Task #2374: Add Maven Support
Yeah, Maven does so much it's almost impossible to know what's going on under the hood. Once you are ready to deploy ... Andrew Brown
04:09 PM Task #2374: Add Maven Support
Next question: How do we get Maven to compile the files in 'examples' so that it can be run be something like the fol... Anonymous
04:06 PM Task #2374: Add Maven Support
Good tip. JAVA_HOME was not set. I searched my hard drive and I found an installation of Java 6 at /System/Library/Fr... Anonymous
02:56 PM Task #2374: Add Maven Support
Weird... Can you check your JAVA_HOME or run with 'mvn -X' to see what JDK Maven is using? Maybe it decided to use an... Andrew Brown
02:34 PM Task #2374: Add Maven Support
I'm getting the problem even in the default profile which doesn't have its own source and target. Nonetheless I remov... Anonymous
02:30 PM Task #2374: Add Maven Support
(BTW, I already moved the integration-tests in my branch, so you don't have to do it. https://github.com/named-data/j... Anonymous
01:50 PM Task #2374: Add Maven Support
From what I understand, the values under properties/maven.compiler.source and properties/maven.compiler.target get pa... Andrew Brown
01:20 PM Task #2374: Add Maven Support
I'm getting this problem on OS X 10.9 with package maven3 from MacPorts. If you're on Linux or Windows then maybe yo... Anonymous
01:12 PM Task #2374: Add Maven Support
I've been trying to replicate what you're seeing but can't; when I 'mvn deploy' I have to have maven.compiler.source ... Andrew Brown
12:27 PM Task #2374: Add Maven Support
> are we at a point where we could pull out the tests that require external dependencies (e.g. file system, NFD)
Y...
Anonymous
10:50 AM Task #2374: Add Maven Support
... I should say that I have javac 1.8. Even the main profile fails. Can you update pom.xml to support Java 1.8 too... Anonymous
10:48 AM Task #2374: Add Maven Support
Thanks for the update. Please see my question above for trouble with ``mvn -Pwithout-protobuf compile``. I still hav... Anonymous
10:00 AM Task #2374: Add Maven Support
Here's the Maven Central Repository link: http://search.maven.org/#search%7Cga%7C1%7Cnet.named-data Andrew Brown
09:59 AM Task #2374: Add Maven Support
Jeff, works great! All tests pass in about 59 seconds on an NFD-running machine; are we at a point where we could pul... Andrew Brown
09:53 AM Task #2374: Add Maven Support
Hi again Andrew,
I had trouble running ``mvn -Pwithout-protobuf compile``. Then in the without-protobuf section I ...
Anonymous

02/11/2015

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...
Anonymous
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. Anonymous
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... Anonymous

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... Andrew Brown

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. Alex Afanasyev
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... Anonymous
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... Alex Afanasyev
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... Alex Afanasyev

01/22/2015

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...
Anonymous

01/21/2015

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... Anonymous
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. Andrew Brown
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... Anonymous

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... Andrew Brown
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... Anonymous
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... Anonymous
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... Andrew Brown

01/16/2015

12:14 PM Task #2388 (Closed): Move "example tests" from "tests" to "examples"
Anonymous
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... Anonymous

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. Andrew Brown
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... Anonymous
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... Andrew Brown
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... Anonymous
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...
Anonymous
 

Also available in: Atom