Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » strange behavior (bug, bugs)
strange behavior (bug, bugs) [message #53251] Thu, 29 May 2003 02:37 Go to next message
Eclipse UserFriend
Originally posted by: d44004.centrum.cz

Hello,

I just want to share some concerns about a strange behavior of the Eclipse
2.1 with all of you:

running Win2K, JRE 1.4.1, Eclipse 2.1 does the following:

1. Unbelieveble faulty formatting of the Help system -> every time the
help window loses the focus, the text gets sort of "shrinked" -> very
annoying, can't read, must post a lot of messages to newsgroups..:-)

2. Plugin development perspective/plugin.xml editor -> each time I perform
some operation (add a dependency) and Save it, the project properties
regarding the source folders get reset (so I have to manually add all the
source folders to the project again and again).

Do you have the same experience?

mh
Re: strange behavior (bug, bugs) [message #53945 is a reply to message #53251] Thu, 29 May 2003 09:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

>
> 2. Plugin development perspective/plugin.xml editor -> each time I perform
> some operation (add a dependency) and Save it, the project properties
> regarding the source folders get reset (so I have to manually add all the
> source folders to the project again and again).

Make sure your build.properties file is correct in specifying the
correct source folder path for each library in the plugin.xml. If that
isn't specified correctly the class path gets messed up.

e.g.

<library name="runtime/myruntime.jar">
<export name="*"/>
</library>

you need to have in the build.properties an entry like:

source.runtime/myruntime.jar = mysourcefolderforthisjar/

Where "source." is exactly as shown, "runtime/myruntime.jar" matches
exactly the name="..." in the plugin.xml and "mysourcefolderforthisjar"
is the source folder where you have the source for this jar.

--
Thanks, Rich Kulp

Re: strange behavior (bug, bugs) [message #53971 is a reply to message #53251] Thu, 29 May 2003 10:53 Go to previous message
Eclipse UserFriend
> 1. Unbelieveble faulty formatting of the Help system -> every time the
> help window loses the focus, the text gets sort of "shrinked" -> very
> annoying, can't read, must post a lot of messages to newsgroups..:-)

https://bugs.eclipse.org/bugs/show_bug.cgi?id=36022
Please upgrade Internet Explorer to at least version 5.5
Konrad Kolosowski
Previous Topic:When reading mature code, I find that CVS annotate output helps
Next Topic:Printing line numbers
Goto Forum:
  


Current Time: Wed May 28 18:06:21 EDT 2025

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

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

Back to the top