CDV ❯ Eclipse Plugin: Add more descriptive version of dialog when the config file has errors?
-
New Feature
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
kkannaiy
-
Reporter: tgautier
-
July 30, 2007
-
0
-
Watchers: 0
-
February 12, 2013
-
September 17, 2007
Description
I had some config that marked a certain field transient - I then removed that transient from my code.
When I attempted to execute my code, I was treated to a dialog which informed me that there were errors in the config.xml. I would like to see a button called “Details »” that would give me more information on what exactly is wrong with the config file.
Comments
Gary Keim 2007-09-17
Kalai Kannaiyan 2007-10-01
Tested with rev 5744, it is working as expected.
Steps:
- Install Eclipse 3.3
- Install the eclispe plugin with rev 5744
- Create the jtable project
- Add the Terracotta nature
- Add the roots for model field
- Don’t add any instrumened classes
Expected: “Terracotta” Config Problem Dialog to be displayed. Actual: “Terracotta” Config Problem Dialog with Description, line location and checkbox with Always procedd even if there are config problems option are displayed.
- Go to project -> right click and select Properties
- In the Properties window, select the Terracotta Server
Actual: Warn about config problems before launching a Terracotta process and When the config changes, offer to restart running Terracotta processes options are checked.
A ConfigProblemsDialog is now displayed, showing a list of each of the problems. Selecting the problem in the list displays the relevant config element in the ConfigEditor’s XML page. There is a property to stop showing the dialog and an associated project property.