Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PTP/environment setup 80"

< PTP
(14 intermediate revisions by 3 users not shown)
Line 13: Line 13:
 
Please let us know (e.g. on ptp-dev mailing list) if these instructions need updating.
 
Please let us know (e.g. on ptp-dev mailing list) if these instructions need updating.
  
PTP 8.0 needs Java 1.6, Eclipse 4.4/Luna , CDT supported by Luna (8.?), and RSE 3.?
+
PTP 8.0 needs Java 1.6, Eclipse 4.3/Kepler (or Eclipse 4.4/Luna) , CDT supported by Luna (8.?), and RSE 3.?
  
 
* Download Eclipse 4.4 (Luna)  here: http://download.eclipse.org/eclipse/downloads/ "4.4 Stable Build" is a good choice. Then under "Eclipse SDK" select the platform and download the file.
 
* Download Eclipse 4.4 (Luna)  here: http://download.eclipse.org/eclipse/downloads/ "4.4 Stable Build" is a good choice. Then under "Eclipse SDK" select the platform and download the file.
** Developing on a 4.3/Kepler SDK might still probably work but we highly recommend using Luna so we know our code works there.
+
** Developing on a 4.3/Kepler SDK is still acceptable, perhaps preferred, at this early point in the Luna development (M1 as this is written).  Eventually we will recommend using Luna for development as well
** Eclipse 3.x version have not been tested and we do not develop on them.
+
** Eclipse 3.x versions have not been tested and we do not develop on them.
  
 
'''Install CDT, RSE, Git, etc. into Eclipse.'''
 
'''Install CDT, RSE, Git, etc. into Eclipse.'''
 
# In Eclipse, click Help > Install New Software...
 
# In Eclipse, click Help > Install New Software...
# In the "Work with:" combo box, choose  
+
# In the "Work with:" combo box, choose the repository to match your workbench, one of:
 
#*"Luna - http://download.eclipse.org/releases/luna"
 
#*"Luna - http://download.eclipse.org/releases/luna"
 +
#*"Kepler - http://download.eclipse.org/releases/kepler"
 
# Under "Collaboration"
 
# Under "Collaboration"
 
##''(Optional)'' Mylyn Task List, and Mylyn Tasks Connector: Bugzilla  to track PTP bugs via Mylyn within Eclipse workbench
 
##''(Optional)'' Mylyn Task List, and Mylyn Tasks Connector: Bugzilla  to track PTP bugs via Mylyn within Eclipse workbench
Line 45: Line 46:
  
 
# Download the PTP master archive of the previous major release of PTP.  This will be a file named ptp-master-xxx.zip.
 
# Download the PTP master archive of the previous major release of PTP.  This will be a file named ptp-master-xxx.zip.
#* After June 2014 Luna release it will be PTP 8.0.0: ptp-master-8.0.0-xxx.zip found on http://download.eclipse.org/tools/ptp/builds/8.0.0/
+
#* For PTP Luna, the previous major release (Kepler) that is before Luna is 7.0.0: ptp-master-7.0.0.xxx.zip found on http://download.eclipse.org/tools/ptp/builds/7.0.0/
#* After June 2013 Kepler release it will be PTP 7.0.0: ptp-master-7.0.0-xxx.zip found on http://download.eclipse.org/tools/ptp/builds/7.0.0/
+
# Unzip it into some directory (e.g. ptp-baseline-7.0.0)  
# Unzip it into some directory (e.g. ptp-baseline-8.0.0)  
+
 
# Open the Eclipse workbench preferences dialog.  (On Windows or Linux, click Window > Preferences; on Mac OS X, click Eclipse > Preferences)
 
# Open the Eclipse workbench preferences dialog.  (On Windows or Linux, click Window > Preferences; on Mac OS X, click Eclipse > Preferences)
 
# Expand the "Plug-in Development" category, and choose "API Baselines"
 
# Expand the "Plug-in Development" category, and choose "API Baselines"
Line 55: Line 55:
 
== Checking out PTP projects with Git ==
 
== Checking out PTP projects with Git ==
  
 +
The following repositories are part of PTP:
 +
 +
* org.eclipse.ptp.git (required)
 +
* org.eclipse.remote.git (required)
 +
* org.eclipse.photran.git (optional, only if you want to build Photran)
 +
* org.eclipse.ptp.master.git (optional, only if you are building PTP packages)
 +
* org.eclipse.ptp.doc.git (optional, only if you want additional PTP documents)
 +
 +
Import the repositories you want to work on:
 
