-
Recent Posts
Category Cloud
Blogroll
Serenity
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- August 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Meta
Category Archives: release engineering
Jacoco, Tycho, and Coverage Reports
It’s been a while since I posted here. Most of my postings are now on Google+ or via twitter. However, neither place does well for code snippets so here I am. If you are using Tycho and want Java … Continue reading
Posted in build, craftsmanship, eclipse, maven, release engineering, testing, tycho
7 Comments
Re-Writing Eclipse Commit History
So you took the plunge and migrated your project from CVS/SVN to GIT? However at the time you did so, you didn’t think about possibly splitting out the projects into multiple git repositories. You and your project were … Continue reading
Posted in eclipse, git, open source, release engineering, vex
1 Comment
Push Button Builds.
Kim Moir had a good post on busting some build myths, and continuing the “MythBusters” analogy, I think we need to revisit a one of the myths. First let me say that I totally agree with Kim, that being in … Continue reading
Posted in ant, craftsmanship, eclipse, maven, release engineering
11 Comments
Are Projects Outpacing the ability to Adapt and Respond?
After reading Ed Merk’s, post about trying to be fair and balanced, and the corresponding bug, in which Scott Lewis has a valid concern, I’m wondering if the number of projects that the Foundation has under it’s umberalla is outpacing … Continue reading
Posted in build, eclipse, release engineering
5 Comments
Add Code Coverage and CheckStyle to Minerva
Chris put together a small demo project (Minerva) for those interested in setting up a Tycho build for their eclipse projects. There are a few minor issues with the current code. There is an issue with the feature not pulling … Continue reading
Posted in build, eclipse, maven, open source, release engineering, tycho
2 Comments
Maven XSLT: Limiting the Scope
Using the maven xml plugin, how does one limit the scope of the files to be transformed? The site documentation for the plugin only shows being able to set the input directory for a transformation set. However, you can … Continue reading
Posted in maven, release engineering, wsdl, xml, xsl, xslt
Leave a comment
>The Importance of External Builds
>Over reliance on an IDE for builds can lead to a false comfort factor. The importance of a build that isn’t affected by any particular IDE configuration or way of building was beaten home this weekend. I was working on … Continue reading
Posted in build, clean code, craftsmanship, eclipse, release engineering
Leave a comment
>Adding FindBugs and DRY(CPD) Reporting to Maven3/Tycho
>Updated: Oct 9, 2010 – updated to reflect Maven 3.0 final. One of the more important things I think an open source project can do is to fix bugs before they get out into the wild. If you can head … Continue reading
Posted in build, clean code, eclipse, maven, release engineering, tycho
3 Comments
>Ignore Eclipse Mirrors
> Tip for Maven 3 / Tycho users running on hudson.eclipse.org. You should set the following property in your job configuration on hudson (hit the Advance button for your maven 3 job). eclipse.p2.mirrors=false This will force p2 which tycho uses … Continue reading
Posted in build, eclipse, release engineering
6 Comments
>Product Builds with Tycho 0.10.0-SNAPSHOT
>One of the biggest pain points I have always had with eclipse, has been product builds. For one reason or another it was never just as simple as setting up the product file, and then submitting the job. Those days … Continue reading
Posted in build, eclipse, osgi, release engineering
Leave a comment