Community
Participate
Working Groups
One of the problems recently found in bug 303564 is that the "copy early" task "crashes" the script. And this isn't so much due to the "copy early" task, as it is we try and call an eclipse launcher, to run some secondary tasks, and there is no launcher where it thinks it should be, because there is no "basebuilder" installed (the standalone script skips the part of code where that normally happen). Easy enough to fix ... since we already have a task that (lazily) installs a basebuilder, if it is not already installed. <ant antfile="${wtp.builder.home}/scripts/build/runbuild.xml" target="getBaseBuilder" />
Approving my own bug, as important to get this in a downloadable build. I did test locally and worked as expected.