[GSoC] Status Report: Java Project Dependency Builder

2014-08-18 Thread Andrew Schurman
Hey guys, Last week was all about testing and hardening the plugin so that I had confidence of the functionality of the areas I explored. It was quite a useful exercise as well as I found quite a few bugs that I didn't see on my first walkthrough. For the few minor issues left, I intend to fix in

[GSoC] Status Report: Java Project Dependency Builder

2014-08-09 Thread Andrew Schurman
Hey guys, This week I my mission was to try and build projects with no formal source control. Sometimes these projects may have uploaded an additional sources classified artifact with their main artifact in order to help debug the project. In most cases, simply compiling these sources would create

[GSoC] Status Report: Java Project Dependency Builder

2014-08-02 Thread Andrew Schurman
Hey guys, I missed my update last week so here is one for the past two weeks. I had an Ant builder which started to deal with more complex projects. Complex in this case consisted of projects with had jars or classes in them. These were removed and replaced with ones which were built locally. In o

[GSoC] Status Report: Java Project Dependency Builder

2014-07-19 Thread Andrew Schurman
Hey guys, This week my goal was to finish Ant support and it is almost complete. I got to test it out on a few different ant projects taking into consideration the different ways that they could be build. Suffice to say, this was where most of my effort was spent because there are no standards for

[GSoC] Status Report: Java Project Dependency Builder

2014-07-12 Thread Andrew Schurman
Hey guys, This week I was hoping to finish up ant support. Unfortunately, I got a quite busy during the week and didn't have too much time to work on it. To get a better understanding of the needs of ant projects, I tried my hand at packaging one: jain-sip. It got put on hold due to licensing, but

[GSoC] Status Report: Java Project Dependency Builder

2014-07-05 Thread Andrew Schurman
Hey guys, This week I got to some bug fixes and continued looking into support for Ant based projects. It was fairly easy to add with the infrastructure I had using the maven-antrun-plugin as an example. When looking at some real Ant projects, I found they could potentially have jars committed in

[GSoC] Status Report: Java Project Dependency Builder

2014-06-28 Thread Andrew Schurman
Hey guys, I'll keep this weeks update short. I'm happy to report that the plugin that I've been developing now works end to end subject to a few conditions. Projects must be in in your local repo (from central or some other maven repo), built with Maven and have an accessible SCM url (from its Ma