Hi Eric, Would you please share how you accomplished this?
Thanks Ray Eric Fetzer <elstonk...@yahoo.com> 08/03/2009 03:31 PM Please respond to "Ant Users List" <user@ant.apache.org> To Ant Users List <user@ant.apache.org> cc Subject Re: Logon Locked Out nm, found a way to do what I need to do using <apply>. ________________________________ From: Eric Fetzer <elstonk...@yahoo.com> To: Ant Users <user@ant.apache.org> Sent: Monday, August 3, 2009 12:55:23 PM Subject: Logon Locked Out I'm looking for a way in Ant to know whether a user is locked out or not. Part of my build runs a compile using a specific user. The team that owns this user is constantly locking out the user requiring us to reset it. I'd like to check upfront before getting into a build if this user is locked out or not, and if so, fail the build right off of the bat. Note that the build is being run on one machine and the user is on another (build in winders and user in unix). Thanks, Eric