You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by bj...@accenture.com on 2007/01/04 14:24:23 UTC

Filters with Eclipse

Does anybody know how to resolve the following issue:

 

We created a project with Maven2 and we have some properties who need to be filtered.  The problem is, if we declare those properties as ${test.name} and we have a filter file where test.name=c:/test.log, Eclipse doesn't know when you run the project which value needs to be filled in at test.name.  How do we tell Eclipse where he needs to look to replace ${_filter_} with the value?

 

Thanks in advance

 

 



This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.

Re: Filters with Eclipse

Posted by Fabricio Lemos <fa...@gmail.com>.
I had the same problem. The solution was to run the application
compiled by maven, instead of runing the one compiled by eclipse.

On 1/4/07, bjorn.de.bakker@accenture.com <bj...@accenture.com> wrote:
> Does anybody know how to resolve the following issue:
>
>
>
> We created a project with Maven2 and we have some properties who need to be filtered.  The problem is, if we declare those properties as ${test.name} and we have a filter file where test.name=c:/test.log, Eclipse doesn't know when you run the project which value needs to be filled in at test.name.  How do we tell Eclipse where he needs to look to replace ${_filter_} with the value?
>
>
>
> Thanks in advance
>
>
>
>
>
>
>
> This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org