RE: Problems with property interpolation

2009-08-23 Thread Damon Silver
- Damon -Original Message- From: Damon Silver [mailto:damon.sil...@diio.net] Sent: Saturday, August 22, 2009 4:30 PM To: Maven Users List Subject: Re: Problems with property interpolation Thanks, I'll give it a shot. Damon On Aug 22, 2009, at 3:22 PM, Kalle Korhone

Re: Problems with property interpolation

2009-08-22 Thread Damon Silver
en Users List Subject: Re: Problems with property interpolation That seems contradictory. The resources plugin puts things into target/classes. How is the file finding it's way to /target? On Fri, Aug 21, 2009 at 1:49 PM, Damon Silver wrote: More information: The version of the file in

Re: Problems with property interpolation

2009-08-22 Thread Kalle Korhonen
..@infinity.nu] > Sent: Friday, August 21, 2009 11:56 AM > To: Maven Users List > Subject: Re: Problems with property interpolation > > That seems contradictory. The resources plugin puts things into > target/classes. How is the file finding it's way to /target? > > On F

RE: Problems with property interpolation

2009-08-22 Thread Damon Silver
ering was the way to go here, but apparently not. How can I accomplish this? Thanks, Damon -Original Message- From: Brian Fox [mailto:bri...@infinity.nu] Sent: Friday, August 21, 2009 11:56 AM To: Maven Users List Subject: Re: Problems with property interpolation That seems contradictory

Re: Problems with property interpolation

2009-08-21 Thread Brian Fox
; Sent: Friday, August 21, 2009 8:07 AM > To: 'Maven Users List' > Subject: RE: Problems with property interpolation > > Correct.  The output looks the same as the input: > > texttext ${foo.bar} moretext > > Note that this is a WAR-generating module, FWIW. > >

RE: Problems with property interpolation

2009-08-21 Thread Damon Silver
- From: Damon Silver [mailto:damon.sil...@diio.net] Sent: Friday, August 21, 2009 8:07 AM To: 'Maven Users List' Subject: RE: Problems with property interpolation Correct. The output looks the same as the input: texttext ${foo.bar} moretext Note that this is a WAR-generating mo

RE: Problems with property interpolation

2009-08-21 Thread Damon Silver
Correct. The output looks the same as the input: texttext ${foo.bar} moretext Note that this is a WAR-generating module, FWIW. - Damon -Original Message- From: Brian Fox [mailto:bri...@infinity.nu] Sent: Friday, August 21, 2009 7:01 AM To: Maven Users List Subject: Re: Problems with

Re: Problems with property interpolation

2009-08-21 Thread Brian Fox
I don't see anything obvious. You don't see foo.bar in /target/classes/foo.bar with the value interpolated? On Fri, Aug 21, 2009 at 12:29 AM, Damon Silver wrote: > I've been trying unsuccessfully to get property interpolation to work in > non-pom.xml files using maven 2.0.9 on WinXP Pro with maven

Problems with property interpolation

2009-08-20 Thread Damon Silver
I've been trying unsuccessfully to get property interpolation to work in non-pom.xml files using maven 2.0.9 on WinXP Pro with maven-resources-plugin 2.3. What am I missing here? Any help would be much appreciated. Thanks, Damon Silver $ mvn -version Maven version: 2.0.9 Java version: 1.6.0_14