https://issues.apache.org/bugzilla/show_bug.cgi?id=54708
Konstantin Kolinko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #2 from Konstantin Kolinko <[email protected]> --- Regarding r1457454 , it is not enough. If I deploy ROOT##version, the workdir name will be "##version". For consistency I would expect "ROOT##version". Replacing String temp = getName(); with String temp = getBaseName(); should do the trick. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
