You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Deepak Lalchandani <de...@gmail.com> on 2022/07/05 17:15:58 UTC

Build.xml failed in ANT

Hi Ant Mailing list,
                                 I have an issue with ant.

 Following is the error message below when build.xml has failed.

_______________________

Ant path is as below

_______________________

<copy toDir="${build_dir_war}${web_apps_property_destination}">
      <fileset dir="${web_apps_property_source}" includes="*.properties"/>
</copy>


#Properties-File
build_dir_war= MyProject/MyProject_WAR
# //DestinationProperties is the path below
web_apps_property_destination=//DestinationProperties

web_apps_property_source=\WEB-INF\\SourceProperties


After running build
BUILD FAILED

*D:\Work_Related_Documents\MyProject\WEB-INF\SourceProperties does not
exist.*


WEB-INF has messageResources.properties file which exists under WEB-INF
folder


Please advice.


Thanks and Regards,
Deepak Lalchandani