-
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: tycho
Mirror P2 Repositories with Tycho
Recently I’ve needed the ability to mirror some p2 repositories. In the past, I would setup a new feature, and site.xml/category.xml file to handle this. However, since Tycho 0.13, there is a p2 mirror capability for tycho. It provides the … Continue reading
Posted in eclipse, p2, tycho
Leave a comment
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
Eclipse Parent POM and Static Code Analysis
If you are running an open source project at eclipse.org, and are using Maven then we have some good news for you. A newly deployed Parent POM has been created for your use. To use the parent pom, you … Continue reading
Posted in clean code, craftsmanship, eclipse, maven, tycho
5 Comments
Tycho Surefire Test Setup Tips
I’ve been helping the CDT project setup some of there build for an eventual migration to Tycho and Maven. The CDT org.eclipse.cdt.core.tests bundle has a large legacy test suite in it. It also is highly dependent on the TestSuite method … Continue reading
Posted in eclipse, maven, tycho
Leave a comment
Maven Archetype Creation Tips
I recently needed to create some Maven Archetypes for the Turmeric SOA project. A Maven Archetype for those that don’t know is a way to generate a project based off some pre-canned project templates. In the case of … Continue reading
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
Introducing Turmeric
My blogging over the last several months has taken a back seat due to a lack of time. Most of this time has been devoted to a new Open Source project I helped bring to life. In the middle of … Continue reading
Posted in eclipse, maven, turmeric, tycho, web services, xml
2 Comments
>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
>Generating JavaDoc with Maven 3 and Tycho
>One of my pet peeves are projects that don’t provide some form of SDK information. Whether this be documentation on extension points or javadoc. This little peeve was irritated again when I was trying to find some information on some … Continue reading
Posted in build, documentation, eclipse, maven, tycho, xml, xsl
2 Comments
>Creating a P2 Zipped/Archived Site with Maven
>So you have created that nice P2 update size, using Tycho’s packaging option of eclipse-update-site. You even have it working to create an aggregated site. However, you miss the ability to have a Local Archived version for people to download, … Continue reading
Posted in eclipse, maven, p2, tycho
4 Comments