Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » com.eclipse.rap.demo.feature->ConfigIniCreator Problem
com.eclipse.rap.demo.feature->ConfigIniCreator Problem [message #126508] Tue, 31 March 2009 09:02 Go to next message
Cho HyunJong is currently offline Cho HyunJongFriend
Messages: 106
Registered: July 2009
Location: korea
Senior Member

In the PlugIn com.eclise.rap.demo.feature Project has the flowing problems.

When you run the ConfigIniCreator Class will print a list of the Plugin.

But, Plugin JAR name if org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar si
generated as org.eclipse.equinox.preferences_3.2.201.R34x@start.

The original intent should be org.eclipse.equinox.preferences@start to
think.

PlugIn contains the name of two _.
(org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar)

This line ConfigIniCreate.class 51.
int underscorePos = fileName.lastIndexOf ( "_"); said.
int underscorePos = fileName.indexOf ( "_"); to Change?

If I'm wrong, let me know if you understand it.

Always, thanks for you help. Ivan
Re: com.eclipse.rap.demo.feature->ConfigIniCreator Problem [message #126533 is a reply to message #126508] Tue, 31 March 2009 10:19 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,

the org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar is a framework bundle
and it is skipped from the generation plugin start list. (see line 48).
Do you use the latest target platform 1.2M6? The osgi bundle there is
org.eclipse.osgi_3.5.0.v20090311-1300.jar.

Best,
Ivan

hangum wrote:
> In the PlugIn com.eclise.rap.demo.feature Project has the flowing
> problems.
>
> When you run the ConfigIniCreator Class will print a list of the Plugin.
>
> But, Plugin JAR name if org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
> si generated as org.eclipse.equinox.preferences_3.2.201.R34x@start.
>
> The original intent should be org.eclipse.equinox.preferences@start to
> think.
>
> PlugIn contains the name of two _.
> (org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar)
>
> This line ConfigIniCreate.class 51.
> int underscorePos = fileName.lastIndexOf ( "_"); said. int
> underscorePos = fileName.indexOf ( "_"); to Change?
>
> If I'm wrong, let me know if you understand it.
>
> Always, thanks for you help. Ivan
>
Re: com.eclipse.rap.demo.feature->ConfigIniCreator Problem [message #126545 is a reply to message #126533] Tue, 31 March 2009 11:37 Go to previous messageGo to next message
Cho HyunJong is currently offline Cho HyunJongFriend
Messages: 106
Registered: July 2009
Location: korea
Senior Member

First, I can use Eclipse 3.4.0, RAP 1.1.2.20090218-1359.

Second,
PlugIn name can use multiple under bar.
so,
int underscorePos = fileName.lastIndexOf( "_" );
change them.

I thinks so change the code.
Must be modified the ConfigIniCreator, regardless of RAP Version.

Sorry, English is not enough.
Ivan. Thanks.

development rap screen:
http://hangumkj.blogspot.com/2009/03/eclipse-rich-ajax-platf orm-bringing.html
Re: com.eclipse.rap.demo.feature->ConfigIniCreator Problem [message #126571 is a reply to message #126545] Tue, 31 March 2009 13:08 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
yes... In general you are right.

Best,
Ivan

hangum wrote:
> First, I can use Eclipse 3.4.0, RAP 1.1.2.20090218-1359.
>
> Second,
> PlugIn name can use multiple under bar.
> so, int underscorePos = fileName.lastIndexOf( "_" );
> change them.
>
> I thinks so change the code.
> Must be modified the ConfigIniCreator, regardless of RAP Version.
>
> Sorry, English is not enough.
> Ivan. Thanks.
>
> development rap screen:
> http://hangumkj.blogspot.com/2009/03/eclipse-rich-ajax-platf orm-bringing.html
>
>
>
>
Re: com.eclipse.rap.demo.feature->ConfigIniCreator Problem [message #126619 is a reply to message #126545] Tue, 31 March 2009 15:25 Go to previous message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
Hi,

there were some inconsistencies which got fixed in the meantime
(trimming the version number for example). You may want to check the
latest version in CVS of the ConfigIniCreator.

Cheers
Benny

hangum wrote:
> First, I can use Eclipse 3.4.0, RAP 1.1.2.20090218-1359.
>
> Second,
> PlugIn name can use multiple under bar.
> so, int underscorePos = fileName.lastIndexOf( "_" );
> change them.
>
> I thinks so change the code.
> Must be modified the ConfigIniCreator, regardless of RAP Version.
>
> Sorry, English is not enough.
> Ivan. Thanks.
>
> development rap screen:
> http://hangumkj.blogspot.com/2009/03/eclipse-rich-ajax-platf orm-bringing.html
>
>
>
>


--
Benjamin Muskalla | EclipseSource Karlsruhe
http://www.eclipsesource.com | http://twitter.com/eclipsesource
Previous Topic:Insert image makes background color disappears
Next Topic:Context menu in custom widget
Goto Forum:
  


Current Time: Tue Apr 16 04:14:43 GMT 2024

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

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

Back to the top