Running P2 Ant tasks outside Eclipse
问题 I got ant script running fine inside Eclipse Here is a piece of it : <p2.composite.repository failOnExists="true"> <repository location="file:/${basedir}/compRepo" name="Repository description goes here" /> <add> <repository location="http://url/Eclipse/repo/Galileo-3.5.1/" /> <repository location="http://another-url/Java/repo/4.0/" /> <repository location="${diag.location}" /> </add> </p2.composite.repository> But I would like Hudson CI server to be able to run it, but, no matter all the