When I tried to compile build.xml file, below error is hitting:
BUILD FAILED
C:\\Users\\workspace\\testrepo\\src\\build.xml:36: Comp
To see compiled error in log use below given command:
d:\yourdirectory of checkout>ant clean deploy>log.txt
It will create a complete log in your check out directory. So now you can check actual errors there.