Activity
From 01/14/2015 to 02/12/2015
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...
01/16/2015
- 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"
- 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
- 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
- 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
- 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
- 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