Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 287896

Summary: PSF file is broken
Product: [RT] RAP Reporter: Stephen McCants <smccants>
Component: DemoAssignee: Project Inbox <rap-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 1.3   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Stephen McCants CLA 2009-08-27 17:43:14 EDT
Build ID: 20090619-0625

Steps To Reproduce:
1. The documentation here:
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.rap.help/help/html/getting-started/examples.html
Refers to a PSF (Project Set File) for getting access to pieces of code for the examples.
2. Download the PSF (found here http://help.eclipse.org/ganymede/topic/org.eclipse.rap.help/help/html/advanced/servletbridge-anon.psf).
3. Importing the PSF doesn't work.  Tries at access a server named "anonymous".


More information:
This is the fixed version of the file:

<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
<provider id="org.eclipse.team.cvs.core.cvsnature">
<project reference="1.0,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.http.servletbridge,org.eclipse.equinox.http.servletbridge"/>
<project reference="1.0,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.servletbridge,org.eclipse.equinox.servletbridge"/>
<project reference="1.0,:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,org.eclipse.rap/org.eclipse.rap.demo.feature,org.eclipse.rap.demo.feature"/>
</provider>
</psf>


Note the "@" signs replacing the ":"s.
Comment 1 Stephen McCants CLA 2009-08-27 17:48:27 EDT
It seems the right PSF file is actually here:

http://www.eclipse.org/rap/resources/rap.psf

Looks like the link needs to be fixed in the documentation.
Comment 2 Stephen McCants CLA 2009-08-27 17:51:45 EDT
Nope... still not right.  Didn't check out org.eclipse.rap.demo.feature.
Comment 3 Benjamin Muskalla CLA 2009-09-10 11:58:12 EDT
Stephen, these are two seperate team project sets.
rap.psf is the project set for all RAP-related projects (RWT, JFace, Workbench, etc)
servletbridge-anon.psf is the project set for everything that is related to WAR deployment for RAP/Equinox

While you're right that the psf you mention is broken, it is the old version of the help (see url "ganymede"). The psf is broken because the projects moved to another home in the meantime (from eclipse to rt).
Please see http://help.eclipse.org/galileo/topic/org.eclipse.rap.help/help/html/advanced/deployment.html for the current help and the correct psf.
Sorry for the confusion.