Ant - Run several servers on different terminals in build.xml
        Posted  
        
            by user209691
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user209691
        
        
        
        Published on 2010-05-07T03:26:51Z
        Indexed on 
            2010/05/07
            3:28 UTC
        
        
        Read the original article
        Hit count: 263
        
Hi, I want to write a buil.xml file that should open a new terminal for every client/server i want to use for testings.
How can i do that? i tried this code to run for example the 'ls' command on the newly created terminal. He created the terminal but doesn't run the cmd.
thanks.
© Stack Overflow or respective owner