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: 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) Kev

Re: filter plugin?

2007-09-25 Thread Tim Kettler
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 views and opinions

Re: filter plugin?

2007-09-25 Thread Tim Kettler
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 subsidiaries (Eurobase

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 just

[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. -

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

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 franz see
Radermacher, Peter Klingenburg Handelsregister: Amtsgericht Dresden (HRB 11433), Sitz der Gesellschaft Dresden Ust-IdNr.: DE 811 807 949 -- View this message in context: http://www.nabble.com/-m2--Simple-copy-and-filter-plugin--tf3187244s177.html#a8847641 Sent from the Maven - Users

Re: [m2] Simple copy and filter plugin?

2007-02-07 Thread takai
: [EMAIL 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 unsubscribe

Re: [m2] Simple copy and filter plugin?

2007-02-07 Thread Sebastian Breit
takai schrieb: for each profile do tasks property file=${basedir}/my/profile/specific/file/ ant antfile=.../ /tasks 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

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