| Summary: | samples/examples javadoc build is broken | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | David Williams <david_williams> |
| Component: | Releng | Assignee: | David Williams <david_williams> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | daniel_megert |
| Version: | 4.2 | ||
| Target Milestone: | 4.3 M4 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
David Williams
I tried adding verbose="true" to the copy task, but that didn't help (during a test build, I just did) ... and then read in ant manual, it list each file copied, so ... if it doesn't copy any, still doesn't tell you what it was trying to copying.
I'm going to add an explicit echo for ${basedir} and at same time try restoring that target back to its "original" form (the way I first saw it, with ".."; one up from ${basedir} and no "variable names") and trying a "test build" (build machine only, no tagging).
That seemed to do it. Putting that task back the way it was restored "58 files copied" in log, in my test build. Could still be other "doc problems", but this fix will in 12/12 8 AM I-build.
examplesDocCopy:
[echo] Copying examples docs to samples. Current basedir: /opt/public/eclipse/eclipse4N/build/supportDir/src/plugins/org.eclipse.platform.doc.isv
[copy] Copying 58 files to /opt/public/eclipse/eclipse4N/build/supportDir/src/plugins/org.eclipse.platform.doc.isv/samples
BTW, I've "back ported" this same change to 3.8 and 4.2 streams (didn't cleanly cherry pick, for some reason). Verified in I20121212-2000. |