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

linux generation of src directory is missing thousands of files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.4.0
    • infrastructure
    • None
    • beta2
    • generic
    • generic



      Name: dm26566 Date: 06/21/2001


      The linux version of src.zip contains only 563 entries while the
      solaris one has 4104.

      The problem appears to be in the way the files are identified and
      moved to the src directory. Here is the log:

      for d in ./../src/share/classes ./../src/solaris/classes
      ./../build/linux-i386/gensrc; do (cd $d; /bin/tar cf - `/usr/bin/find java/applet java/awt java/beans java/io java/lang java/math
      java/net java/nio java/rmi java/security java/sql java/text java/util
      com/sun/image/codec/jpeg com/sun/imageio com/sun/java/swing/plaf/motif
      com/sun/java/swing/plaf/windows com/sun/naming com/sun/corba com/sun/security
      javax/accessibility javax/imageio javax/naming javax/print javax/security
      javax/swing javax/xml javax/rmi org/apache org/ietf org/omg org/w3c/dom
      org/xml/sax sunw -name SCCS -prune -o -name '*.java' \! -name '*-*' -print`) | (cd /BUILD_AREA/jdk1.4/build/linux-i386/jdk-image-i386/src; /bin/tar xf -); /bin/chmod -R +w /BUILD_AREA/jdk1.4/build/linux-i386/jdk-image-i386/src; done
      /bin/sh: /bin/tar: Argument list too long
      /usr/bin/find: java/applet: No such file or directory
      /usr/bin/find: java/awt: No such file or directory
      /usr/bin/find: java/beans: No such file or directory
      /usr/bin/find: java/math: No such file or directory
      /usr/bin/find: java/net: No such file or directory
      /usr/bin/find: java/nio: No such file or directory

      ======================================================================

            dmcduffisunw Dale Mcduffie (Inactive)
            dmcduffisunw Dale Mcduffie (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: