Community
Participate
Working Groups
Build Identifier: I20100608-0911 I created a target defintion that only contains p2 repo. These repositories are zip files form Eclipse downloads. I want to store these repos together with my target definition in a version control system. Sharing my target with other developers this way however is a pain because the target definition file contains the absolute paths to the repositories. The repo locations are noted as JAR URLs which do not allow relative paths as far as I know. Target definitions should allow relative paths to p2 repositories. Reproducible: Always Steps to Reproduce: 1. Create a target definition file. 2. In the target editor click "Add..." and choose "Software Site". 3. Clear the field "Work with:". 4. Note the validation result "Location must be absolute".
The best workaround for this would be to use variables. You can set a variable for the workspace and then use a path relative to that. There is already a request to have a variable for "target definition location". *** This bug has been marked as a duplicate of bug 282254 ***