Productive Tools on top of Flex Builder 3
As I got introduced to Flex world some times back, I started using Flex Builder as an IDE, a product from Adobe on top of Eclipse platform. I assumed that it’ll provide all the basic features available...
View ArticleArticle Series: "Automated code reviews with Checkstyle" on JavaWorld
Today JavaWorld published my article series “Automated code reviews with Checkstyle” in 2 parts. Part 1: Automated code reviews with Checkstyle, Part 1 Part 2: Automated code reviews with Checkstyle,...
View ArticleConverting Eclipse Projects to Maven : eclipse-to-maven Intro
Converting a single Eclipse project to Maven is a small task but it becomes huge when you have to deal with hundreds of Eclipse projects. Again this is common in large enterprises. In this context, it...
View ArticleConverting Eclipse Workspace to Maven – Why eclipse-to-maven?
Through this post, I would like to analyse the factors on why to mavenise the existing Eclipse based workspace using eclipse-to-maven project. Focus on business goals instead of just doing build ANT...
View Articleeclipse-to-maven : Printing Dependency Tree of Eclipse projects or Workspace
Many a times when you need to understand or optimize the dependency tree in Eclipse projects, it’s simpler to look at .classpath file or at the build path of Eclipse project. However it doesn’t remain...
View ArticleCustom maven plugin development – plugin execution not covered by lifecycle...
You are creating a custom maven plugin, everything works but when it comes to using it in a maven module inside Eclipse, m2eclipse plugin cries with message – “plugin execution not covered by lifecycle...
View Article