The reactor problems will definitely be sorted out in rc1. Cheers, Brett
-----Original Message----- From: James Ward [mailto:[EMAIL PROTECTED] Sent: Monday, 14 July 2003 3:05 PM To: Maven Users List Subject: Re: b10 Great work Maven team! The .tgz seems to work fine. I just have two comments... I think the inconsistency between jar, war and ejb final.name's should be fixed. For example: The maven.war.final.name gets set to ${pom.artifactId}.war <ant:property name="maven.war.final.name" value="${pom.artifactId}.war"/> while maven.ejb.final.name gets set to ${maven.final.name}.jar <j:set var="maven.ejb.final.name" value="${maven.build.dir}/${maven.final.name}.jar"/> I realize that the war plugins has always used the artifactId, however there should atleast be some property I could set to tell it to use the maven.final.name instead. And secondly, the console still doesn't work with the reactor. Just my $0.02. I realize you all want to cut b10 and I might just have to wait until rc1. -James On Sun, 2003-07-13 at 20:13, Jason van Zyl wrote: > Howdy, > > A few people have tried the test installers so I'll let it sit over > night and release it tomorrow. If anyone happens to want to try the > installers they are here: > > http://www.apache.org/~jvanzyl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
