Activity
From 12/23/2014 to 01/21/2015
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 ...
01/12/2015
- 04:00 PM Task #2374: Add Maven Support
- Yes, I think 'sudo apt-get install maven'. The advantage to using Maven comes when you integrate jndn with other proj...
- 03:32 PM Task #2374: Add Maven Support
- I chose Ant because it can be install simply with
sudo apt-get install ant
Is Maven that easy to install? - 02:35 PM Task #2374: Add Maven Support
- Jeff, not if done right. We could maintain separate Ant and Maven build scripts (Maven's would be in pom.xml; I alrea...
- 02:27 PM Task #2374: Add Maven Support
- Hi Andrew. I don't have any experience with Maven. Can it be used without locking everyone into using it in order t...
- 01:56 PM Task #2374 (Closed): Add Maven Support
- The ease of npm with ndn-js makes me think this would be very handy in jndn. Most larger projects need some of type o...
01/09/2015
- 03:11 PM Task #2365 (Closed): Implement the KeyChain default constructor
- The KeyChain default constructor uses the OS X key chain on OS X, and the file-based private key store on Linux, etc....
Also available in: Atom