Hi Glenn,

I've got the rough build file skeleton going ok - it bootstraps, and all i need to add in now is the <war> task itself :)
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers



"Glenn A. McAllister" <[EMAIL PROTECTED]>

05/01/02 11:12 PM
Please respond to turbine-maven-dev

       
        To:        [EMAIL PROTECTED]
        cc:        
        Subject:        RE: [PROPSAL] WAR build process (start of build-j2ee.xml)



On Wed, 1 May 2002, Glenn A. McAllister wrote:

> However, I am wondering if its worth having a property pointing to
> template files that need to be included in WEB-INF/classes.  Hrm... need
> to think about this a little more.

To answer my own question, we already have such a mechanism.  The

<jarResources>
 <jarResource>include = src/templates/*.wm</jarResource>
</jarResources>

element of the POM gives us what we need.  We just need to change the
definition of whats included in the WEB-INF/classes directory to

${build.dest}/**

from

${build.dest}/**/*.class

(I used the wrong reference (${build.dir}) in the original proposal.  
Doh!)

Glenn McAllister
SOMA Networks, Inc.



Reply via email to