Of Thanh Ha wrote: > I opened bug 410753 [1] to inquire about a commit but didn't get a > response so I thought I'd ask here. I noticed in the Kepler stream an > antrun script was removed [2]. This script was used to download a copy of > the Eclipse Platform but was removed in the Kepler stream. I'd like to > understand if it's possible to port whatever work was necessary for this > back to Juno as well?
As far as I can see from the linked commit, the SDK is removed in one of the test bundles. So I would say that it is safe to assume that the SDK is only needed for the test execution as part of the Maven build. So, just try it out: Do the tests pass if executed via Maven? Do they fail after you have removed the ant call? Regards Tobias > [1] https://bugs.eclipse.org/410753 > [2] > http://git.eclipse.org/c/equinox/rt.equinox.p2.git/commit/?id=ac5a0fc4ac53 > fe300c6a74a013d2671988201f3c > > > Thanks, > > > Thanh _______________________________________________ p2-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/p2-dev
