File tree Expand file tree Collapse file tree 2 files changed +0
-25
lines changed
eclipse.platform.releng.tychoeclipsebuilder Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change 2727
2828 <properties >
2929 <timestamp >${buildTimestamp}</timestamp >
30- <!--
31- Compare these doc locations with similar code in
32- ...tychoeclipsebuilder/eclipse/helper.xml around line 275
33- We don't, use ${env.AGGR_DIR} as we do there, in that post-production-build step,
34- since that'd make "local builds" harder for casual users.
35- Caution: using relative directories like can be fragile. There might be
36- a better way?
37- -->
38- <platform .doc.isv.javadoc>../../eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/doc.bin.log</platform .doc.isv.javadoc>
3930 </properties >
4031
4132 <!--
Original file line number Diff line number Diff line change 3939
4040 <antcall target =" generateEclipseIndex" />
4141
42- <!-- copy javadoc logs -->
4342 <echo message =" DEBUG: BUILD_FAILED: env.BUILD_FAILED: ${env.BUILD_FAILED}" />
44- <!-- copy javadoc logs: we use failonerror=false and quiet=true since if "build failed"
45- this files likely do not exist, and quiet=false (default) results in warnings being
46- logged to error log. This can be more distracting, than constructive. And, if the
47- files can not be created, for some reason, then that will cause a failure during main part of build.
48- -->
49- <copy
50- file =" ${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/jdtconvert.txt"
51- tofile =" ${buildDirectory}/compilelogs/jdt.doc.isv.schema.txt"
52- failonerror =" false"
53- quiet =" true" />
54- <copy
55- file =" ${AGGR_DIR}/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/pdeconvert.txt"
56- tofile =" ${buildDirectory}/compilelogs/pde.doc.user.schema.txt"
57- failonerror =" false"
58- quiet =" true" />
5943 <echo message =" [DEBUG] Eclipse helper.xml publish ending normally" />
6044 </target >
6145
You can’t perform that action at this time.
0 commit comments