Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 344515 - Include source feature & plugins in BPEL update site
Summary: Include source feature & plugins in BPEL update site
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPEL (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Robert Brodt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-02 19:54 EDT by Nick Boldt CLA
Modified: 2022-10-03 11:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Boldt CLA 2011-05-02 19:54:15 EDT
BPEL should include a source feature which wraps per-plugin source plugins. These should then be exposed on your update site.
Comment 1 Nick Boldt CLA 2011-05-02 19:59:44 EDT
Changed committed. I'll leave it to you to verify this gets published into the next nightly or weekly build.

[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.bpel.common.model ..................... SUCCESS [10.241s]
[INFO] org.eclipse.bpel.model ............................ SUCCESS [8.820s]
[INFO] org.eclipse.bpel.apache.ode.deploy.model .......... SUCCESS [1.345s]
[INFO] org.eclipse.bpel.common.ui ........................ SUCCESS [2.845s]
[INFO] org.eclipse.bpel.wsil.model ....................... SUCCESS [1.509s]
[INFO] org.eclipse.bpel.xpath10 .......................... SUCCESS [1.271s]
[INFO] org.eclipse.bpel.validator ........................ SUCCESS [3.355s]
[INFO] org.eclipse.bpel.ui ............................... SUCCESS [10.970s]
[INFO] org.eclipse.bpel.apache.ode.deploy.ui ............. SUCCESS [1.257s]
[INFO] org.eclipse.bpel.runtimes ......................... SUCCESS [1.193s]
[INFO] org.eclipse.bpel.apache.ode.runtime ............... SUCCESS [2.305s]
[INFO] bpel.plugins ...................................... SUCCESS [0.098s]
[INFO] org.eclipse.bpel.feature .......................... SUCCESS [0.901s]
[INFO] org.eclipse.bpel.source.feature ................... SUCCESS [0.414s]
[INFO] bpel.features ..................................... SUCCESS [0.007s]
[INFO] bpel.site ......................................... SUCCESS [6.711s]
[INFO] bpel.all .......................................... SUCCESS [0.143s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS

$ cd ~/org.eclipse.bpel/site/target/site; find . -name "*.source*"

./features/org.eclipse.bpel.source.feature_0.5.0.v20110502-1954-CI.jar
./plugins/org.eclipse.bpel.model.source_0.5.0.v20110502-1954-CI.jar
./plugins/org.eclipse.bpel.apache.ode.deploy.model.source_0.5.0.v20110502-1954-CI.jar
./plugins/org.eclipse.bpel.validator.source_0.5.0.v20110502-1954-CI.jar
./plugins/org.eclipse.bpel.xpath10.source_0.5.0.v20110502-1954-CI.jar
./plugins/org.eclipse.bpel.apache.ode.deploy.ui.source_0.5.0.v20110502-1954-CI.jar
./plugins/org.eclipse.bpel.apache.ode.runtime.source_0.5.0.v20110502-1954-CI.jar
./plugins/org.eclipse.bpel.common.model.source_0.5.0.v20110502-1954-CI.jar
./plugins/org.eclipse.bpel.ui.source_0.5.0.v20110502-1954-CI.jar
./plugins/org.eclipse.bpel.common.ui.source_0.5.0.v20110502-1954-CI.jar
./plugins/org.eclipse.bpel.wsil.model.source_0.5.0.v20110502-1954-CI.jar
./plugins/org.eclipse.bpel.runtimes.source_0.5.0.v20110502-1954-CI.jar
Comment 2 Nick Boldt CLA 2011-05-03 11:42:42 EDT
Also committed a couple tweaks to your parent pom to remove cruft you don't need, and added this to your job config to skip going outside eclipse.org for dependencies.

eclipse.p2.mirrors=false
Comment 3 Robert Brodt CLA 2011-06-10 10:44:17 EDT
Verified. Thanks Nick!