If you enter something like
-DmyProp="myValue"
into "Additional Ant command line parameters:" and submit the page the value gets truncated to
-DmyProp=
That is because the quotes are not escaped when rendering the page.
Even though it is only a small bug it is really a blocker for me since I cannot enter the values I need.
Issue wasresolved
| Old | New | |
| Peter Romianowski (antarapero) - 19 months ago (15 Jan 2007 16:12) | ||
Kirill Maximov (maxkir)
19 months ago (07 Jan 2007 15:12)To enter system properties use interface "Properties and environment variables" when editing build configuration.