Re: inject version into source?

2009-08-29 Thread Stephen Connolly
KINDS of headaches because it doesn't work with perforce properly. James, that'd be my recommendation: update the maven info to fit your build before you run maven :) Dana Lacoste -Original Message- From: David C. Hicks [mailto:dhi...@i-hicks.org] Sent: Friday, August 28, 2009 11:

Re: inject version into source?

2009-08-28 Thread James Russo
id C. Hicks [mailto:dhi...@i-hicks.org] Sent: Friday, August 28, 2009 11:01 AM To: Maven Users List Subject: Re: inject version into source? I have done this by setting up a properties file that gets filtered at build time. Then, I use that properties file in a Spring PlaceholderConfigurer to

Re: inject version into source?

2009-08-28 Thread Stephen Connolly
perly. James, that'd be my recommendation: update the maven info to fit your build before you run maven :) Dana Lacoste -Original Message- From: David C. Hicks [mailto:dhi...@i-hicks.org] Sent: Friday, August 28, 2009 11:01 AM To: Maven Users List Subject: Re: inject version into

Re: inject version into source?

2009-08-28 Thread James Russo
our build before you run maven :) Dana Lacoste -Original Message- From: David C. Hicks [mailto:dhi...@i-hicks.org] Sent: Friday, August 28, 2009 11:01 AM To: Maven Users List Subject: Re: inject version into source? I have done this by setting up a properties file that gets

Re: inject version into source?

2009-08-28 Thread Stephen Connolly
a Lacoste -Original Message- From: David C. Hicks [mailto:dhi...@i-hicks.org] Sent: Friday, August 28, 2009 11:01 AM To: Maven Users List Subject: Re: inject version into source? I have done this by setting up a properties file that gets filtered at build time. Then, I use that properti

Re: inject version into source?

2009-08-28 Thread Stephen Connolly
, August 28, 2009 11:01 AM To: Maven Users List Subject: Re: inject version into source? I have done this by setting up a properties file that gets filtered at build time. Then, I use that properties file in a Spring PlaceholderConfigurer to get the value injected where I need it. James Russo

Re: inject version into source?

2009-08-28 Thread James Russo
11:01 AM To: Maven Users List Subject: Re: inject version into source? I have done this by setting up a properties file that gets filtered at build time. Then, I use that properties file in a Spring PlaceholderConfigurer to get the value injected where I need it. James Russo wrote: Hello,

RE: inject version into source?

2009-08-28 Thread Lacoste, Dana (TSG Software San Diego)
Subject: Re: inject version into source? I have done this by setting up a properties file that gets filtered at build time. Then, I use that properties file in a Spring PlaceholderConfigurer to get the value injected where I need it. James Russo wrote: > Hello, > >New maven user he

Re: inject version into source?

2009-08-28 Thread David C. Hicks
I have done this by setting up a properties file that gets filtered at build time. Then, I use that properties file in a Spring PlaceholderConfigurer to get the value injected where I need it. James Russo wrote: > Hello, > >New maven user here. Really am liking it, just trying to get > projec