ant release should allow local.properties to exist
--------------------------------------------------
Key: DERBY-5460
URL: https://issues.apache.org/jira/browse/DERBY-5460
Project: Derby
Issue Type: Improvement
Components: Build tools
Affects Versions: 10.8.2.2, 10.9.0.0
Reporter: Myrna van Lunteren
Priority: Trivial
We've allowed for the existence of local.properties in the normal build
process, to allow different ant properties per multiple branches on the same
machine.
However, ant release will check for svn stat, and if a local.properties file
exists, will bail out.
It would be nice if the ant release target could ignore local.properties if it
exists.
The work around is to use a $HOME/ant.properties instead.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira