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