Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4509051

javac @sourcefiles should catch Exception, when sourcefiles doesn't exist.

XMLWordPrintable

    • hopper
    • sparc
    • solaris_8
    • Verified

      goldeneye:/net/sqindia/export/disk03/tools/surendra/javac-test 143 % javac -J-version
      java version "1.4.0-beta3"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b81)
      Java HotSpot(TM) Client VM (build 1.4.0-beta3-b81, mixed mode)
      goldeneye:/net/sqindia/export/disk03/tools/surendra/javac-test 144 %
      goldeneye:/net/sqindia/export/disk03/tools/surendra/javac-test 144 %
      goldeneye:/net/sqindia/export/disk03/tools/surendra/javac-test 144 %
      goldeneye:/net/sqindia/export/disk03/tools/surendra/javac-test 144 % ls
      ./ Main.java Test4.class
      ../ Test2.class Test4.java.txt
      GenerateClassFile.class Test2.java Test5.class
      GenerateClassFile.java Test3.class
      Main.class Test3.java
      goldeneye:/net/sqindia/export/disk03/tools/surendra/javac-test 145 %
      goldeneye:/net/sqindia/export/disk03/tools/surendra/javac-test 145 %
      goldeneye:/net/sqindia/export/disk03/tools/surendra/javac-test 145 %
      goldeneye:/net/sqindia/export/disk03/tools/surendra/javac-test 145 % javac @sourcefiles


      An input/output error occurred.
      Consult the following stack trace for details.

      java.io.FileNotFoundException: sourcefiles (No such file or directory)
              at java.io.FileInputStream.open(Native Method)
              at java.io.FileInputStream.<init>(FileInputStream.java:106)
              at java.io.FileInputStream.<init>(FileInputStream.java:69)
              at java.io.FileReader.<init>(FileReader.java:42)
              at com.sun.tools.javac.v8.CommandLine.loadCmdFile(CommandLine.java:62)
              at com.sun.tools.javac.v8.CommandLine.parse(CommandLine.java:52)
              at com.sun.tools.javac.v8.Main.compile(Main.java:520)
              at com.sun.tools.javac.Main.compile(Main.java:32)
              at com.sun.tools.javac.Main.main(Main.java:23)
      goldeneye:/net/sqindia/export/disk03/tools/surendra/javac-test 146 %

            gafter Neal Gafter (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: