tags:

views:

16

answers:

1

I have several Eclipse projects that depend on each other (no cycles). Is it possible to use ant4eclipse to automatically resolve and build dependencies (preferrably to a single output folder)?

+1  A: 

Yes. We do it.

You will need to use Team Projects to tell ant4eclipse about which projects are available.

Thorbjørn Ravn Andersen