Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] M5 regression problem

For #2, I checked the .log file, there is no such file anymore! (or does the log file changed location?) I remember previously no matter there is exception or not, there will always have something written into the log file about the starting time and parameter, but now I even can't find the .log file.

Also, I tried to reimport my project in a clean M5, then in the task list, there are warning for my plugin.xml file as:

Cannot resolve plug-in dependency: org.apache.xerces.
Cannot resolve plug-in dependency: org.eclipse.core.resources.
...

I don't understand why this happen, it don't happen in M4.


jml


Randy Hudson wrote:

1. This feature will not be released in version 2.1 due to some outstanding issues. If you liked using it, I created a hack (see the newsgroup) that can be merged in M5 that re-enables this wrapping behavior, without the bugs that were in M4. One of the remaining issues was to *not* wrap text inside a <PRE> tag.
http://dev.eclipse.org/bugs/show_bug.cgi?id=27509

2. Check the .log file. It sounds like your plugin was disabled for some reason.




*jml <jml@xxxxxxxx>*
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

02/14/2003 11:40 PM
Please respond to platform-ui-dev

To: platform-ui-dev@xxxxxxxxxxx cc: Subject: [platform-ui-dev] M5 regression problem




I recently download M5 and replaced my M4 with it. With only two days of
using it, I am switch back to M4 -- there are a lot of regression problems!

1. Previously, when I type comments in the java editor, system will
automatically change to another line when I type too much in a line. I
think this is a good feature, but now it is gone in M5.

2. In M4, I can debug my plugin. But in M5, I don't know why, after I
start up the debugger, in the debugging workbench, I can't find any
trace of my plugin. After I switch back to M4, things work well again.


Don't know whether all this is related to how I do "upgrade" and
"downgrade". What I did is just unzip the file and override existing
file, so my workspace and runtime-workspace will not be replaced.

Thanks
jml

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev





Back to the top