RE: Maven 1.1 gold?

2006-04-07 Thread Peter Bright
easier than migration to any other build tool (including reverting back to ant)--we'll have to chuck everything away and start from scratch. > > Revolution vs evolution. > > > -Original Message- > From: Peter Bright [mailto:[EMAIL PROTECTED] > Sent: Friday, Apr

RE: Maven 1.1 gold?

2006-04-07 Thread Peter Bright
I agree. We're using 1 and would like to move to 1.1. Maven 2 is a complete waste of time because, as far as I can tell, Maven 2 seems to be completely incompatible with Maven 1 with no migration path, thereby rendering it completely worthless. Not so 1.1. > -Original Message- > From: J

RE: How to make a quick mirror of the repository central ?

2005-11-10 Thread Peter Bright
It's pretty easy to make maven-proxy support NTLM for its own upstream proxies. Whether this change breaks it in any way, I don't know; we need to be able to use an NTLM proxy and aren't actually bothered if it breaks non-NTLM proxies, and for NTLM proxies it works fine. I built and changed ma

RE: Manifest CLASSPATH line wraps?

2005-05-09 Thread Peter Bright
That's what it's meant to do to long lines. It's in the jar spec, somewhere. JBoss understands wrapped lines just fine. > -Original Message- > From: Mike Cantrell [mailto:[EMAIL PROTECTED] > Sent: 09 May 2005 15:34 > To: users@maven.apache.org > Subject: Manifest CLASSPATH line wraps? >

ejb:install-client, artifact:install

2005-02-01 Thread Peter Bright
Hello, When actually constructing the ejb client jar, the ejb plugin uses a nice sensible name; ${maven.final.name}-client.jar. However, when installing it into the repository, this name gets overridden; it gets installed according to the POM's id. I can't help but feel that this is sub-optimal.

RE: What's the point of maven.ejb.excludes?

2005-01-14 Thread Peter Bright
i, 14 Jan 2005 15:00:43 -, Peter Bright <[EMAIL PROTECTED]> wrote: > Maybe I'm being dumb, but I don't really get it. > > It excludes stuff from maven.build.dest, but surely if you want stuff > excluded from maven.build.dest, you just wouldn't build it in the firs

What's the point of maven.ejb.excludes?

2005-01-14 Thread Peter Bright
Maybe I'm being dumb, but I don't really get it. It excludes stuff from maven.build.dest, but surely if you want stuff excluded from maven.build.dest, you just wouldn't build it in the first place. What I was hoping it would do is exclude stuff from maven.ejb.src. I'm generating the contents of

RE: "Clean" target still requires dependencies

2005-01-14 Thread Peter Bright
I put this in my maven.xml to usurp the normal multiproject:clean. It uses the multiproject logic to figure out which projects actually need cleaning, but then uses the clean:clean "payload" directly. It seems to work well enough.

RE: JavaMail on ibiblio

2004-08-20 Thread Peter Bright
You mean you're looking for something like http://www.ibiblio.org/maven/layout.html only up-to-date? > -Original Message- > From: Craig S. Cottingham [mailto:[EMAIL PROTECTED] > Sent: 20 August 2004 14:59 > To: Maven Users List > Subject: Re: JavaMail on ibiblio > > > On Aug 20, 2004,

RE: Autoresponders :-(

2004-08-12 Thread Peter Bright
Since you appear to use Outlook, try http://spambayes.sourceforge.net/windows.html . It works very well, IME. > -Original Message- > From: Dan R Greening [mailto:[EMAIL PROTECTED] > Sent: 12 August 2004 04:25 > To: 'Maven Users List' > Subject: RE: Autoresponders :-( > > > My deepest

RE: Multiproject:clean problem

2004-08-09 Thread Peter Bright
Does fit your needs? It seems to work well enough. I imagine it's looking at dependencies because it doesn't know that 'clean'

RE: scm:perform-release occasionally commits an empty POM

2004-07-30 Thread Peter Bright
AIL PROTECTED] > Sent: 30 July 2004 16:11 > To: 'Maven Users List' > Subject: RE: scm:perform-release occasionally commits an empty POM > > > With the link below operations on the left side called > "Comment on this > issue" > > > -Original

RE: scm:perform-release occasionally commits an empty POM

