> Is this the recommended 0.9 approach ?
This is from a recent snapshot of the 0.9 guide:
war {
from 'src/rootContent' // adds a file-set to the root of the archive
webInf { from 'src/additionalWebInf' } // adds a file-set to the
WEB-INF dir.
classpath fileTree('additionalLibs') // adds a file-set to the
WEB-INF/lib dir.
classpath configurations.moreLibs // adds a configuration to the
WEB-INF/lib dir.
webXml = file('src/someWeb.xml') // copies a file to WEB-INF/web.xml
}
Looks like you can use the classpath() method.
Cheers,
Peter
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email