Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 76979 invoked from network); 17 Dec 2010 14:07:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Dec 2010 14:07:57 -0000 Received: (qmail 91309 invoked by uid 500); 17 Dec 2010 14:07:56 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 91103 invoked by uid 500); 17 Dec 2010 14:07:55 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 91095 invoked by uid 99); 17 Dec 2010 14:07:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 14:07:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jose.urena@verizonbusiness.com designates 198.4.8.167 as permitted sender) Received: from [198.4.8.167] (HELO ashesmtp03.verizonbusiness.com) (198.4.8.167) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 14:07:45 +0000 Received: from omzismtp01.vzbi.com ([unknown] [165.122.46.164]) by firewall.verizonbusiness.com (Sun Java(tm) System Messaging Server 7u2-7.03 32bit (built May 29 2009)) with ESMTP id <0LDK003CUSKC9G70@firewall.verizonbusiness.com> for user@ant.apache.org; Fri, 17 Dec 2010 14:07:24 +0000 (GMT) Received: from omzismtp01.vzbi.com ([unknown] [127.0.0.1]) by omzismtp01.vzbi.com (Sun Java(tm) System Messaging Server 7u2-7.03 32bit (built May 29 2009)) with ESMTP id <0LDK0022WSKBFC00@omzismtp01.vzbi.com> for user@ant.apache.org; Fri, 17 Dec 2010 14:07:24 +0000 (GMT) Received: from ASHSRV142.mcilink.com ([unknown] [153.39.68.168]) by omzismtp01.vzbi.com (Sun Java(tm) System Messaging Server 7u2-7.03 32bit (built May 29 2009)) with ESMTP id <0LDK0021ESKAFA00@omzismtp01.vzbi.com> for user@ant.apache.org; Fri, 17 Dec 2010 14:07:23 +0000 (GMT) Received: from ASHEVS012.mcilink.com ([153.39.69.141]) by ASHSRV142.mcilink.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 17 Dec 2010 14:07:22 +0000 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Subject: RE: Can't load definitions unless target is executed as root Date: Fri, 17 Dec 2010 14:07:33 +0000 Message-id: In-reply-to: <103882.12344.qm@web121510.mail.ne1.yahoo.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-topic: Can't load definitions unless target is executed as root Thread-index: AcudWrqz8+os0eeYSqavusoFj9lK6gAmModg References: <103882.12344.qm@web121510.mail.ne1.yahoo.com> From: "Urena, Jose M" To: Ant Users List X-OriginalArrivalTime: 17 Dec 2010 14:07:22.0571 (UTC) FILETIME=[B98B29B0:01CB9DF3] X-Virus-Checked: Checked by ClamAV on apache.org ownership is not enough for unix filesystems, the group must have read for files and read+execute for dirs -----Original Message----- From: Nathan King [mailto:nking253@yahoo.com]=20 Sent: Thursday, December 16, 2010 2:52 PM To: user@ant.apache.org Subject: Can't load definitions unless target is executed as root When I execute an ant target as the root user the target executes successfully.=20 However, if I try to execute the same target as an unprivileged user the target fails with the following message:[typedef] Could not load definitions from resource flexTasks.tasks. It could not be found. The 3rd party dependency is: flex-ant-tasks. The directories that contain the flex-ant-tasks and ant itself are owned by a group in which the unprivileged user is a member, so there shouldn't be any access right issues. Anyone know what could be the problem? Thanks. -Nate =20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org