Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » New scout plugin and settings(Bug 400541)
New scout plugin and settings [message #1010812] Mon, 18 February 2013 09:31 Go to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Hi,

I am trying to create a new plugin: org.eclipse.scout.rt.testing.commons (see Bug 400541)

I have used testing.shared as template.

For the moment, I have pushed this for review on GitHub (*): Commit 13ccef4

I have the problem that the coding convention (Java style) seems to be ignored.
I have added in .projet:
	<linkedResources>
		<link>
			<name>.settings/de.loskutov.anyedit.AnyEditTools.prefs</name>
			<type>1</type>
			<locationURI>PARENT-1-PROJECT_LOC/org.eclipse.scout.rt-feature/.settings/de.loskutov.anyedit.AnyEditTools.prefs</locationURI>
		</link>
		<!--other links tags -->
	</ linkedResources >


What should I do make this settings work? (I assume the coding guidelines are in org.eclipse.jdt.core.prefs, but my eclipse seems to ignore it).

(*) I am using GitHub, because I am waiting for Gerrit here.

[Updated on: Mon, 18 February 2013 09:38]

Report message to a moderator

Re: New scout plugin and settings [message #1013859 is a reply to message #1010812] Sun, 24 February 2013 14:24 Go to previous messageGo to next message
Beat Schwarzentrub is currently offline Beat SchwarzentrubFriend
Messages: 205
Registered: November 2010
Senior Member
Jérémie,

I cannot think of a reason, why settings should be ignored for a single project only. Have you tried refreshing the resources (using the context menu, not the F5 hotkey, which sometimes does not work), closing/reopening the project and restarting the IDE? As a last resort, delete the project and re-create it...

Beat
Re: New scout plugin and settings [message #1013876 is a reply to message #1013859] Sun, 24 February 2013 15:25 Go to previous message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Yes, thanks a lot for your answers!

I have tried
* git checkout/reset (after having commited my changes)
* "close/open project" in Eclipse
* Update maven project (this also triegers some other wired changes)

Only restarting Eclipse seems to produce the expected behaviour.
Previous Topic:How to integrate the LDAPSecurityFilter with a scout application
Next Topic:How to extend the LoginDialog
Goto Forum:
  


Current Time: Thu Apr 25 00:56:15 GMT 2024

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

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

Back to the top