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

2005-12-22 Thread Olivier Lamy
://jira.codehaus.org/browse/MNG-1683 -Message d'origine- De : Mick Knutson [mailto:[EMAIL PROTECTED] Envoyé : jeudi 22 décembre 2005 02:06 À : Maven Users List Objet : [m2] where to put common javescript and ui tools I have common JavaScript tools, images and other common elements/resources that I want

[m2] where to put common javescript and ui tools

2005-12-21 Thread Mick Knutson
I have common JavaScript tools, images and other common elements/resources that I want to reuse in various projects. How should I store this in m2? Thanks Mick Knutson http://www.BASELogic.com

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 that

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

2005-12-21 Thread Mick Knutson
] - Original Message - From: chang wei [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org; Mick Knutson [EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 5:43 PM Subject: Re: [m2] where to put common javescript and ui tools You can package them in a jar

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

2005-12-21 Thread chang wei
] Sent: Wednesday, December 21, 2005 5:43 PM Subject: Re: [m2] where to put common javescript and ui tools 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

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

2005-12-21 Thread Grégory Joseph
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. Seems pretty much out of topic here, but you could also very well write a servlet or filter which is gonna read