#File&gt;Import ... then use the 'Git&gt;Projects from Git' import wizard.  
 
#File&gt;Import ... then use the 'Git&gt;Projects from Git' import wizard.  
 
#Select "URI" and click Next &gt;  
 
#Select "URI" and click Next &gt;  
Line 116: Line 125:
 
*If you are working on the ptp_8_0 branch (or other branches)  
 
*If you are working on the ptp_8_0 branch (or other branches)  
 
**Do the same thing, but use key '''branch.ptp_X_Y.rebase'''
 
**Do the same thing, but use key '''branch.ptp_X_Y.rebase'''
 +
 +
== Applying patches from Bugzilla ==
 +
* Via patch in bugzilla
 +
** Need to document how to properly ''create'' a patch in Git patch format.
 +
**Determine the URL of the GIT patch within the bugzilla bug. (Under attachments, on bugzilla web page for the bug, obtain URL of the patch you wish to apply. E.g. right mouse, copy link...depending on your browser)
 +
**Rightmouse on a project in Project Explorer, Team > Apply Patch. Enter the URL of the patch.  Apply as a patch to the workspace root. You may have to remove one or more 'leading segments' to make the project end up at the proper level within your workspace file structure.
 +
* Via patch within Mylyn bugzilla task
 +
** TBD
  
 
== Build internal PTP parts ==
 
== Build internal PTP parts ==
Line 124: Line 141:
 
=== Obtaining sdm runtime binary for debugger ===
 
=== Obtaining sdm runtime binary for debugger ===
  
'''This is no longer necessary in most cases.  PTP 8.0 moves a pre-built sdm to the remote host automatically, for most platforms.'''
+
'''This is no longer necessary in most cases.  Since version 7.0.x, PTP  moves a pre-built sdm to the remote host automatically, for most platforms.'''
 
Need to check to see if we need to do something for dev workspace launching, though.
 
Need to check to see if we need to do something for dev workspace launching, though.
  
Line 156: Line 173:
 
** Team > Switch to > New Branch...  and for Source Ref, choose the new remote branch
 
** Team > Switch to > New Branch...  and for Source Ref, choose the new remote branch
  
