handleWebResources( context );
handeWebAppSourceDirectory( context );
// Debug mode: dump the path set for the current build
PathSet pathSet = context.getWebappStructure().getStructure( "currentBuild" );
context.getLog().debug( "Dump of the current build pathSet content -->" );
for ( Iterator iterator = pathSet.iterator(); iterator.hasNext(); )
{
context.getLog().debug( "" + iterator.next() );
}
context.getLog().debug( "-- end of dump --" );