RE: jsp precompile with war overlay

2007-02-08 Thread Jörg Schaible
George Berger wrote on Wednesday, February 07, 2007 5:02 PM: I'm trying to use the war overlay feature of maven-war-plugin to include some common JSPs (e.g. common header and footer files) in multiple projects, but I also want to use jspc-maven-plugin to precompile the project JSPs.

RE: jsp precompile with war overlay

2007-02-08 Thread George Berger
, the final packaging uses the web.xml from the src/main/webapp tree instead. Any idea why the above configuration works in the first case but not in the second? George -- View this message in context: http://www.nabble.com/jsp-precompile-with-war-overlay-tf3187860s177.html#a8867524 Sent from

RE: jsp precompile with war overlay

2007-02-08 Thread franz see
tree instead. Any idea why the above configuration works in the first case but not in the second? George -- View this message in context: http://www.nabble.com/jsp-precompile-with-war-overlay-tf3187860s177.html#a8869466 Sent from the Maven - Users mailing list archive at Nabble.com

RE: jsp precompile with war overlay

2007-02-08 Thread George Berger
this... build [snip] /build Cheers, Franz That works perfectly! Many thanks Franz. A good day indeed! George -- View this message in context: http://www.nabble.com/jsp-precompile-with-war-overlay-tf3187860s177.html#a8875042 Sent from the Maven - Users mailing list archive at Nabble.com

jsp precompile with war overlay

2007-02-07 Thread George Berger
in the second maven-war-plugin declaration. Any ideas why this is happening or how to get around it? George -- View this message in context: http://www.nabble.com/jsp-precompile-with-war-overlay-tf3187860s177.html#a8848176 Sent from the Maven - Users mailing list archive at Nabble.com