Create an account here: https://xircles.codehaus.org/signup/
/Anders On Fri, Dec 5, 2014 at 2:30 PM, Dave Maughan <davidamaug...@gmail.com> wrote: > Hi, > > We have a requirement whereby we do not want the rpm build to fail if a > source.location does not exist. We were doing the same previously by using > the antrun plugin to, for example, safely create empty directories under > certain profile combinations so that the rpm build doesn't fail, but it's > ugly. > > I've now created a patch which adds a failIfNotExists option to Source. > Then, in FileHelper, if the location does not exist and you've set the > option to false then the build will just log a warning, and continue. The > default behaviour is to fail as before. > > Could this be considered for merge? I've attached the diff here. I was > going to create an issue in JIRA as per the contributions guidance but I > don't have an account and I'm not sure who to contact. > > Thanks, > Dave Maughan > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > >