-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
tested with hudson 1.379 & 1.381 (failing) works with (1.367) on windows (all between xp and win7)
I have an ant script which needs a property like
test.xyz=abc+(abc1|abc2)
for triggering a nunit test execution.
The problem is that the pipe is found as an special char (I don't know why) and was prefixed with an ^. This ^ changes the value and will break e.g. nunit at the test execution.
$ cmd.exe /C '"<XXX>\.hudson\tools\ant\bin\ant.bat "-Dtest.xyz=abc+(abc1^|abc2)" test && exit %%ERRORLEVEL%%"'
the same configuration worked fine with version 1.367.
- duplicates
-
JENKINS-7657 Ant properties escaping breaks url parameter for jsunit build
-
- Resolved
-
[JENKINS-7942] ANT properties quotes will break execution
Assignee | New: Alan Harder [ mindless ] |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 138045 ] | New: JNJira + In-Review [ 187810 ] |
i think you are working on it already...