 |
Mobicents Eclipslee
Eclipslee is a Mobicents sub-project. It provides a set of Eclipse plug-ins that increase the development productivity when writing SLEE applications.
Getting Started
Where is the project home page?
The Eclipslee project is located at https://eclipslee.dev.java.net/
Obtaining the source code?
You can obtain the source code via CVS with a regular CVS client or using the CVS capabilities of eclipse.
Obtaining the project using eclipse
1. After starting Eclipse run:
File →New →Other →CVS →Checkout Projects from CVS
2. Fill the following forms:
3. By now you should have a new eclipslee project in eclipse:
Why my eclipse fails to connect to the CVS
If you are behind a proxy, it may be necessary to provide eclipse with your proxy settings.
Window → preferences → install/update → proxy settings
Building the binary plug-in
Alternative binary download
Deploying the plug-in
1. Download the binary distro from sf.net, e.g. mobicents-eclipslee-1.0b2.zip
2. Unzip the file
3. Copy the directory org.mobicents.eclipslee.servicecreation_1.0.5 to your $eclipse_home/plugins
4. Copy the jar file xerces.jar from ../mobicents.eclipslee.servicecreation_1.0.5/lib to ../mobicents.eclipslee.servicecreation_1.0.5 directory ( is up 1 level).
5. Delete the directory in $eclipse_home/configuration/org.eclipse.update and restart your eclipse
Testing the plug-in
You need to have the plug-in project imported to your eclipse has described in “Obtaining the project using eclipse”.
You must start a new run-time workbench.
1. Select “Run”:
2. Select “Run-time Workbench” → New
3. Select Run
Now there should be a new instance of eclipse running.
4. Creating a new Jain-SLEE project using the plug-in In the new eclipse workbench
Select File →New →Other →Jain SLEE Wizards →Jain SLEE Project.
Select the JAIN SLEE Project (The SBB Wizard is not yet functional)
5. Fill the form with your project name:
You should now have a brand new project for Jain SLEE
-- Main.ivelin - 21 Jun 2005
-- Pedro_Reis - 23 Jun 2005
|