문제

Suppose I have a Java project in Eclipse called ProjectA. I have 50 other projects and I want a list of projects that have ProjectA as part of their build path.

How do I get such a list?

도움이 되었습니까?

해결책

One way is - from Eclipse menu > Search > File, do a search as per this screen

enter image description here

Or if you use Maven, do a search for 'ProjectA' in all pom.xml

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top