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.

how to invoke ant via java

2005-01-19 Thread softgnostics k
Hi all, I am newbie to ant and have one query. My application has a new menu.This menu creates a build.xml Ant file. Now, when this menu is invoked, its action should call Ant build, so that the build.xml will do what is necessary. How can I do it? That is, how to call the Ant via java? Is there

how to invoke ant via java

2005-01-19 Thread softgnostics k
Hi all, I am newbie to ant and have one query. My application has a new menu.This menu creates a build.xml Ant file. Now, when this menu is invoked, its action should call Ant build, so that the build.xml will do what is necessary. How can I do it? That is, how to call the Ant via java? Is there