Re: [PROPOSAL] Refactoring POM Interpolation for Maven 2.0.10

2008-06-23 Thread Brett Porter
June 23, 2008 7:47 PM To: Maven Developers List Subject: RE: [PROPOSAL] Refactoring POM Interpolation for Maven 2.0.10 You know someone is going to also desire not just the timestamp, but only the time, or just the date. If you're doing the work now, might as well throw in the other 2.

RE: [PROPOSAL] Refactoring POM Interpolation for Maven 2.0.10

2008-06-23 Thread Brian E. Fox
ian E. Fox [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 7:47 PM To: Maven Developers List Subject: RE: [PROPOSAL] Refactoring POM Interpolation for Maven 2.0.10 >You know someone is going to also desire not just the timestamp, but only >the time, or just the date. If you're doing t

RE: [PROPOSAL] Refactoring POM Interpolation for Maven 2.0.10

2008-06-23 Thread Brian E. Fox
>You know someone is going to also desire not just the timestamp, but only >the time, or just the date. If you're doing the work now, might as well >throw in the other 2. Then they can use the buildnumber plugin for this. I don't subscribe to the slippery-slope theory that just because we make som

Re: [PROPOSAL] Refactoring POM Interpolation for Maven 2.0.10

2008-06-22 Thread Paul Benedict
rent formats in the same POM). Possibly > getting a bit "out there", but what if we could paramaterise interpolation > for certain formats instead? eg. ${maven.build.timestamp|format='MMdd'} > > Cheers, > Brett > > > On 17/06/2008, at 3:35 AM, John Cas

Re: [PROPOSAL] Refactoring POM Interpolation for Maven 2.0.10

2008-06-21 Thread Brett Porter
ssibly getting a bit "out there", but what if we could paramaterise interpolation for certain formats instead? eg. $ {maven.build.timestamp|format='MMdd'} Cheers, Brett On 17/06/2008, at 3:35 AM, John Casey wrote: Hi everyone, I wanted to start another discussion

[PROPOSAL] Refactoring POM Interpolation for Maven 2.0.10

2008-06-16 Thread John Casey
Hi everyone, I wanted to start another discussion having to do with POM interpolation in the upcoming Maven 2.0.10 release. If you recall, I previously sent out a proposal for retaining dynamic expressions in the build section of the POM, to allow updates to that section that take place via

Re: pom interpolation

2004-06-06 Thread Brett Porter
Sure. I'll take a look when I get a chance, but I just wanted to check whether this might block a 1.0 release. Cheers, Brett Quoting Gilles Dodinet <[EMAIL PROTECTED]>: > Brett Porter wrote: > > > Gilles, > > > > Is this an issue you get when you run Maven or only when you utilise > > the code

Re: pom interpolation

2004-06-06 Thread Gilles Dodinet
Brett Porter wrote: Gilles, Is this an issue you get when you run Maven or only when you utilise the code in Mevenide? Brett, this problem appears only within mevenide, so there is definitively something i must be be doing wrong but i cannot see what step im missing. thanks, -- gd -

Re: pom interpolation

2004-06-05 Thread Brett Porter
Gilles, Is this an issue you get when you run Maven or only when you utilise the code in Mevenide? Thanks, Brett Gilles Dodinet wrote: hi- while working on mevenide, i experiment a strange behaviour : i unmarshall the pom with xpp3, then set the context through a call to project.setContext(..),

Re: pom interpolation

2004-06-05 Thread Gilles Dodinet
Gilles Dodinet wrote: however if i use jar override (maven.jar.myproject=lib/myproject-${pom.currentVersion}.jar), a call to myArtifact.getPath() returns this : [prepend is correctly set]/lib/myproject-.jar (i.e. pom.currentVersion is not resolved) here is a bit more details. if i declare : to

pom interpolation

