xiajunshi.wordpress.com
two ways to get stack trace — WTP | WTP - Open Source
https://xiajunshi.wordpress.com/2009/03/31/two-ways-to-get-stack-trace-wtp
WTP – Open Source. Welcome to my blog and give the suggestion – Xia Jun Shi. Two ways to get stack trace — WTP. Ways to get the stack trace:. 1 Set some break points on the source code. run it in debug mode. Once the break point was hit, right click Thread then click copy stack, then paste on any editor (such as notepad);. 2 If there are some exception when running WTP, then go to Window- Show View - Other - General - Error log, then go the Error log view and double click any the error. From your own site.
xiajunshi.wordpress.com
The package which I checked out-bug137822 | WTP - Open Source
https://xiajunshi.wordpress.com/2009/03/27/the-package-which-i-checked-out-bug137822
WTP – Open Source. Welcome to my blog and give the suggestion – Xia Jun Shi. The package which I checked out-bug137822. I checked out several packages for bug 137822:. Orgeclipse.jst.server.tomcat.core,. Orgeclipse.wst.server.core,. Orgeclipse.wst.server.ui. I think it’s a good start to reproduce them and take a look my stack trace first. I hope we can fix this bug together. This entry was posted on Friday, March 27th, 2009 at 7:24 pm and is filed under Open Source. Feed You can leave a response.
xiajunshi.wordpress.com
bug244862_deleteserver2 | WTP - Open Source
https://xiajunshi.wordpress.com/2009/04/12/stack-trace-for-bug-244862/bug244862_deleteserver2
WTP – Open Source. Welcome to my blog and give the suggestion – Xia Jun Shi. Stack Traces for Bug 244862 – WTP. Raquo; bug244862 deleteserver2. Delete the server project from package explore. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Google account. ( Log Out.
xiajunshi.wordpress.com
A little progress – bug 137822 | WTP - Open Source
https://xiajunshi.wordpress.com/2009/04/03/a-little-progress-bug-137822
WTP – Open Source. Welcome to my blog and give the suggestion – Xia Jun Shi. A little progress – bug 137822. Today I add following code to the line 132 of org.eclipse.server.ui.ServerLaunchConfigurationTab(), then I am able to get the arguments and run the server without exception. Server2.getLaunchConfiguration(true, null);. However, there are two Apach Servers created when I click the new once. This entry was posted on Friday, April 3rd, 2009 at 4:38 am and is filed under Open Source. From your own site.
xiajunshi.wordpress.com
bug244862_deleteserver3 | WTP - Open Source
https://xiajunshi.wordpress.com/2009/04/12/stack-trace-for-bug-244862/bug244862_deleteserver3
WTP – Open Source. Welcome to my blog and give the suggestion – Xia Jun Shi. Stack Traces for Bug 244862 – WTP. Raquo; bug244862 deleteserver3. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. Notify me of new comments via email.
kvuhome.blogspot.com
Kevin Vu: August 2009
http://kvuhome.blogspot.com/2009_08_01_archive.html
Proposing solution to bug 149993. 7:33 AM / Comments (3). According to Tim deBeur. The best solution to fix this bug would be: to make the first dialog remembers the choice and default to the second dialog since merging 2 dialogs would be inefficient because they have different options. Bug 149993: Breakpoint dialog code location. 7:27 AM / Comments (1). I found the source code that creates the breakpoint dialog:. Code location for bug: 244862. 7:07 AM / Comments (0). Eclipse WTP version 3.2M1b Stable.
kvuhome.blogspot.com
Kevin Vu: January 2009
http://kvuhome.blogspot.com/2009_01_01_archive.html
A way to keep track of blogs I'm interested in. 8:58 AM / Comments (3). There are many free and good RSS Reader out there such as NewszCrawler, FeedDemon, Bloglines, etc. ( more . But I like Google Reader. It has a simple, clean interface, easy to manage and the best part is I can just use my existing gmail account to login and don't have to register a new account for a new service. 1 Login to Google Reader: http:/ reader.google.com. 2 Click on Add A Subscription. On the left panel - Paste. 8 WTP prompt ...
kvuhome.blogspot.com
Kevin Vu: Reproducing Bug#: 244862
http://kvuhome.blogspot.com/2009/06/reproducing-bug-244862.html
11:02 PM / Comments (2). Follow up with Tehereh's discoveries. The bug is reproduced successfully:. CASE 1: Deleting a server project doesn't call stop server. Step1: Create a server project. Step2: Start the server. Step3: Delete the server project. Step4: Create a new server project (Repeat step 1). Step5: Start the new server. Deleting a server project should call stop server. CASE 2: Closing a server project doesn't call stop server. Step 1: Create a new server project. Step 2: Start the server.
xiajunshi.wordpress.com
How does “Run as->Run configurations” work | WTP - Open Source
https://xiajunshi.wordpress.com/2009/04/06/how-does-run-run-configurations-work
WTP – Open Source. Welcome to my blog and give the suggestion – Xia Jun Shi. How does “Run as- Run configurations” work. As I tried to investigate the bug 137822 which is related to the server configuration, I got some idea about how the server configuration works. Anyway I posted some of my findings so that some other students may get some help from my findings to fix some other server related bugs (there are still some server-related bugs need to be fixed in the bug list.). This entry was posted on Mon...