Hi All,
I have added all common targets like (init,clean,getivy etc) in ./common/common.xml and added import file="${basedir}/common/common.xml" in build.xml.
When i build the project, its working fine.But, When i open build.xml in eclipse IDE , i see some "Red" marks underneath "targets" which has a dependency targets that are defined in common.xml. And when i do mouse over those Red marked targets, i see a message saying that "Target init does not exist in this project"
Can some one help me to figure it out.
thanks in advance.
--angrezy
Additional Information: "common" folder is added through svn:externals. Does this need extra configurations in eclipse.