DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40858>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40858 Summary: Problem with inputstring property of exec task. It fails on windowsXP Product: Ant Version: 1.6.5 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] I've a problem in WindowsXP with exec task. I'm trying to make a database restore in postgreSQL, using the postgreSQL command pg_restore. When i do this, i'm requested for a password (the database user password), so i've put the password as an inputstring property. I think that we are having a synchronization problem between the exec task and the request of pg_restore, because the process hang up waiting without doing anything. This is the task i'm trying to run: <exec dir="." executable="pg_restore" inputstring="postgres"> <arg line="-i -h localhost -p 5432 -U postgres -v -d postgres -O fichero.dump" /> </exec> Thanks -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]