Bugfix for 1.1.0
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
#Thu Feb 18 10:56:00 CST 2010
|
||||
#Thu Feb 18 11:21:57 CST 2010
|
||||
build.dir=build
|
||||
src.dir=src
|
||||
lib.shared.dir=../shared-libs
|
||||
test.dir=test
|
||||
build.number=58
|
||||
expected.application.version=1.1.0
|
||||
build.number=2
|
||||
expected.application.version=1.1.1
|
||||
lib.dir=lib
|
||||
release.dir=release
|
||||
release.jar=pit-${application.version}.jar
|
||||
|
Binary file not shown.
BIN
libpit/release/pit-1.1.1.jar
Normal file
BIN
libpit/release/pit-1.1.1.jar
Normal file
Binary file not shown.
@ -80,6 +80,7 @@ class Project {
|
||||
if (!options.text) options.text = "Default issue title.\n" +
|
||||
"====================\n"
|
||||
String id = (issues.values().max { it.id.toInteger() }).id
|
||||
id = (id.toInteger() + 1).toString().padLeft(id.length(), '0')
|
||||
|
||||
def issueFile = new File(source, Issue.makeFilename(id, options.category, options.priority))
|
||||
assert !issueFile.exists()
|
||||
|
Reference in New Issue
Block a user