|
March 2004
[
vmassol
]
08:58, Friday, 19 March 2004
I'm using SharpReader and I don't whether the following is true for other readers. Whenever a blog entry is updated by its author it appears in bold (indicating a change) and in italic (indicating that it's an update). However I have no clue what modifications were done to the entry and most of the time I don't have enough energy to read again the full entry trying to figure out by myself what has changed. What would be really nice would be that the RSS reader shows a diff, highlighting the changes (as it's done for CVS commit diffs).
[
vmassol
]
18:39, Wednesday, 17 March 2004
I've just released a Maven plugin for Jetty. The Maven Jetty plugin allows easy deployment and execution of Jetty. Features in this version includes:
Note that this plugin has been tested with Maven 1.0-rc2. Using it with another version of Maven is at your own risks! :-) You can download the Jetty Maven plugin here.
[
vmassol
]
22:30, Monday, 15 March 2004
All continuous builds have a common point: when a project fails we have to find out why. There can be several reasons:
Solving case 1 is relatively easy. However, solving case 2 is usually quite difficult. How could we make it easier? Here's a proposal for improving continuous build tools: When a project goes from a "success" build state to a "failure" build state, perform a source diff (using CVS or whatever SCM used) between the 2 dates on both the project itself + all its dependencies. Then generate a report showing all the changes. This should allow to get a clear view of all the things that changed and that led to the build failure. This strategy seems especially well suited to continuous build systems as these builds are executed often and thus the differences between 2 builds should be small enough to get a clear picture. Has anyone done this already? Does it work? Note: I have suggested this idea to the Gump project. I would be very eager to see how it works out. Implementation details:
Limitations:
[
vmassol
]
22:30, Monday, 1 March 2004
After several months of no activity, the PatternTesting project is getting alive again! Matt Smith is now taking the lead. On my side, I have not forgotten the idea of doing Pattern Tests using AOP. I am actually continuing this exploration with Cactus2, in a slightly different way. In the meantime, please welcome Matt and let's wish him the best of success with the PatternTesting project! |