My main project build file(build.xml) is here(shot_1.jpg)
The other project file is here(shot_2.jpg),
In the second file where the javadoc doc says it depends on prepare
eclipse keeps telling me
"Target prepare doesn't exist in this project"
Actually this is just a snippet,in this case ja
I am trying to split up some targets and place them as seperate projects for
ease of use and include these in my main build.xml to make use of the
targets in these files(the included files).
I have this scenario,
Buid.xml has two targets build and Main_1
The default target build (in build.xml) d