Re: How to native properties files with maven2

2006-11-01 Thread mraible
Is there any way to do that? Please advise, Thanks. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://ww

Re: How to native properties files with maven2

2006-05-28 Thread ΰ
Hi, I copied tools.jar to ${m2_home}/lib and the plugin works. Thanks any way. ΰ �� <[EMAIL PROTECTED]> wrote: Hi Jakub, I have tried your plugin. I think your idea is wonderful. But I can not mvn compile your test project. The following is the error. Please help me. Thanks. E

Re: How to native properties files with maven2

2006-05-26 Thread Jakub Pawlowicz
Hi, Looks like there is an issue with my plugin on Windows boxes (you are using Windows, don't you?) It seems that Maven cannot see tools.jar from %JAVA_HOME%/lib directory. I've tried adding tools.jar to the classpath but the effect is the same. The only way I've made it working was to copy the

Re: How to native properties files with maven2

2006-05-26 Thread ΰ
Hi Jakub, I have tried your plugin. I think your idea is wonderful. But I can not mvn compile your test project. The following is the error. Please help me. Thanks. E:\test-project>mvn -e compile + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] -

Re: How to native properties files with maven2

2006-05-25 Thread Jakub Pawlowicz
Hi, One way to process your properties files with native2ascii is to add Ant's native2ascii goal to the Maven's compilation phase. Here you could find how to do it (unfortunately only the version cached by Google works): http://216.239.59.104/search?q=cache:kJFwr1QUsy4J:www.jroller.com/page/wakale

Re: How to native properties files with maven2

2006-05-25 Thread chang wei
Thanks, shen kai. I have tried maven-resources-plugin, but nothing happened. I create a web project with mvn. And the project's structure looks like the following: my-app |-- pom.xml `-- src |-- main | |-- webapp | | `-- WEB-INFO | `-- resources | `-- META-INF

Re: How to native properties files with maven2

2006-05-25 Thread shen kai
yes of course , you can use maven-resources-plugin and set a property like this utf-8 in your plugin config block. On 5/25/06, chang wei <[EMAIL PROTECTED]> wrote: I can not find any solution to native the properties files. Is there any manve2 plugin to do this? Would you please give me a exa

How to native properties files with maven2

2006-05-25 Thread chang wei
I can not find any solution to native the properties files. Is there any manve2 plugin to do this? Would you please give me a example? Thanks.