|
Maven
[
dion
]
17:57, Wednesday, 26 May 2004
See AntWorks for yet another library of reusable Ant imported tasks. This one uses a list of properties as it's project model. It will be interesting to see how it's possible to pass parameters onto javac to do the compile.
[
dion
]
07:48, Saturday, 22 May 2004
Howard's posted a bit more about Moving away from Maven Since his blog requires a Blogger account to post, I'm commenting here. Simplicity: However, he's fallen into the same trap with his proposed Ant build file, he's now got Ant XML documents pretending to be programs with the <import> tags. Consistency: Efficiency Feedback On to the example maven and comparative build files.
In summary, yes Maven will be more verbose than hand crafting personal Ant build files, and yes the error message reporting in Maven is woeful. I'm still waiting to see the build file that Howard comes up with to produce his "Integrated pretty documentation (with navigation)".
[
dion
]
17:30, Friday, 21 May 2004
I saw on Howard's blog how he's converting back to Ant from Maven. Go for it! I'm happy that with Maven we have all this stuff centralised and standardised, and that 100s of developers aren't rewriting tasks, making up macros and other stuff to add into their Ant build files. Maven's not everybody's cup of tea, but it does do quite a good job of cutting down on build file psychomania. Howard, get a trackback link!
[
dion
]
18:50, Wednesday, 19 May 2004
I often go looking up the syntax for jelly tags or ant tasks. Firefox has this cool feature that allows you to parameterise a bookmark. Take this bookmark: to http://jakarta.apache.org/commons/jelly/tags.html#core:%s Note the %s there. I gave that bookmark a 'keyword' of jelly in the bookmark and I can now type I also use one for Ant. Thanks to Mark Pilgrim for the details and Giulio Piancastelli for the Ant core tasks one.
[
dion
]
00:53, Saturday, 15 May 2004
I found this article from Conor on Ant's IO system, something Vincent and I have discussed on IRC as something Maven could readily do with.
[
dion
]
16:15, Friday, 14 May 2004
A small brain dump on some of the bad things about Maven 1.0 and it's architecture . Plugins live in $MAVEN_HOME/plugins. Which plugins? Plugin defaults Installation Unzipping Caching Plugin classpaths JDK Differentiation Dependency specification Plugin information Goal naming
[
dion
]
15:42, Thursday, 25 March 2004
Today I moved a build machine from Maven RC1 to RC2. A multiproject build of 24 projects into a single EAR file (including non-container tests) used to allocate 154MB of memory. It now uses 67MB to do the same thing. Not optimal, but a swag load better. Update: Oh, and it also cut 10 minutes of the build time too Good work Brett!
[
dion
]
10:41, Wednesday, 3 March 2004
Recently I've been taking our automated build process (using CruiseControl) and getting it to integrate in with WebSphere 4 AppServer. The was40 plugin has been useful, and I've added a generate-ejb-code goal to it, which generates the code needed for the ejb jar to run in WAS. The EJBDeploy tool in WAS is a very fragile beasty. I've had lots of NPEs due to invalid chunks of metadata in the various files WAS/WSAD uses. With some help from IBM support I've been able to identify the bad chunks and clean them up. I'll hopefully have the generate-ejb-code goal all cleaned up and ready for general usage in the next couple of days.
[
dion
]
15:12, Monday, 1 March 2004
This is a maven plugin that helps building netbeans modules with Maven. It's an offshoot of the ide development work. Go Milos
[
dion
]
14:31, Monday, 1 March 2004
The ide plugin team on Sourceforge recently announced a NetBeans module that brings code completion for: The 0.1 release works and was tested with Netbeans 3.5.1. Cool.....
[
dion
]
10:19, Wednesday, 11 February 2004
Yesterday I resigned from the Project Management Committee of Maven and from here on in will take a definitely less active role in the project itself. I hope that a 1.0 release happens sometime, but will happily remain using RC1 and the 1.0 Branch. Good luck guys.
[
dion
]
16:40, Friday, 7 November 2003
Went to Bill Dudney's talk on AntiPatterns using selected Jakarta Projects at CSS2003, and the Ant section was screaming to me: Use Maven. It's amazing how many people still handcraft Ant build files for all the simple stuff that happens on every project.
[
dion
]
16:36, Friday, 7 November 2003
Looking around at doclets after getting inspired by the JDK1.5 metadata facility. Saw dbdoclet which will produce docbook from javadoc comments, as well as class diagrams. It would be nice to integrate generating class diagrams into Maven.
[
dion
]
19:08, Wednesday, 15 October 2003
There's now an NSIS plugin for maven, which automates the creation of a simple win32 installation program. To use it, you can check it out of Maven Plugins CVS
[
dion
]
16:18, Friday, 10 October 2003
There is a refresh of the maven installer for windows. This one adds an uninstaller, links to common documents, checks for JAVA_HOME before installing and shows the ASL on startup.
[
dion
]
04:20, Tuesday, 5 August 2003
I've finally moved all those pesky damn Jira issues and scheduled them all. We're now only 61 issues from getting a release. Go for it guys!
[
dion
]
19:26, Thursday, 24 July 2003
There's been lots of talk lately about release candidates vs betas for Maven. I'm firmly in the RC camp, as the core of maven has had very little change for quite some time now, and barring the memory usage of the reactor, not much is majorly wrong with it for a release....
[
dion
]
12:43, Monday, 21 July 2003
Just in case u missed it, 1.0 beta 10 has been released. It's a lot of bug fixes, documentation updates and a few new features. Thanks to all the people who contributed to this release, there have been quite a few vocal users sending in patches and keeping us developers on our collective toes!
[
dion
]
11:27, Wednesday, 9 July 2003
I've been asked this a few times by a few people, and as a nice example of how Jira works, here's the list of issues for the b10 release. Once they're finished, we're ready to roll.
[
dion
]
16:35, Friday, 4 July 2003
Well, maven now has a much better ability to work with multiple projects simultaneously. Thanks to Michal for helping out on this one. This means it's easier to generate documentation sites for many projects and aggregate them all into one.
[
dion
]
03:55, Monday, 30 June 2003
Beta 10 of Maven is almost ready to go. If there's something you want in that release, please raise it in Jira and link it to the release place holder |