http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1656
*** shadow/1656 Sun May 20 17:26:55 2001 --- shadow/1656.tmp.16842 Fri Jul 6 08:13:26 2001 *************** *** 1,19 **** ! Bug#: 1656 ! Product: Ant ! Version: 1.3 ! Platform: PC ! OS/Version: All ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: ! Component: Documentation ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: http://jakarta.apache.org/ant/manual/CoreTasks/execon.html ! Cc: ! Summary: valid strings for execon task's os attribute not specified ! The documentation for the "os" attribute of the "execon" task does not list or otherwise specify the actual string values that the user needs to give to designate operating systems. --- 1,19 ---- ! +============================================================================+ ! | valid strings for execon task's os attribute not specified | ! +----------------------------------------------------------------------------+ ! | Bug #: 1656 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: FIXED Platform: PC | ! | Severity: Normal OS/Version: All | ! | Priority: High Component: Documentation | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: http://jakarta.apache.org/ant/manual/CoreTasks/execon.html | ! +============================================================================+ ! | DESCRIPTION | The documentation for the "os" attribute of the "execon" task does not list or otherwise specify the actual string values that the user needs to give to designate operating systems. *************** *** 34,36 **** --- 34,41 ---- os attribute, then the execon.os documentation could refer the reader to that property. (That would give the user a way to determine the required string for any accessible operating system.) + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-06 08:13 ------- + I added more information stating where the os values come from but I think it is + best not to put the particular values in there as they are really defined by the + VM and not Ant.