Community
Participate
Working Groups
Build Identifier: I works under Windows XP, Eclipse Helios and RAP 1.3 When i try to use RAP WAR Deployment tool have some problem after “War Product Configuration” wizard complete : 1. in my case, wizard generate instead name eclipse.equinox.servletbridge_1.2.0.v20091026.jar strange name: .jar 2. respectively, when i try validate project i got message: “Library doesn’t exist at location .jar Missing library org.eclipse.equinox.servletbridge.jar” I try my project and demo RAP mail template with the same result. Reproducible: Always Steps to Reproduce: Steps to reproduce this erorrs: 1. Create new workspace; 2. New/Project/Plug-in Project, in wizard select RAP Mail Template 3. New/Other/Plug-in Development/War product Configuration, select RAP mail demo (step.2), "file name"- export, "use launch configuration" - RAP mail demo. finish 4. file export.warproduct see tab "Configuration", label "Libraries" 5. Press button "validate"
Created attachment 178309 [details] Eclipse target definition target definition
I had the same issue. When I went to Validate Bundles it could not find the library org.eclipse.equinox.servletbridge_xx.jar in the expected location. I worked around this by taking a copy of this jar from the runtime bundles into my project’s “lib” folder, and then removing and re-adding this in the WAR Product Configuration, and it then validated OK. I captured a screen shot which I will attach.
Created attachment 180678 [details] Screen Shot of Validation Problem
Same issue here. I tried David's workaround but wasn't able to get it to work. :(
(In reply to comment #4) > Same issue here. I tried David's workaround but wasn't able to get it to work. > :( The workaround worked fine for me. These are the steps: - create lib folder in your project - copy jar's from requiredbundles.zip to lib folder - go to your warproduct configuration - In section 'libraries' remove the library listed here - add libraries from the lib folder - validate