Archive pour la catégorie ‘English’

Devoxx 2011 and Women

Posted: 27 novembre 2011 in Duchess, English, Uncategorized
Tags:,

“The absence of women in tech is the elephant in the living room, it must be discussed” – Tim Bray – Conference Day 2 Keynote – Devoxx 2011 Tim Bray started the keynote with this statement and announced the session “Why we shouldn’t target women”. Room 3 was full, whereas we had been expecting 20 [...]

I’ve explained a few monthes ago how to run Sonar against a non-maven project. The workaround is to create a POM with an explicit source directory and set the Sonar property sonar.dynamicAnalysis to false. What if the project has many source folders ? For instance a WebSphere Commerce Server project with 3 sub-projects: Stores which [...]

The GAE SDK generates a project that is not Maven enabled. Namely, source and target directories does not follow Maven conventions. Sonar may be run against such a project by using Sonar light mode configuration. We will write a minimal POM project and instruct Sonar to run only static analysis (code violations, complexity). For the [...]