Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-2515

Command line option -D does not work in Windows XP but does in MacOSX

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.5.1
    • 1.5.2, 1.6-rc-2
    • None
    • None
    • Windows XP

    Description

      In WindowsXP...

      Z:\dev>gant -D barney=123
      Target 123 does not exist.
      Z:\dev>gant -D barney=abc
      Target abc does not exist.
      Z:\dev>gant -D barney="abc"
      Target abc does not exist.

      In MacOSX

      $ gant -D barney=123
      123
      [echo] 123

      Example Gant file:

      target ( main : 'A target' ) {
      println barney
      echo ( message : barney )
      }

      setDefaultTarget ( main )

      Attachments

        Issue Links

          Activity

            People

              paulk Paul King
              glouie Gifford Louie
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: