Bug fix in FileIssue.

* Property changes that changed the filename of the underlying file were
  neglecting to update the internal file pointer to the new file.
This commit is contained in:
Jonathan Bernard
2011-12-12 15:56:10 -06:00
parent 952064d903
commit ec7c07f81f
4 changed files with 29 additions and 27 deletions

View File

@ -1,9 +1,9 @@
#Thu, 08 Dec 2011 15:46:09 -0600
#Sun, 11 Dec 2011 21:04:03 -0600
build.dir=build
src.dir=src
build.jar=pit-cli-${application.version}.${build.number}.jar
build.number=2
version=3.2.2
version=3.2.3
name=pit-cli
lib.dir=lib
lib.local=true

View File

@ -83,7 +83,7 @@ cli._(longOpt: 'version', 'Display PIT version information.')
// ======== Parse CLI Options ======== //
// =================================== //
def VERSION = "3.2.2"
def VERSION = "3.2.3"
def opts = cli.parse(args)
def issuedb = [:]
def workingDir = new File('.')