Community
Participate
Working Groups
Build Identifier: 20110218-0911 I would like to know how to configure ant builder to a project particularly. I configure a project with ant builder and clean action to the target build-clean. And I try to configure another same project with this way but different build.xml. When I click project>clean, and I only choose either 1 project, but it will compile 2 project together. May I know how do I configure for clean action for particular project only? Reproducible: Always
It sounds like you have already got it configured per-project, perhaps the projects are related somehow, so building one causes the other to be built?
Yes, so any way to set the project particularly. I prefer for referring some example. Thanks for the advice
There is no way to separate the projects during a build in this manner. If the two projects are related such that one uses the other and one is cleaned they are both built - part of the a project being built means its Ant project builders get run as well. For example if you have project B that uses project A and you clean A, B is also built. Closing the bug, since there is no bug here.