RE: [M2] filter definition

2005-04-19 Thread Maczka Michal
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, April 18, 2005 11:06 PM > To: Maven Developers List > Subject: Re: [M2] filter definition > > > Maczka Michal wrote: > > >I a not 100% sure if I understand you.

Re: [M2] filter definition

2005-04-18 Thread Brett Porter
Maczka Michal wrote: >I a not 100% sure if I understand you. >What do you mean by deployment process here? Is it going to be >supported/executed in m2? > > Yes, what we were talking about covers your use case, you'd just need to run your deployment profiles over the artifacts and store them whe

RE: [M2] filter definition

2005-04-18 Thread thomas.van.de.velde
il 2005 16:02 To: 'Maven Developers List' Subject: RE: [M2] filter definition > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, April 18, 2005 1:53 AM > To: Maven Developers List > Subject: Re: [M2] filter definition &

RE: [M2] filter definition

2005-04-18 Thread Maczka Michal
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, April 18, 2005 1:53 AM > To: Maven Developers List > Subject: Re: [M2] filter definition > > > Jason van Zyl wrote: > > >>Here's the full URL: http:/

Re: [M2] filter definition

2005-04-17 Thread Brett Porter
Jason van Zyl wrote: >>Here's the full URL: http://www.jconfig.org/ConfigurationServer.html >> >> > >Cool! I'll take a look and try to integrate it into what I'm making. > > Yeah, I think we are all on the same page now. - Build a single archive - swizzle J2EE files that need to be changed

RE: [M2] filter definition

2005-04-17 Thread Jason van Zyl
On Sun, 2005-04-17 at 21:09 +0200, Vincent Massol wrote: > > > -Original Message- > > From: Vincent Massol [mailto:[EMAIL PROTECTED] > > Sent: dimanche 17 avril 2005 20:54 > > To: 'Maven Developers List' > > Subject: RE: [M2] filter definition &g

RE: [M2] filter definition

2005-04-17 Thread Jason van Zyl
On Sun, 2005-04-17 at 20:53 +0200, Vincent Massol wrote: > Well, this is not always possible. Also you're talking about archives > whereas I'm talking about artifacts in the large. For example creating a > weblogic domain configuration. In that case you cannot signal to the > application which con

Re: [M2] filter definition

2005-04-17 Thread Jason van Zyl
On Sun, 2005-04-17 at 20:37 -0700, Michal Maczka wrote: > Are you just describing generic situation or just simple dev/qa/prod > situation where environments are almost identical? I'm talking about the movement of an application through internal staging areas. I'm not talking about production de

RE: [M2] filter definition

2005-04-17 Thread Vincent Massol
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: dimanche 17 avril 2005 20:54 > To: 'Maven Developers List' > Subject: RE: [M2] filter definition [snip] > Having an app that does it is cool thought but I think > that'

RE: [M2] filter definition

2005-04-17 Thread Vincent Massol
> -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: lundi 18 avril 2005 05:40 > To: Maven Developers List > Subject: RE: [M2] filter definition > > On Sun, 2005-04-17 at 17:20 +0200, Vincent Massol wrote: > > > The way I'v

Re: [M2] filter definition

2005-04-17 Thread Michal Maczka
Jason van Zyl wrote: On Sun, 2005-04-17 at 17:20 +0200, Vincent Massol wrote: The way I've been doing it so far is by having: project1 |_ src/resources |_ env1 |_ [files or env1] |_ envN |_ [files or envN] |_ shared |_ [files shared by all envs] |_ [...] And then having

RE: [M2] filter definition

2005-04-17 Thread Jason van Zyl
On Sun, 2005-04-17 at 17:20 +0200, Vincent Massol wrote: > The way I've been doing it so far is by having: > > project1 > |_ src/resources > |_ env1 > |_ [files or env1] > |_ envN > |_ [files or envN] > |_ shared > |_ [files shared by all envs] > |_ [...] > > An

RE: [M2] filter definition

2005-04-17 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: dimanche 17 avril 2005 15:28 > To: dev@maven.apache.org > Subject: Re: [M2] filter definition > > > >I agree that putting in the POM is a good first approach but > >that it wo

Re: [M2] filter definition

2005-04-17 Thread Brett Porter
>I agree that putting in the POM is a good first approach but >that it won't handle the need for different environments. > >This is something that I've been wanted to include in maven for a very long >time: the ability to say "build me this project for this environment". > > > > As I said, I'm

Re: [M2] Filter definition

2005-04-17 Thread Michal Maczka
Vincent Massol wrote: I agree that putting in the POM is a good first approach but that it won't handle the need for different environments. This is something that I've been wanted to include in maven for a very long time: the ability to say "build me this project for this environment". It seems t

RE: [M2] Filter definition

2005-04-17 Thread Vincent Massol
iginal Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: dimanche 17 avril 2005 02:38 > To: Maven Developers List > Subject: Re: [M2] Filter definition > > I think the following should be added to the resources section: > > > > value >

Re: [M2] Filter definition

2005-04-16 Thread Brett Porter
I think the following should be added to the resources section: value value ... The resource patterns can take care of the includes/excludes. I'm still apprehensive about including filtering at this stage though, without some way of managing the environment differentiat

Re: [M2] Filter definition

2005-04-15 Thread Thomas Recloux
2005/4/14, Kenney Westerhof <[EMAIL PROTECTED]>: > I think at least the tag needs to be included in the POM Ok for me, good idea. > Brett also suggested that the filter file, and possibly the tokens, > need to be defined in the POM. Yes, the two features could be interesting, as described in t

[M2] Filter definition

2005-04-14 Thread Kenney Westerhof
I got in a discussion with Brett about his comments on http://jira.codehaus.org/browse/MNG-178?page=comments#action_31997 . Short summary: i've created a patch for maven-resources-plugin that allows filtering while copying resources. It is enabled by default when a build.properties file is presen