Open main menu

CDOT Wiki β

Changes

WTP-bug227760

139 bytes added, 00:32, 6 April 2009
no edit summary
Eclipse Bug #227760 is a normal classification bug, that deals with WTP Server tools. The basic problem of the bug, is that the save dialogue is replication twice when a user clicks "No", when starting a server. Basically, if someone tries to start a server in eclipse, and there is an unsaved file in the work area, it prompts the user to save the file before running the server. If the user selects either "yes" or "cancel", normal behaviour occurs, but if the user selects "no", the exact save dialogue is repeated. If the user selects "no" again the second time, then normal behaviour resumes.
 
== Project Leader(s) ==
[[http://zenit.senecac.on.ca/wiki/index.php/User:Nkhan26 Nabeel Khan]]
== Project Contributor(s) ==
Name(s) of people casually working [http://zenit.senecac.on the project, or who have contributed significant help. Include links to personal pages within ca/wiki/index.php/User:Lyang42 Le Yang] NOTE[http: only Project Leader(s) should add names here//zenit.senecac.on.ca/wiki/index. You '''can’t''' add your own name to the Contributor listphp/User:Khanh.Vu Khanh Vu]
== Project Details ==
Provides more depth than The save resource dialogue is called upon twice: once in the Project DescriptionStartAction. This is java file in the place for technical discussions"org.eclipse.wst.server.ui.internal.view.servers” package, project specsand in the SaveScopeResourceHandler.java file in the "org.eclipse.debug.internal.ui" package. For more details on these, or other detailsplease check out the [http://opensourceproject.wordpress. If this gets very long, you might consider breaking com/ blog regarding this part into multiple pages and linking to thembug].
== Project News ==
This is where your regular updates will go. In Originally, trying to link these you should discuss the status or your worktwo very different packages, your interactions with other members of the community (e.gwas difficult.However, Seneca and Mozilla)Le Yang created a solution for a very similar blog, problems you have encountered, etcwhich was detailed [http://wb-os.blogspotPut detailed technical information into the Project Details page (com/2009/04/fixed-bug-240698-part-i.ehtml here]. The method being called in the "StartAction., update it as you go), and save this section for news about participation java" class is being replicated in the projectpre-launch class when start a server. This is the reason why the dialogue is prompted twice. Following the proposed solution seems to work the same for this bug.
1
edit