Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 172)

Ticket Resolution Summary Owner Reporter
#240 fixed Starting java.exe from ash/dash breaks command line arguments with spaces dmik
Description

Given this hello.java:

public class hello
{
  public static void main(String args[])
  {
    System.out.println("hello world!");
    for (int i = 0; i < args.length; ++i)
      System.out.println("arg["+i+"]=["+args[i]+"]");
  }
}

and this SH script:

D:/Tools/openjdk6_b27_sdk_os2_ga5-20130217/bin/java.exe -cp . hello "1 2" 3

you get this output if the script is run by bash:

hello world!
arg[0]=[1 2]
arg[1]=[3]

and this output if it's run by ash/dash:

hello world!
arg[0]=[1]
arg[1]=[2]
arg[2]=[3]

Apparently, in the second case spaces are handled incorrectly.

#243 fixed New project logo Lewis Rosenthal Lewis Rosenthal
Description

Need a new project logo which better reflects OpenJDK for OS/2, and not a particular distribution.

#28 invalid testticket Silvan Scherrer
Description

just a test to see if notification works

Note: See TracQuery for help on using queries.