if ( fileSetDir.exists() )
{
try
{
fileSetDir = fileSetFormatter.formatFileSetForAssembly( fileSetDir, fileSet );
}
catch ( final IOException e )
{
throw new ArchiveCreationException( "Error fixing file-set line endings for assembly: "
+ e.getMessage(), e );