RE: filter plugin?

2007-09-25 Thread Brian E. Fox
Subject: filter plugin? Hi, We have a scenario where we want to build a WAR, but whereas the plugin will copy in and filter additional web resources during the package phase, we want to filter template source during an earlier source phase so that we can then use these processed templates during the

RE: filter plugin?

2007-09-25 Thread John Coleman
Hi, How does an ant-run task perform filtering- can you share an example pelase? John -Original Message- From: Kevin Jackson [mailto:[EMAIL PROTECTED] Sent: 25 September 2007 11:16 To: Maven Users List Subject: Re: filter plugin? Hi, > Is there a plain filter plugin we can use j

Re: filter plugin?

2007-09-25 Thread Tim Kettler
additional web resources during the package phase, we want to filter template source during an earlier source phase so that we can then use these processed templates during the package phase. Is there a plain filter plugin we can use just to do replacements for the templated code at a phase we

Re: filter plugin?

2007-09-25 Thread Tim Kettler
earlier source phase so that we can then use these processed templates during the package phase. Is there a plain filter plugin we can use just to do replacements for the templated code at a phase we designate earlier in the lifecycle? TIA John Eurobase International Limited and its

Re: filter plugin?

2007-09-25 Thread Kevin Jackson
Hi, > Is there a plain filter plugin we can use just to do replacements for > the templated code at a phase we designate earlier in the lifecycle? We use the ant-run plugin at the gen-sources phase to filter resources before the package phase (when the war plugin executes

filter plugin?

2007-09-25 Thread John Coleman
. Is there a plain filter plugin we can use just to do replacements for the templated code at a phase we designate earlier in the lifecycle? TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any

Re: [m2] Simple copy and filter plugin?

2007-02-07 Thread Sebastian Breit
Hello Franz, i just use the resources-plugin but its not very useful. OK, i will try to explain. It's a simple webapp project as part of a bigger project. Later i need the war artifact to include it in a release zip. Some files in the war have to be filtered environment specific while buildin

Re: [m2] Simple copy and filter plugin?

2007-02-07 Thread Sebastian Breit
takai schrieb: for each profile do that should work, shouldn't it? Unfortunately not, because the profiles are environment specific (local, test server, development server) so i can't specify the needed file in the task. Sebastian -

Re: [m2] Simple copy and filter plugin?

2007-02-07 Thread takai
L PROTECTED] > > > -- View this message in context: http://www.nabble.com/-m2--Simple-copy-and-filter-plugin--tf3187244s177.html#a8847884 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubs

Re: [m2] Simple copy and filter plugin?

2007-02-07 Thread franz see
ww.t-systems-mms.com > Aufsichtsrat: Helmut Binder (Vorsitzender) > Geschäftsführung: Dr. Klaus Radermacher, Peter Klingenburg > Handelsregister: Amtsgericht Dresden (HRB 11433), Sitz der Gesellschaft > Dresden > Ust-IdNr.: DE 811 807 949 > > > -- View this message in c

Re: [m2] Simple copy and filter plugin?

2007-02-07 Thread Sebastian Breit
takai schrieb: I'd use the antrun plugin. OK, its no problem to copy files. But i have defined multiple profiles. Every profile defines filter tokens read from a profile specific file. How can i use these tokens while copying with the antrun-plugin? Regards Sebastian ---

Re: [m2] Simple copy and filter plugin?

2007-02-07 Thread takai
I'd use the antrun plugin. -- View this message in context: http://www.nabble.com/-m2--Simple-copy-and-filter-plugin--tf3187244s177.html#a8846466 Sent from the Maven - Users mailing list archive at Nabble.com. ---

[m2] Simple copy and filter plugin?

2007-02-07 Thread Sebastian Breit
Hi, often i need only to copy some files from one directory to another. Sometimes the files must be filtered. Is there any simple plugin for this? I tried two plugins to do the job: - The assemby-plugin doesn't filter filesets and i can't read ${project.build.finalName} in the descriptor. - T