You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/06/21 17:12:48 UTC

[Bug 1215] - Ant Assumes Apache User ID With No Permissions

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1215

*** shadow/1215	Sun May 20 17:24:34 2001
--- shadow/1215.tmp.10122	Thu Jun 21 08:12:48 2001
***************
*** 1,19 ****
! Bug#: 1215
! Product: Ant
! Version: 1.3
! Platform: Sun
! OS/Version: Solaris
! Status: NEW   
! Resolution: 
! Severity: Blocker
! Priority: High
! Component: Core
! AssignedTo: ant-dev@jakarta.apache.org                            
! ReportedBy: bretttmw@hotmail.com               
! URL: 
! Cc: 
! Summary: Ant Assumes Apache User ID With No Permissions
! 
  Hello,
  
  Task:  Create Web-based Deployment System using Ant
--- 1,19 ----
! +============================================================================+
! | Ant Assumes Apache User ID With No Permissions                             |
! +----------------------------------------------------------------------------+
! |        Bug #: 1215                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: INVALID                    Platform: Sun                     |
! |     Severity: Blocker                  OS/Version: Solaris                 |
! |     Priority: High                      Component: Core                    |
! +----------------------------------------------------------------------------+
! |  Assigned To: ant-dev@jakarta.apache.org                                   |
! |  Reported By: bretttmw@hotmail.com                                         |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  Hello,
  
  Task:  Create Web-based Deployment System using Ant
***************
*** 46,48 ****
--- 46,52 ----
  ------- Additional Comments From bodewig@apache.org  2001-05-03 04:30 -------
  How does your Perl script invoke Ant?  Seems as if the user nobody is running
  the JVM, not root.
+ 
+ ------- Additional Comments From bodewig@apache.org  2001-06-21 08:12 -------
+ As a Java program Ant has no control over the user id - it is the same the JVM
+ uses and this is out of Ant's scope.
\ No newline at end of file