RE: Switching to 'root' user

2007-02-14 Thread jason heddings
: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Wednesday, 14 February, 2007 11:34 To: Ant Users List Subject: RE: Switching to 'root' user What are you trying to accomplish as root? Running ant as root should probably not be necessary. There are probably only a few commands

RE: Switching to 'root' user

2007-02-14 Thread Anderson, Rob (Global Trade)
exec task to run sudo. -Rob Anderson > -Original Message- > From: jason heddings [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 14, 2007 9:15 AM > To: 'Ant Users List' > Subject: Switching to 'root' user > > Is it possible to run 'an

Switching to 'root' user

2007-02-14 Thread jason heddings
Is it possible to run 'ant' as a regular user, but in the build file change the process to run as 'root' instead? I could just prefix the ant command with 'sudo' but I'd like to try to accomplish this "behind the scenes" of our developers. Thanks, --jah ---