RE: Run / Launch a java application with ANT

2009-08-03 Thread Redondo Gallardo, Raul Maria
Thank you very much, Jan, If I'm not wrong I must include the jmx4ant.jar library and after this, using the Mbean elements invoque to my own java application. Isn't it? In the way that not exist a way to check running java errors... Would be better to run a .bat file (I'm working with windows)

AW: Run / Launch a java application with ANT

2009-08-03 Thread Jan.Materne
You could start a java application with and use ist resultproperty-attribute for result values. For checking a running application you may use external JMX tasks. http://ant.apache.org/external.html But Ant is a build tool not designed for controlling running applications like eHealth or Nagio

Run / Launch a java application with ANT

2009-08-03 Thread Redondo Gallardo, Raul Maria
Hello, I'm new with ANT, I'm trying to write a script for do several things but I don't find help about run a java application and check the possible errors occurred during the execution. Is it possible to do this with ANT? How must I proceed? Exists any url or link with a manual about t

Re: Logon Locked Out

2009-08-03 Thread Eric Fetzer
The account was an ldap account rather than unix account. We just queried ldap. On Aug 3, 2009, at 2:06 PM, ray.har...@wachovia.com wrote: Hi Eric, Would you please share how you accomplished this? Thanks Ray Eric Fetzer 08/03/2009 03:31 PM Please respond to "Ant Users List"

Re: Logon Locked Out

2009-08-03 Thread ray . harper
Hi Eric, Would you please share how you accomplished this? Thanks Ray Eric Fetzer 08/03/2009 03:31 PM Please respond to "Ant Users List" To Ant Users List cc Subject Re: Logon Locked Out nm, found a way to do what I need to do using .

Re: Logon Locked Out

2009-08-03 Thread Eric Fetzer
nm, found a way to do what I need to do using . From: Eric Fetzer To: Ant Users 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 usin

Logon Locked Out

2009-08-03 Thread Eric Fetzer
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 lock