Community
Participate
Working Groups
I wonder if it makes sense to allow running the builder without setting property dependenciesURLs. If it isn't set at all the build fails because of an invalid protocol.
Created attachment 140687 [details] patch The attached patch wraps the for loop into an if clause to only run if the property is set.
Created attachment 140688 [details] alternative patch This patch simply sets a default.
Comment on attachment 140687 [details] patch I noticed that this patch is to noisy because of line endings changes done by the Ant editor. I also think the alternative patch is a better way to go.
Well, you still need a base eclipse runtime from which to run the build, but sure, this patch is accepted.