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=41895>. 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=41895 Summary: exec input="inpfile" doesn't work Product: Ant Version: 1.7.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: blocker Priority: P2 Component: Core AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Example: The input file passw is not read. The same problem occurs by the inputstring="abcde". used java 1.6.0 <!-- create RSA private key for the root certificate --> <exec executable="openssl.exe" input="${param2}/passw" timeout="3000" failonerror="true"> <arg value="genrsa"/> <arg value="-des3"/> <arg value="-out"/> <arg value="${param2}/${param1}.key"/> <arg value="-rand"/> <arg value="${param2}/.rand"/> <arg value="1024"/> </exec> -- 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]