Re: Exec task not to show a console window under Windows

2007-01-25 Thread dperez
Hi Peter, It is a regular console Windows app. I've taken from http://sourceforge.net/project/shownotes.php?release_id=325693&group_id=23617 It is the xgettext exec that is creating the window - were did you get it from ? -- View this message in context: http://www.nabble.com/Exec-task-not-

Re: Exec task not to show a console window under Windows

2007-01-19 Thread Peter Reilly
It is the xgettext exec that is creating the window - were did you get it from ? Peter On 1/19/07, dperez <[EMAIL PROTECTED]> wrote: Hi Benjamin, Of course:

RE: Exec task not to show a console window under Windows

2007-01-19 Thread dperez
Hi Benjamin, Of course: This is in a loop where I call

RE: Exec task not to show a console window under Windows

2007-01-18 Thread Burgess, Benjamin
Could you show the portion of your build that makes the call now? Ben -Original Message- From: dperez [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2007 7:11 AM To: user@ant.apache.org Subject: Exec task not to show a console window under Windows Hi, I have an Ant build.xml sc