The maven-war-plugin does a war overlay - overwriting any files in your project that have an older timestamp than AppFuse's WARs.
Here's how to manipulate war overlays: http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html Matt On 8/3/07, Ken H. <[EMAIL PROTECTED]> wrote: > > Hi > > I use jscalendar to implement a datepicker, in which I put the calendar.js , > calendar-setup.js and lang/calendar-en.js in /scripts and calendar.css in > /styles. However the it didn't work. When I checked the loaded .jsp file in > firefox, I found the loaded javascript (calendar.js) is another one (author > is Matt Kruse) and it come from the my AppFuse (2.0-M5) . I deleted all the > calendar.js( From Matt Kruse) and use "mvn clean". It's strange that the > calendar.js from Matt Kruse is still loaded, even though it can't be found > in source files by searching. So i put the jscalendar's calendar.js in > /images and it work well. Would any one like to tell me where the Matt > Kruse's calendar.js come from after i have cleaned the project? > > Thank you! > > Ken > -- > View this message in context: > http://www.nabble.com/where-the-different-calendar.js-from--tf4213839s2369.html#a11987758 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
