Re: Ant task to get port number

2005-03-16 Thread Yves Martin
softgnostics k <[EMAIL PROTECTED]> writes: > Hi, > I have an ant task to start jboss application server and it works > fine. what i want to do is to print a message of the port number on > which jboss is running. Is it possible to echo the port number using > ant. > > Thanks in advance. The ea

Ant task to get port number

2005-03-16 Thread softgnostics k
Hi, I have an ant task to start jboss application server and it works fine. what i want to do is to print a message of the port number on which jboss is running. Is it possible to echo the port number using ant. Thanks in advance.