Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-2149

Comma in Ant property Field not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • ant-plugin
    • None
    • Platform: PC, OS: Windows XP

    Description

      Entering

      foo=bar,baz

      in the Systremproperties field (in German Systemeigenschaften) of an Ant
      build-step of a freestyle project.

      Results in the consoleoutput of the build to:
      ...
      BUILD FAILED
      Target "baz" does not exist in the project "projectname".
      ...

      The Help text says one can use standardformat of properties files and commas are
      allowed there. (Using commas in a properties used by Ant)

      A workaround is to use:
      foo="bar,baz"

      Attachments

        Issue Links

          Activity

            People

              mindless Alan Harder
              michaelkebe michaelkebe
              Votes:
              1 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: