RE: Building for different environments - how do _you_ do it?

2008-07-08 Thread Artamonov, Juri
: Wednesday, June 04, 2008 4:44 PM To: Maven Users List Subject: RE: Building for different environments - how do _you_ do it? How do you do the inheritance though, that's the part I'm missing. -Original Message- From: Artamonov, Juri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread EJ Ciramella
Can you expand on this or is there an example of this some where? We ARE in ear/war land though... -Original Message- From: Dave Feltenberger [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 11:43 PM To: Maven Users List Subject: Re: Building for different environments - how do

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread Beelen, M. - SPLXL
Software Engineer IPROFS [1]: http://blog.springsource.com/main/author/jkuipers/ -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 2:32 PM To: Maven Users List Subject: RE: Building for different environments - how do _you_ do it? Can

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread Artamonov, Juri
Here in the company I'm working for I created the model allowing to us to be flexible across environments settings. If in short then: 1. We produce every time only single general artifact and not environment specific, let's say war file. 2. Then we need to deploy it on different environments and

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread EJ Ciramella
available? -Original Message- From: Artamonov, Juri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 8:54 AM To: Maven Users List Subject: RE: Building for different environments - how do _you_ do it? Here in the company I'm working for I created the model allowing to us to be flexible

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread Artamonov, Juri
widely available? -Original Message- From: Artamonov, Juri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 8:54 AM To: Maven Users List Subject: RE: Building for different environments - how do _you_ do it? Here in the company I'm working for I created the model allowing to us

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread EJ Ciramella
How do you do the inheritance though, that's the part I'm missing. -Original Message- From: Artamonov, Juri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 9:42 AM To: Maven Users List Subject: RE: Building for different environments - how do _you_ do it? I have configuration

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread Mark Struberg
: Von: EJ Ciramella [EMAIL PROTECTED] Betreff: RE: Building for different environments - how do _you_ do it? An: Maven Users List users@maven.apache.org Datum: Mittwoch, 4. Juni 2008, 15:44 How do you do the inheritance though, that's the part I'm missing. -Original Message- From

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread EJ Ciramella
, 4.6.2008: Von: EJ Ciramella [EMAIL PROTECTED] Betreff: RE: Building for different environments - how do _you_ do it? An: Maven Users List users@maven.apache.org Datum: Mittwoch, 4. Juni 2008, 15:44 How do you do the inheritance though, that's the part I'm missing. -Original Message

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread EJ Ciramella
:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 11:09 AM To: Maven Users List Subject: RE: Building for different environments - how do _you_ do it? My colleague Sigi Goeschl wrote a comment on how we solved a very similar problem back in early 2007: http://www.nabble.com/Re:-What-is-the-Best

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread Mark Struberg
] Betreff: RE: Building for different environments - how do _you_ do it? An: Maven Users List users@maven.apache.org Datum: Mittwoch, 4. Juni 2008, 17:45 Also, much of this is viewed as, I have an appserver that I need many configurations for, my issue is not just that, but also I have a other

Re: Building for different environments - how do _you_ do it?

2008-06-04 Thread emerson cargnin
? -Original Message- From: Artamonov, Juri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 8:54 AM To: Maven Users List Subject: RE: Building for different environments - how do _you_ do it? Here in the company I'm working for I created the model allowing to us to be flexible across

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread EJ Ciramella
Message- From: Mark Struberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 12:25 PM To: Maven Users List Subject: RE: Building for different environments - how do _you_ do it? Also, much of this is viewed as, I have an appserver that I need many configurations for, Nope, it's more

RE: Building for different environments - how do _you_ do it?

2008-06-04 Thread EJ Ciramella
/machine/app type properties would override as necessary. -Original Message- From: emerson cargnin [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 12:33 PM To: Maven Users List Subject: Re: Building for different environments - how do _you_ do it? I use something similar in our

RE: Building for different environments - how do _you_ do it?

2008-06-03 Thread EJ Ciramella
Message- From: Paul Davis [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 2:22 PM To: Maven Users List Subject: Re: Building for different environments - how do _you_ do it? The best thing is to NOT create a different build for different environments. When environment specific stuff

Re: Building for different environments - how do _you_ do it?

2008-06-03 Thread Paul Davis
The best thing is to NOT create a different build for different environments. When environment specific stuff is needed (EARs and WARs) look up the info from JNDI and put that configuration on the server. Then if something needs to change, you don't need to create a new build. If you have to do

Re: Building for different environments - how do _you_ do it?

2008-06-03 Thread Dave Feltenberger
Another possibility, if you're not in a J2EE container and don't necessarily have access to JNDI (or don't want to rely on server config vs. a self-contained JAR/WAR) is to package all the environment configurations together and use something like Spring and an environment variable to filter a