Re: Can I make project.xml extend a remote file?

2005-05-08 Thread Adrian Herscu
Brett, just asked if I can use the multiproject goals when the sub-projects are not using the extend mechanism - will Maven build them? What do you thing about Thomas' solution? (previous post in this thread) Adrian. Brett Porter wrote: FIXME: This means that I will not be able to use the

Re: M2 repos with basic auth

2005-05-08 Thread Mark Hobson
Patch created, if anyone's following this thread.. http://jira.codehaus.org/browse/WAGONHTTP-2 Any chance of getting this into m2-alpha-2? Since it's a blocker for anyone using an authenticated maven repository. On 4/21/05, Mark Hobson [EMAIL PROTECTED] wrote: Just wondering if there's been

Re: Can I make project.xml extend a remote file?

2005-05-08 Thread Adrian Herscu
Adrian Herscu wrote: Thomas Van de Velde wrote: You could do this: Within your module: project extend${module.root}/project.xml/extend /project Within module's project.properties: module.root=../.. [your path to your base POM] When you build in isolation: maven jar:install -Dmodule.root=. Tried

Re: Can I make project.xml extend a remote file?

2005-05-08 Thread Brett Porter
On 5/9/05, Adrian Herscu [EMAIL PROTECTED] wrote: Brett, just asked if I can use the multiproject goals when the sub-projects are not using the extend mechanism - will Maven build them? Yes, multiproject is unaware of what you are extending. In m1, it is sometimes impossible to have your

Re: M2 repos with basic auth

2005-05-08 Thread Brett Porter
On 5/9/05, Mark Hobson [EMAIL PROTECTED] wrote: Patch created, if anyone's following this thread.. http://jira.codehaus.org/browse/WAGONHTTP-2 Any chance of getting this into m2-alpha-2? Since it's a blocker for anyone using an authenticated maven repository. Great, thanks. It's

Re: M2 repos with basic auth

2005-05-08 Thread Mark Hobson
On 5/8/05, Brett Porter [EMAIL PROTECTED] wrote: Great, thanks. It's obvious now :) I think Jason is going to apply and test this now. It will definitely be in alpha-2. Cheers guys, that means I can start using m2 properly now :) Mark

filtering by annotation

2005-05-08 Thread Tadatoshi Takahashi
Hi, Can Maven filter by J2SE5.0 annotation? e.g. unitTest includes include**/@Test*/include /include /unitTest If not is there a plan to add the functionality? Do you think it's a good idea? Ken

Re: M2 with Java5

2005-05-08 Thread Mark Hobson
Sorry to drag this up again, but the svn head version of m2 doesn't seem to compile Java5 again. I've got this, which works for m2-alpha-1: build plugins plugin artifactIdmaven-compiler-plugin/artifactId

Re: M2 with Java5

2005-05-08 Thread Brett Porter
Hey Mark, Works for me. I've added an integration test to ensure it stays that way :) My guess is you are downloading the snapshot published to the repository, instead of a locally built copy. At the moment, we don't regularly publish m2 snapshots, the only supported configurations are the

Re: M2 with Java5

2005-05-08 Thread Mark Hobson
Hi Brett, I'm bootstrapping with m2-bootstrap-all.sh from the svn head, and then using that to build my project. The resolved versions are as follows: [INFO] [INFO] Building uk.co.iizuka:iizuka-parent:pom:0.1-SNAPSHOT

Re: M2 with Java5

2005-05-08 Thread Brett Porter
I get the same failure on testCompile. Thanks, will fix ASAP. - Brett On 5/9/05, Mark Hobson [EMAIL PROTECTED] wrote: Hi Brett, I'm bootstrapping with m2-bootstrap-all.sh from the svn head, and then using that to build my project. The resolved versions are as follows: [INFO]

RE: Newbie question

2005-05-08 Thread Lance Semmens
D'oh.. I didn't even think to check if the environment variables were already defined. Cheers, Lance. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 May 2005 5:13 PM To: Lance Semmens Cc: Maven Users List Subject: Re: Newbie question exactly that