http://nagoya.apache.org/bugzilla/show_bug.cgi?id=947
*** shadow/947 Mon Mar 12 15:46:53 2001
--- shadow/947.tmp.1429 Mon Mar 12 15:46:53 2001
***************
*** 0 ****
--- 1,24 ----
+ +============================================================================+
+ | <chmod> task fails on Linux with Ant 1.3 Final Release |
+ +----------------------------------------------------------------------------+
+ | Bug #: 947 Product: Ant |
+ | Status: NEW Version: 1.3 |
+ | Resolution: Platform: PC |
+ | Severity: Critical OS/Version: Linux |
+ | Priority: Component: Core tasks |
+ +----------------------------------------------------------------------------+
+ | Assigned To: [EMAIL PROTECTED] |
+ | Reported By: [EMAIL PROTECTED] |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I downloaded and installed the final 1.3 release and attempted to use it to
+ build Tomcat 4.0, whose build script includes tasks like:
+
+ <chmod perm="+x" file="${catalina.build}/bin/catalina.sh"/>
+
+ to set the execute permissions correctly on shell scripts. This works fine
with
+ Ant 1.2, but under 1.3 the log says "[chmod] Result: 255" and the file
+ permissions are not actually changed.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]