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

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.

Re: [m2] where to put common javescript and ui tools

2005-12-21 Thread chang wei
> Mick Knutson > > http://www.BASELogic.com > http://www.MickKnutson.com > > MSN Messenger: [EMAIL PROTECTED] > > ---- > > - Original Message - > From: "chang wei" <

Re: [m2] where to put common javescript and ui tools

2005-12-21 Thread chang wei
You can package them in a jar, then you define a listener which can read the JavaScript , images from the jar and write them into a Dir when the web server is starting. 2005/12/22, Mick Knutson <[EMAIL PROTECTED]>: > > I have common JavaScript tools, images and other common elements/resources > t

Re: How to get the jars which my project depends on

2005-12-19 Thread chang wei
I got the answer from the old email in this group. http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html Maybe my question is too simple. :) On 12/19/05, chang wei <[EMAIL PROTECTED]> wrote: > > I found the jars in this site:http://public.planetmirror.com > /pu

Re: How to get the jars which my project depends on

2005-12-19 Thread chang wei
I found the jars in this site: http://public.planetmirror.com/pub/sourceforge/j/ja/javalayer/ But there was not a maven-metadata.xml file. :( Please advise, thanks. On 12/19/05, chang wei <[EMAIL PROTECTED]> wrote: > > Hi, > I am new to Maven. I wrote a project which depended on

How to get the jars which my project depends on

2005-12-19 Thread chang wei
Hi, I am new to Maven. I wrote a project which depended on an open source project---javaLayer on sf.net. How can I make maven to know that download the jars from sf.net or there are any other way to deal with this issue? Thanks in advance!