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:
@ -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
|
||||
|
@ -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('.')
|
||||
|
Reference in New Issue
Block a user