From: Stefan C. <sch...@sk...> - 2006-07-25 18:36:56
|
> Nothing important has changed, because the tool works great and I > had no new > feature to add, just minor enhancements. okay. > I started to work on Maven 1 plugin and Maven 2 plugin, but nothing is > finished yet : is there really a user need ? Look at the mail of Wendy Smoak ! Now, as another step toward Maven "pluginification", I started to replace all the "println" from the code by an appropriate logging mechanism. I'll try to abstract the Ant, Maven and command line into something close to the usual logging stuff; actually the very minimum to get those three environments to work. I also bring several improvements on the overall "error reporting" (usual stuff : who's raising exceptions, who's catching them) Next, I think we'll have to develop a Maven plugin but I've no experience with Maven. From what I've seen of the API I can develop but since I don't have any experience with Maven, I can hardly make sure my code is actually "maven" compliant. A code review would be much appreciated here (or better, someone else does it :)) Besides, it's very funny to look at code that one has written a year ago ! The comments are rather good so far but the testing side is completely missing. So it's a 50% success. If I have enough time, I'll address that as well... stF |