http://nagoya.apache.org/bugzilla/show_bug.cgi?id=698
*** shadow/698 Sat Feb 24 17:40:42 2001 --- shadow/698.tmp.2989 Sat Feb 24 17:40:42 2001 *************** *** 0 **** --- 1,35 ---- + +============================================================================+ + | Permission problems when building Ant | + +----------------------------------------------------------------------------+ + | Bug #: 698 Product: Ant | + | Status: NEW Version: unspecified | + | Resolution: Platform: PC | + | Severity: Blocker OS/Version: Linux | + | Priority: High Component: Build Process | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Environment: Red Hat Linux 7.0, Sun JDK 1.3, Ant CVS 2001-02-24. + + As root, built ant with "./build.sh -Ddist.dir=/opt/ant dist" and set up + ANT_HOME and JAVA_HOME as described in the documentation. + + All files in the resulting distribution in /opt/ant had permissions like the + following: + + ========== + [EMAIL PROTECTED] /opt/ant/lib]# ls -l + total 604 + -rw------- 1 root root 151 Feb 24 19:20 README + -rw------- 1 root root 293449 Feb 24 19:20 ant.jar + -rw------- 1 root root 5537 Feb 24 19:20 jaxp.jar + -rw------- 1 root root 156864 Feb 24 19:20 optional.jar + -rw------- 1 root root 136198 Feb 24 19:20 parser.jar + ========== + + This made Ant unusable by any other user on the system except root.