2004-07-30 Thread Peter Bright
scm:perform-release occasionally commits an empty POM > > > sounds like a bug: I think it is in JIRA. can you add your discovery > to the comments? > > On Thu, 22 Jul 2004 16:19:39 +0100, Peter Bright > <[EMAIL PROTECTED]> wrote: > > Most of the time it works prope

RE: perform-release occasionally commits an empty POM

2004-07-23 Thread Peter Bright
ot forgotten > > Regards > > Carlos Sanchez > A Coruña, Spain > > Oness Project > http://oness.sourceforge.net > > > > -Original Message- > > From: Peter Bright [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 22, 2004 5:20 PM > &g

scm:perform-release occasionally commits an empty POM

2004-07-22 Thread Peter Bright
Most of the time it works properly, but sometimes the POM it commits is empty. Having a poke around, a plausible culprit for this behaviour seems to be org.apache.maven.release.AbstractPomTransformer, about line 305, the write() method. It doesn't close the FileOutputStream it writes to, which I

RE: What the hell is "catch-22" [was Re: howto: request committer status]

2004-07-01 Thread Peter Bright
It's a literary reference to Joseph Heller's frankly fantastic book, "Catch-22", first published in 1961. It tells the story of an air force pilot, Yossarian, who would rather not be a pilot because he doesn't want to die. The ways of avoiding flying are limited; one way to avoid service is to be

RE: [ANN] Mevenide releases

2004-06-02 Thread Peter Bright
I presume him to mean "use Eclipse 3.0 M9 or 3.0 RC1". RC1 is available, but it doesn't seem to be mentioned on eclipse.org (at least, not that I can see). > -Original Message- > From: Chuck Daniels [mailto:[EMAIL PROTECTED] > Sent: 02 June 2004 06:56 > To: [EMAIL PROTECTED] > Subject: Re

RE: Xdoclet & Eclipse

2004-05-19 Thread Peter Bright
nd call that > goal instead. > > There are numerous entries in JIRA proposing fixes to the > eclipse plugin > that have not been committed due to the patch becoming out of > date. It > needs someone to step up and just get it all in and working. > > Kris. >

RE: Xdoclet & Eclipse

2004-05-19 Thread Peter Bright
Without some kind of defined (and widely used!) mechanism for source-modifying plugins to do their thing, it's not clear how they have any real choice in the matter. Does there exist a better way that works right now? > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] >

RE: Changelog cvs problems

2004-04-22 Thread Peter Bright
Er... that wasn't meant to happen. What I meant to say was, did you try sticking a password into the connection string? > -Original Message- > From: Peter Bright [mailto:[EMAIL PROTECTED] > Sent: 22 April 2004 12:10 > To: 'Maven Users List' > Subje

RE: Changelog cvs problems

2004-04-22 Thread Peter Bright
Using : as a separator does not play nicely with drive letters. > -Original Message- > From: Arto Pastinen [mailto:[EMAIL PROTECTED] > Sent: 22 April 2004 12:12 > To: Maven Users List > Subject: Re: Changelog cvs problems > > > > Hi! > > Did you miss Menetrieux's reply this today? > He

RE: Newbe: Maven vs AntHill

2004-04-05 Thread Peter Bright
scm:update-project will fetch changed source from CVS. So I would imagine you could put that into a build. We use Cruise Control here and we get maven do do all the "heavy lifting". CC fetches one file (project.xml) and checks the repository for changes; if it finds them maven updates the projec

RE: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Peter Bright
Then the tokenizers are broken. Any tokenizer manipulating paths should split on the system separators (for directories and paths, e.g. \ and ; for Win32, / and : for *nix), not on spaces. It'd probably be a significant breaking change to maven to make it use these separators throughout (at the m

multiproject + javadoc

2004-03-30 Thread Peter Bright
Hello. I have a project that looks like: root project \subprojects \subproject a subproject b subproject c I'd like to generate a single set of javadoc documents for the entire thing. One can sort of frig it by setting the root project's sourceDirectory to something such as "subprojects

RE: Quick reactor question

2004-03-26 Thread Peter Bright
tory > >below the current location, **/project.xml for anything any number of > >subdirectories below the current location). > > > >The multiproject wrapper around the reactor has a default as > described in my > >initial reply. > > > > >

RE: Quick reactor question

