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 have 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.
To clarify, the common
folder is added through svn:externals
. Does this need extra configurations in Eclipse?