nm, found a way to do what I need to do using <apply>.
________________________________ From: Eric Fetzer <[email protected]> To: Ant Users <[email protected]> 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