2004-03-26 Thread Peter Bright
g any number of subdirectories below the current location). The multiproject wrapper around the reactor has a default as described in my initial reply. > -Original Message- > From: Peter Bright [mailto:[EMAIL PROTECTED] > Sent: 26 March 2004 17:02 > To: 'Maven Users List

RE: Quick reactor question

2004-03-26 Thread Peter Bright
http://maven.apache.org/reference/plugins/multiproject/properties.html maven.multiproject.includes "Default value is */project.xml, that is all project.xml files one directory below the base directory " So I'm thinking you'll want to set it to **/project.xml instead. > -Original Message---

RE: bootstrap-project not working quite right.

2004-03-26 Thread Peter Bright
exist alongside the project.xml somewhat undermines the convenience of scm:bootstrap-project. IMHO the way scm:bootstrap-project runs the goal should be /exactly/ the same as if I were to change to the checked out directory and run the goal from there. Is this the way things are meant to be? >

RE: bootstrap-project not working quite right.

2004-03-26 Thread Peter Bright
[EMAIL PROTECTED] > Sent: 25 March 2004 22:00 > To: 'Maven Users List' > Subject: RE: bootstrap-project not working quite right. > > > Can you summarise, include this, and put it in JIRA for us? > > Thanks > Brett > > > -Original Message- > &

RE: bootstrap-project not working quite right.

2004-03-25 Thread Peter Bright
an't set jboss.home in > ~/build.properties? This makes > more sense to me. > > - Brett > > > -Original Message- > > From: Peter Bright [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, 24 March 2004 10:34 PM > > To: Maven Users List

RE: Determining current OS

2004-03-24 Thread Peter Bright
Perhaps something such as The operating system is Windows The operating system is Unix -Original Message- From: Erik Husby [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 16:37 To: [EMAIL PROTECTED]

scm:bootstrap-project not working quite right.

2004-03-24 Thread Peter Bright
Hello I have a multiproject project set up something like this: /root-project maven.xml project.xml project.properties /sub-projects /sub-project-one maven.xml project.xml proje

RE: maven-call exits windows batch file: feature or bug?

2004-03-05 Thread Peter Bright
I would have thought that you could remedy this by writing "call maven clean" rather than simply "maven clean". The reason it's doing what it's doing is that "maven" is a batch file, and when one runs a batch file from another batch file execution ends when the second batch file ends -- even if th

RE: Is it possible to keep unit tests in the same directories as production classes?

2003-12-09 Thread Peter Bright
> I am harsh, but honest $DIETY (sic) I am only trying to make your life easier. You may be trying to make the lives of plugin developers a little easier, but it doesn't seem at all clear that you're trying to make any user's lives easier. The only "advantages" appear to be working around the ina

RE: [VOTE] The Maven Logo

2003-11-26 Thread Peter Bright
> if the Nazi's had stayed in power till now (~70 years) with the same > genocidal mentality witnessed during Hitler Germany, ~ 150 million > people would be dead at the hands of Nazi's. No, they wouldn't, for the simple reason that he would have run out of Jews and Slavs to kill. He didn't have t

RE: [VOTE] The Maven Logo

2003-11-26 Thread Peter Bright
> John D Taylor (ROE) [mailto:[EMAIL PROTECTED] wrote: > Jim Crossley wrote: > > A runoff between the top 2 vote getters listed at > > http://projects.walding.com/powered/ > > > > propaganda or feather? > > +1 propaganda > > Much more striking, and because most non-US citizens probably find

RE: Best way to exclude a class with the Cactus plugin

2003-11-11 Thread Peter Bright
ort.html Thanks -Vincent > -Original Message- > From: Peter Bright [mailto:[EMAIL PROTECTED] > Sent: 05 November 2003 18:49 > To: Maven Users List (E-mail) > Subject: Best way to exclude a class with the Cactus plugin > > Hello. > > I have an abstract test case to te

Best way to exclude a class with the Cactus plugin

2003-11-05 Thread Peter Bright
(abstract) test case so that it can run its (abstract) tests. Needless to say, this fails to occur and a number of spurious failures are generated. Is there a clean way to prevent this? Peter Bright *** This message contains

Cactus Plugin

2003-10-21 Thread Peter Bright
correct way to use it? Peter Bright *** This message contains information that may be privileged or confidential and is the property of Orbian Management Limited. It is intended solely for the named addressee(s) and