Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Scout development(How to develop scout plugins)
Scout development [message #770520] Sat, 24 December 2011 14:18 Go to next message
Bertin Kiekebosch is currently offline Bertin KiekeboschFriend
Messages: 330
Registered: August 2011
Senior Member
Hi,

I like to experiment with the scout plug-ins. For example I want to try to create the planner field in SWT.

I have read the Scout/Contribution wiki page. http://wiki.eclipse.org/Scout/Contribution#Development_IDE_Configuration.

I still have some questions about it:

* What Eclipse version do I have to use to develop the scout plug-in. Is it a Eclipse RCP/RAP or do I have to use Eclipse Scout. (Stable release or Nightly build).
* How can I test my changes
* Is there more documentation on this.

Regards Bertin

Re: Scout development [message #772336 is a reply to message #770520] Thu, 29 December 2011 14:43 Go to previous message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 259
Registered: March 2010
Senior Member
Hi Bertin

First you have to decide which scout version you would like to enhance.

Do you want to fix a bug for the current stable release (Indigo)?

  1. Use any eclipse you like and install the scout plugins via updatesite. Or make it easy and use the "Eclipse For Scout Developers" which already contains the scout plugins.
  2. Install an eclipse svn client (we use subversive) and checkout the scout sources from here: https://dev.eclipse.org/svnroot/technology/org.eclipse.scout/scout.rt/branches/2011-Jun


Do you want to fix a bug or create a new feature for the upcoming release 3.8 (Juno)?

  1. Use any eclipse you like and download and install the latest scout plugins via the nightly updatesite: http://download.eclipse.org/scout/nightly/update/
  2. Install an eclipse svn client (we use subversive) and checkout the scout sources from here: https://dev.eclipse.org/svnroot/technology/org.eclipse.scout/scout.rt/trunk
  3. If you checkout the svg plugins you will probably get compile errors. Either just don't check them out or install the missing apache batik plugins.


In both cases you will get compile errors regarding javax.mail and javax.jms. This is normal. To get rid of these errors you need to put the javax.mail and javax.jms jars into your jdk. For more information have a look at this forum post: http://www.eclipse.org/forums/index.php/m/647259/?srch=javax.mail#msg_647259

You can find a little more information aubout the scout releases here: http://www.eclipse.org/scout/downloads/

You only need to do all this if you want to create and submit a patch for scout sources. If you just want to create the planner field for your project you can simple do this in your project specific UI-plugin.

Cheers
Claudio
Previous Topic:Scout SWT UI improvement for Mac OS X
Next Topic:Table: Deleted Row (discarding, resuming)
Goto Forum:
  


Current Time: Wed Sep 18 20:24:24 GMT 2024

Powered by FUDForum. Page generated in 0.03684 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top