2004-06-04 Thread Gilles Dodinet
hi- while working on mevenide, i experiment a strange behaviour : i unmarshall the pom with xpp3, then set the context through a call to project.setContext(..), then build the artifact list with ArtifactListBuilder : project.setContext(MavenUtils.createContext(project.getFile().getParentFile())

RE: Deprecation of POM interpolation in properties

2003-12-12 Thread Jason van Zyl
s to the ${pom} in the project.properties build.properties > - Brett > > > -Original Message- > > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > > Sent: Friday, 12 December 2003 1:19 AM > > To: Maven Developers List > > Subject: RE: Deprecation of POM interpolati

RE: Deprecation of POM interpolation in properties

2003-12-11 Thread Steve Garcia
x27;t know when. -Original Message- From: [EMAIL PROTECTED] To: Maven Developers List Sent: 12/11/2003 6:20 PM Subject: Re: Deprecation of POM interpolation in properties It has been very useful in the past -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/

Re: Deprecation of POM interpolation in properties

2003-12-11 Thread dion
It has been very useful in the past -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jason van Zyl <[EMAIL PROTECTED]> wrote on 12/12/2003 01:21:11 AM: > Howdy, > > I am going to work on some docs today and I will get the site up for the > components

RE: Deprecation of POM interpolation in properties

2003-12-11 Thread Brett Porter
r 2003 1:19 AM > To: Maven Developers List > Subject: RE: Deprecation of POM interpolation in properties > > > On Wed, 2003-12-10 at 18:35, Brett Porter wrote: > > +1 if and only if there is away to do it via maven.xml (I > imagine the > > +below > > example

Deprecation of POM interpolation in properties

2003-12-11 Thread Jason van Zyl
Howdy, I am going to work on some docs today and I will get the site up for the components so there will be a description for the behaviour of property interpolation but please give it some thought if you have some time as I don't want to get to 1.1 and someone go "but blah blah blah blah, I NEED

RE: Deprecation of POM interpolation in properties

2003-12-11 Thread Jason van Zyl
in a preGoal on > xdoc:init). We could probably do that but I imagine with some thought most of those things wouldn't be required. > - Brett > > > -Original Message- > > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > > Sent: Thursday, 11 December 200

RE: Deprecation of POM interpolation in properties

2003-12-11 Thread Jason van Zyl
; > At any rate, to make the project processing in 1.1 highly > > > deterministic I would like to remove ${pom.foo} value > > interpolation in > > > properties files. > > > > Another point that I wanted to raise was that properties may > > ultima

Re: Deprecation of POM interpolation in properties

2003-12-10 Thread Jason van Zyl
plugin instead of putting it in a property and then sucking it > >>back in. > >> > >>At any rate, to make the project processing in 1.1 highly deterministic > >>I would like to remove ${pom.foo} value interpolation in properties > >>files. >

RE: Deprecation of POM interpolation in properties

2003-12-10 Thread Brett Porter
essage- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Thursday, 11 December 2003 3:33 AM > To: Maven Developers List > Subject: Deprecation of POM interpolation in properties > > > Howdy, > > I'm moving along with the maven-project component and I have

Re: Deprecation of POM interpolation in properties

2003-12-10 Thread matt
raise was that properties may ultimately come from other sources such as database, or ldap and how much sense does it make for those sources to have access to the POM. I honestly don't think a whole lot. I think properties should just be flat

RE: Deprecation of POM interpolation in properties

2003-12-10 Thread Steve Garcia
raise was that properties may > ultimately come from other sources such as database, or ldap > and how much sense does it make for those sources to have > access to the POM. I honestly don't think a whole lot. I > think properties should just be flat name/value

Re: Deprecation of POM interpolation in properties

2003-12-10 Thread Jason van Zyl
s database, or ldap and how much sense does it make for those sources to have access to the POM. I honestly don't think a whole lot. I think properties should just be flat name/value pairs with no ${pom} interpolation. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In s

Deprecation of POM interpolation in properties

2003-12-10 Thread Jason van Zyl
Howdy, I'm moving along with the maven-project component and I have arbitrary levels of inheritance working for properties and the model. Now I'm starting to look at the property interpolation mechanism and I would like to propose for 1.1 that values in properties files be interpolated in the mod