Community
Participate
Working Groups
Build Identifier: I20110127-2034 This patch, for synchronization projects, allows users to sync and build across multiple remote locations. On project creation, the user specifies a single remote location, and two build configurations are created, one for the remote location and one for the local workspace. There is a new tab under "Project -> Properties -> C/C++ Build" called "Remote Location," which is used to set the remote location of build configurations. "Root Location" is where all files are stored and where synchronization occurs. "Build Subdirectory" is a subdirectory in which compilation occurs (where make is run). The user may create additional configurations for other remote (or even local) locations. Currently, managed build projects do not work properly. Also, all files are synchronized and shared across all configurations, including binary files. Future work will address these two issues. Reproducible: Always
Created attachment 194549 [details] Patch as described
I affirm that: 1) I have authored 100% of the contributed code, except for several bug fixes contributed by Roland Schulz during testing. 2) I have the right to donate the content to Eclipse. 3) I am donating the contribution under the Eclipse Public License. All source code has the Eclipse Foundation Copyright and License Notice included. [reply] [-] Comment 4
This patch doesn't apply cleanly for me.
Committed with the Remote Location Tab deactivated for now. Thanks John! (In reply to comment #3) > This patch doesn't apply cleanly for me. Odd. It did for me.