[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Problems after upgrade

If you run with these flags you'll capture extra output to the console, just in case:

  -consolelog -clean -debug -console -noexit

You can also use that to interact w/ the OSGi console, should you ever need to diagnose plugins that fail to load, etc.

FYI:

-noexit prevents the console from closing down w/o your explicit request (typing 'exit' or CTRL-C);
-console launches the OSGi console;
-consolelog ensures that everything captured in workspace/.metadata/.log is also routed to the local console where you ran ./eclipse or eclipse.exe;
-clean forces Eclipse to reload its plugin registry so it finds anything recently added / removed;
-debug provides more debug info in the console


Peter Hopfgartner wrote:
Too bad, while experimenting with the different workspaces I must have overwritten the original one, so I am not able to reproduce the problem any more. As far as I remember there were no exceptions thrown, simply indentation/autocompletion/error checking did not work.

Thank you,again.

Regards,

Peter


-- Nick Boldt :: Release Engineer, IBM Toronto Lab Eclipse Modeling :: http://www.eclipse.org/modeling http://wiki.eclipse.org/index.php/User:Nickb