[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.bpel-designer] Installing BPEL in Eclipse Ganymede withoutt creating a run configuration
|
Get the latest and greatest BPEL Designer code as described below
Switch to the CVS perspective by
clicking Window->Open Perspective->Other->CVS Repository Exploring.
10. Right-click in the ?CVS Repositories? View to add a new Repository
Location.
11. Fill the dialog as follows and click Finish.
Host = dev.eclipse.org
Repository Path = /cvsroot/technology
User = anonymous
Password = leave blank
Click Finish
Expand ?org.eclipse.bpel/plugins? under HEAD. Select the following plugins:
* org.eclipse.bpel.apache.ode.deploy.model
* org.eclipse.bpel.apache.ode.deploy.ui
* org.eclipse.bpel.apache.ode.runtime
* org.eclipse.bpel.common.model
* org.eclipse.bpel.common.ui
* org.eclipse.bpel.model
* org.eclipse.bpel.runtimes
* org.eclipse.bpel.ui
* org.eclipse.bpel.wsil.model
Right-click on the selection and select ?Check out?. Wait until the
checkout operation
has been finished.
Switch Back to the Java Perspective by selecting Window->Open Perspective-
Other->Java(default)
In case you?ll find some compile errors. Go to Window->Preferences->Java-
Compiler-> Errors/Warnings. Expand the ?Deprecated and restricted API?
section. Set the ?Forbidden reference (access rules)? to ?Warning?
(instead of
Error). Click OK, click ?Yes? on the rebuild dialog that appears.
Now your package Explorer View should show all the plug-ins, and no compile
errors should be there
1a. Jar the compiled files up. Files Should found at %ECLISPE_WORKSPACE%
1b. Alternatively, you can download the BPEL plugin Files from
http://www.miketech.net/bpel-designer.zip, unzip it and then copy the
compiled contents of the folders in %ECLISPE_WORKSPACE% to the
corresponding jar files (i.e. the ones from
http://www.miketech.net/bpel-designer.zip) using a tool like winrar e.g.
if you have org.eclipse.bpel.apache.ode.runtime_0.4.0.jar in the
downloaded zip, copy the contents from the folder corresponding folder in
%ECLIPSE_WORKSPACE%\org.eclipse.bpel.apache.ode.runtime to
org.eclipse.bpel.apache.ode.runtime_0.4.0.jar
Once you?ve finished either 1a or 1b, copy the new jar files and paste
them in %ECLIPSE_HOME%\plugins and restart Eclipse
Ganymede should now see the new plugins