Activity
From 01/17/2015 to 02/15/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...
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 ...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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...
- 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 ...
- 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... - 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...
- 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...
- 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
- 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...
- 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 ...
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... - 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
- 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
- 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
- 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
- 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
- > 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
- 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
- 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...
Also available in: Atom