== Committing to remote repository ==
+
== Committing to remote Git repository ==
There are two steps to getting code changes in the remote repository at git.eclipse.org: commit then push.  (This was a single '''commit''' step in CVS.  Eclipse Luna's EGit allows this in a single step via a "Commit and Push" button as well.)
+
There are two steps to getting code changes in the remote repository at git.eclipse.org: commit then push.  (This was a single '''commit''' step in CVS.  Eclipse's EGit allows this in a single step via a "Commit and Push" button as well.)
 
# '''Pull''' to get the latest changes and prevent errors when you push
 
# '''Pull''' to get the latest changes and prevent errors when you push
 
#* right-click on any project in the repository and use '''Team&gt;Pull'''  
 
#* right-click on any project in the repository and use '''Team&gt;Pull'''  

Revision as of 13:54, 15 January 2014

Setup for development of PTP 8.0

This is applicable to Luna development for PTP.

  • Luna-based development (June 2014 PTP 8.0.x) is on the ptp git repo master branch
  • Kepler-based development (June 2013 PTP 7.0.x) is on the ptp git repo ptp_7_0 branch
  • Juno-based development (June 2012 PTP 6.0.x) is on the ptp git repo ptp_6_0 branch

PTP now uses the git repository at dev.eclipse.org and the CVS repository is now locked for writing.

Git reference info: Links to Git info

These instructions describe using the master branch of the repository. Please let us know (e.g. on ptp-dev mailing list) if these instructions need updating.

PTP 8.0 needs Java 1.6, Eclipse 4.3/Kepler (or Eclipse 4.4/Luna) , CDT supported by Luna (8.?), and RSE 3.?

  • Download Eclipse 4.4 (Luna) here: http://download.eclipse.org/eclipse/downloads/ "4.4 Stable Build" is a good choice. Then under "Eclipse SDK" select the platform and download the file.
    • Developing on a 4.3/Kepler SDK is still acceptable, perhaps preferred, at this early point in the Luna development (M1 as this is written). Eventually we will recommend using Luna for development as well
    • Eclipse 3.x versions have not been tested and we do not develop on them.

Install CDT, RSE, Git, etc. into Eclipse.

  1. In Eclipse, click Help > Install New Software...
  2. In the "Work with:" combo box, choose the repository to match your workbench, one of:
  3. Under "Collaboration"
    1. (Optional) Mylyn Task List, and Mylyn Tasks Connector: Bugzilla to track PTP bugs via Mylyn within Eclipse workbench
  4. Under "General Purpose Tools", check
    1. (Optional) "Parallel Tools Platform" - while you will probably check out source to override this, having it installed in the workbench can avert later build problems.
    2. "Remote System Explorer End-User Runtime" (RSE)
  5. Under "Programming Languages", check all of the following:
    1. "C/C++ Development Tools SDK"
    2. "Fortran Development Tools (Photran)"
    3. "Unified Parallel C (UPC) Support" (this includes CDT's LR parser)
    4. "XL C/C++ Compiler Support"
  6. (Optional) Under "Web, XML, JavaEE...", check
    1. "Eclipse Web Developer Tools" (useful for editing HTML files)
    2. "Eclipse XML Editors and Tools" (this is useful for editing XML files, e.g. creating target system configurations)
  7. Click the "Next >" button, click the "Next >" button, select accept agreement radio button and click the "Finish" button to complete the installation. Restart Eclipse when prompted.

JAXB shouldn't be needed to install, JAXB is now part of the Java 1.6 libraries

Set an API baseline.

In these steps, you will download the previous release of PTP. Eclipse's API Tooling will compare the current API with the API from the previous release to check for breaking changes.

  1. Download the PTP master archive of the previous major release of PTP. This will be a file named ptp-master-xxx.zip.
  2. Unzip it into some directory (e.g. ptp-baseline-7.0.0)
  3. Open the Eclipse workbench preferences dialog. (On Windows or Linux, click Window > Preferences; on Mac OS X, click Eclipse > Preferences)
  4. Expand the "Plug-in Development" category, and choose "API Baselines"
  5. Click "Add Baseline..." In the dialog, enter "Default" for the name, choose the directory from step 2 for the location, click "Reset", and then click "Finish" to close the New API Baseline dialog.
  6. Click OK to close the Preferences dialog. (If a message dialog appears asking whether you want to perform a full build, click Yes.)

Checking out PTP projects with Git

The following repositories are part of PTP:

  • org.eclipse.ptp.git (required)
  • org.eclipse.remote.git (required)
  • org.eclipse.photran.git (optional, only if you want to build Photran)
  • org.eclipse.ptp.master.git (optional, only if you are building PTP packages)
  • org.eclipse.ptp.doc.git (optional, only if you want additional PTP documents)

Import the repositories you want to work on:

  1. File>Import ... then use the 'Git>Projects from Git' import wizard.
  2. Select "URI" and click Next >
  3. If you haven't yet cloned the repository to your machine:
    • Under Location: URI: enter the repository URI and click Next >:
    • Choose the branches you want to clone (usually ptp_8_0 and master==HEAD) and click Next >.
      • Note: all workspaces on your machine that talk to this local clone of the repository will all use the same branch at a time. You may want separate clones of the repo (one for each release/branch) for this reason. If so, the last page of the wizard lets you specify a different directory for this clone and you don't have to use same name as remote repo name for your directory. (Note: each clone can, and usually does, have multiple branches in it, so you can use one repo clone for working on multiple branches. But each time you switch between branches it may take a while and may have to rebuild everything, so most developers use multiple clones, each usually pointed at one branch apiece. So e.g. checking in files to ptp_8_0 and then merging with master can be done more quickly, working with the two different clones that don't need to switch themselves.)
        • One convention for this: Make two clones of the git repo, one for master (Mxxx-based work) and one for the ptp_8_0 branch (Luna 8.0.x-based work). You can put both branches in each clone.
          • One set of suggested names of the repos:
          1. Set of repos where 'master' is the (default) branch used - for Luna work (that is, name the repo to match the default branch -- or, just use the same name as the server repo)
            • org.eclipse.ptp-luna
            • org.eclipse.photran-luna
            • org.eclipse.ptp.master-luna (this is the aggregated build project for eclipse hudson build server. Most developers won't need to clone this.)
          2. Set of repos where 'ptp_8_0' is the (default) branch used - for Luna work
            • org.eclipse.ptp-luna
            • org.eclipse.photran-luna
            • org.eclipse.ptp.master-luna (this is non-gerrit, probably need to change for gerrit) (this is the aggregated build project for eclipse hudson build server. Most developers won't need to clone this.)
    • Click Next> to choose where you want the repository located locally. It can be anywhere. See suggested names above if you don't have a better idea.
      • Also choose what you want the default branch to be (if other than master)
    • Click Finish. The repository should be downloaded.
    • Once the repository has downloaded you should see it in the list. Select it.
  4. If you have already cloned the repository, and it isn't shown in the list (e.g. Clone done from another workspace)
    • Select Add... and add it.
    • You should now see it in the list. Select it.
  5. Click Next> then Next> again and you should see a list of all the projects.
  6. Select all of the projects except the following (omitting them is optional; you can also just close then later if you like, or just ignore errors), then click Finish. (The tests projects are unit tests for RDT; to compile and run them, you would need to check out the source code for CDT's unit testing projects and their dependencies. Omitting them just keeps confusing build errors out of your way.)
    • org.eclipse.ptp.rdt.core.tests
    • org.eclipse.ptp.rdt.ui.tests
    • org.eclipse.ptp.rdt.sync.rsync.core
    • org.eclipse.ptp.rdt.sync.rsync.ui

Repeat the steps to import another repository (e.g. Photran).

It is also necessary to set Git options to ensure that updates are done correctly.

ONCE ONLY: (Git settings are saved on disk, so shared across workspaces and Eclipse installations.)

  • Open Window>Preferences>Team>Git>Configuration
  • Select the "User Settings" tab
  • Click "Add Entry"
  • For "Key", enter branch.autosetuprebase
  • For "Value", enter always
  • Click "OK"

FOR EACH REPOSITORY YOU HAVE CLONED:

  • Open Window>Preferences>Team>Git>Configuration if it's not already open
  • Select the "Repository Settings" tab
  • Select the repository from the "Repository" dropdown
  • Click "Add Entry"
  • For "Key", enter branch.master.rebase
  • For "Value", enter true
  • Click "OK"
  • If you are working on the ptp_8_0 branch (or other branches)
    • Do the same thing, but use key branch.ptp_X_Y.rebase

Applying patches from Bugzilla

  • Via patch in bugzilla
    • Need to document how to properly create a patch in Git patch format.
    • Determine the URL of the GIT patch within the bugzilla bug. (Under attachments, on bugzilla web page for the bug, obtain URL of the patch you wish to apply. E.g. right mouse, copy link...depending on your browser)
    • Rightmouse on a project in Project Explorer, Team > Apply Patch. Enter the URL of the patch. Apply as a patch to the workspace root. You may have to remove one or more 'leading segments' to make the project end up at the proper level within your workspace file structure.
  • Via patch within Mylyn bugzilla task
    • TBD

Build internal PTP parts

Building LML Driver for system monitoring

The first time, or if changes occur in org.eclipse.ptp.lml.da.server:

  • In project org.eclipse.ptp.rm.lml.da.server, create a new lml-driver.tar by right clicking on build.xml and selecting Run As > Ant Build

Obtaining sdm runtime binary for debugger

This is no longer necessary in most cases. Since version 7.0.x, PTP moves a pre-built sdm to the remote host automatically, for most platforms. Need to check to see if we need to do something for dev workspace launching, though.

To locate the sdm runtime binary, use the ptp-sdm-*.zip package from here: http://download.eclipse.org/tools/ptp/builds/luna/nightly/ (The ptp-proxy-* package from previous releases is no longer needed).

Download the ptp-sdm-*.zip package. Unzip it and locate the pre-build sdm binary for your target platform (directory name matches platform). Move the pre-built sdm binary for your target platform to some location onto the remote target. This is the binary sdm you will need to locate from the debug launch dialog.

Updating

Updating existing projects

  • Right-click on a project and use Team>Pull - this updates the existing projects in your entire local repository, and the current branch in your workspace

Platform Git workflows wiki page has more detail here (including splitting Pull into its two actual steps of Fetch and Merge]

Note:

  • Make sure you have set branch.autosetuprebase=always and branch.<name>.rebase=true as described above
  • This causes a Pull (analogous to a 'cvs update') to do the following:
    • Fetch
    • Rebase (It undoes all local commits, fast-forwards the local version to the remote one, and then reapplies the local commits)
  • Otherwise a Pull only does a Fetch/Merge which causes a spaghetti like history

If new projects have been added to the repository,

  • Do an Import ... Git > Projects from Git, Next, Choose 'Local', Next, Choose your repository, Next, Next (leave default for 'Import existing projects' and working directory), and on the 'Import Projects' page you should see all the existing projects greyed out, since you already have them in your workspace; make sure all the new projects are checked and hit 'Finish'.

New Branches

  • If a new branch is added to the repo and you want to get the new branch into your local repo, do:
    • Team > Pull to get changes from remote repo (e.g. existence of the new branch) into your local repo
    • Team > Switch to > New Branch... and for Source Ref, choose the new remote branch

Committing to remote Git repository

There are two steps to getting code changes in the remote repository at git.eclipse.org: commit then push. (This was a single commit step in CVS. Eclipse's EGit allows this in a single step via a "Commit and Push" button as well.)

  1. Pull to get the latest changes and prevent errors when you push
    • right-click on any project in the repository and use Team>Pull
  2. Commit to your local repository - this can be on single files or groups/whole project
    • right-click on your project and use Team>Commit
    • If there is a associated bugzilla - copy and paste the bug number, for example, Bug 400832 (or [400832])- and the bug title or other description of the fix.
  3. Push to copy it to the remote repository - do it on project, e.g. from Project Explorer; all commits in your local repository (including other projects) get pushed up to git.eclipse.org
    • right-click on any project in the repository and use Team>Push to Upstream

Alternatively, you can

  1. Team>Pull (on any project in the repo) first to make sure you've updated, then
  2. Team>Commit and use the checkbox to 'Push the changes to upstream' at the bottom of the 'Commit Changes' dialog.

Platform Git workflows wiki page is helpful here.

Here are the steps:

  • If there is an associated bugzilla for the change, then assigned to yourself that is "take" the Bugzilla.
  • Checkout the branch you want to commit changes, for example local:master -> remote:master
  • If it is already checked out, Pull to make sure it is in sync
  • Make changes / Apply patch
  • Commit. Specify Bugzilla if available, and specify Author - contributor of the patch, and yourself as Committer.
  • Push.
    • If push failed, you may not be having latest version. Rerun pull.
  • If e.g. you need to commit to both branches ptp_8_0 and master, then commit to ptp_8_0 first then go to master and merge.
  • If there is an associated bugzilla for the change, then mark the Bugzilla RESOLVED - FIXED. Note: The bugzilla is marked verified/closed after the release.

In history view you should see

[master][origin/master][HEAD] Bug xxx - your fix

API baseline and code formatter


Copy Remote Tools Dstore server jar

If you are using Remote Tools ... you may see the error "Unable to locate payload "rdt-server.jar" in bundle "org.eclipse.ptp.rdt.server.dstore" " when you launch a runtime workspace and make a (purely) remote project.

So you must do the following (Until we can build rdt server jar here) ... From a PTP (end-user) installation, unzip eclipse/plugins/org.eclipse.ptp.rdt.server.dstore_xxx.jar into a directory. Then from the unzipped contents move rdt-server.jar to your development workspace project: org.eclipse.ptp.rdt.server.dstore

(This is the file that will be moved up to the remote host location when you create a remote project. Remote Tools installs this jar on the server automatically and starts it for you.)

If you don't, you will see the error popup "Unable to locate payload "rdt-server.jar" in bundle "org.eclipse.ptp.rdt.server.dstore"

Copy LML Driver tar file

If you are developing PTP from source in your development workspace and launching into a runtime workspace you also get a similar error to the one above:

"Unable to locate payload "lml-driver.tar" in bundle "org.eclipse.ptp.rm.lml.da.server""

TO fix this, see above section " building LML driver for system monitoring "

Launching a runtime workbench running the code you checked out into your workspace

  1. Run > Debug Configurations ...
  2. Double-click on 'Eclipse Application' - or click and click on the 'new' icon
  3. Defaults are probably ok to run with all the plugin projects in your workspace; hit 'Debug' in lower right corner


Compiling XML Schema (XSD) into Java classes using the JAXB compiler (xjc)

Should there be a need to alter the provided schemas for the JAXB Resource Manager (or any other such JAXB tooling), follow these steps to set up compilation:

  1. Download jaxb-ri (xjc); e.g., from JAXB Project (Note: Mac OS X already has xjc installed)
  2. Install it somewhere on your local machine
  3. In your project workspace, create an External Tools Configuration. The following is an example based on org.eclipse.ptp.rm.jaxb.core, which has the .xsd in the data directory:
    1. Location: {jaxb-ri directory}/bin/xjc.sh or /usr/bin/xjc
    2. Working Directory: ${workspace_loc:/org.eclipse.ptp.rm.jaxb.core}
    3. Arguments: data/resource_manager_type.xsd -p org.eclipse.ptp.rm.jaxb.core.data -d src

Each time you run this, all the source files generated from the schema will be overwritten.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.