| Summary: | Autotools project checked out from CVS not configuring properly and build fails | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Jeff Johnston <jjohnstn> |
| Component: | Autotools | Assignee: | Jeff Johnston <jjohnstn> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Jeff Johnston
Problem occurs because build system starts build going before project is fully checked out. So, the first configuration fails and so does the build. When an subsequent attempt is made to build, the Autotools builder does not get called because there is an empty delta for the project and the Autotools builder has not specified to build-on-empty-delta. The only way to get around this is to change the project or to manually request a Reconfigure via the Project menu. The plugin.xml code has been changed to designate the Autotools builder to build-on-empty-delta. This fixes the Autotools side of the problem whereby one could not rebuild the project unless a Reconfigure Project is done. A simple build request after the failure will work now. Change will appear in the a future nightly build. |