Eclipse antRunner command line build has wrong dependency build order
Posted
by Sam Jones
on Stack Overflow
See other posts from Stack Overflow
or by Sam Jones
Published on 2010-04-29T18:21:52Z
Indexed on
2010/04/29
18:27 UTC
Read the original article
Hit count: 344
My team's Eclipse RCP app builds fine from the Eclipse IDE. When I try to build it from the command line, using the antRunner application, it builds the plugins out of order -- a plugin builds before it's dependencies are built, and so can't resolve some of the needed classes.
Where should I look to fix this? As far as I can tell, the dependencies are set up correctly (a feature that depends on a plugin that depends on another plugin). I have my build.properties and folder structure set up as specified here. Is there anything else I should look at?
© Stack Overflow or respective owner