https://bz.apache.org/bugzilla/show_bug.cgi?id=67340
Bug ID: 67340 Summary: errorproperty getting set eventhough db import is successful Product: Ant Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Core tasks Assignee: notifications@ant.apache.org Reporter: ravinpatil2...@gmail.com Target Milestone: --- Created attachment 39005 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39005&action=edit DB import log I am importing oracle database using command impdp, even though db import is successfully, console output is getting set in errorproperty, on successful execution or on no error ,errorproperty should be empty or should not be set but only for impdp command is behaving strange ,my outproperty is coming as empty db log is completely getting set in errorproperty here is my exec Task <exec executable="cmd" failonerror="false" errorproperty="errorproperty" outputproperty="outpropertycmd" output="@{directory}\\stdOutput\\@{filePrefix}_Output.log"> <arg value="/c"/> <arg value="@{command}"/> </exec> and this is my db import command which i am passing to this task system/*****@XE schemas=M1 directory=IMPORT_ASIS_DB_DUMP_DIR DUMPFILE=DUMP_TRE.DMP logfile=asis_db_import_log.log -- You are receiving this mail because: You are the assignee for the bug.