Difference between revisions of "User:TerryChen"
Line 25: | Line 25: | ||
<li>Installed Chatzilla addon on FireFox</li> | <li>Installed Chatzilla addon on FireFox</li> | ||
</ul> | </ul> | ||
+ | <br/> | ||
<h4>Week 02</h4> | <h4>Week 02</h4> | ||
<ul> | <ul> | ||
Line 31: | Line 32: | ||
<li>Looked for bugs to fix on bugzilla</li> | <li>Looked for bugs to fix on bugzilla</li> | ||
</ul> | </ul> | ||
+ | <br/> | ||
<h4>Week 03</h4> | <h4>Week 03</h4> | ||
<ul> | <ul> | ||
Line 37: | Line 39: | ||
<li>Blog [http://t3rrychan.blogspot.com/2009_06_01_archive.html OSD 700 Project - Bug 245698]</li> | <li>Blog [http://t3rrychan.blogspot.com/2009_06_01_archive.html OSD 700 Project - Bug 245698]</li> | ||
</ul> | </ul> | ||
+ | </br> | ||
<h4>Week 04</h4> | <h4>Week 04</h4> | ||
<ul> | <ul> | ||
Line 42: | Line 45: | ||
<li>Followed the XML Schema Tutorial from [http://www.w3schools.com/Schema/default.asp w3c schools]</li> | <li>Followed the XML Schema Tutorial from [http://www.w3schools.com/Schema/default.asp w3c schools]</li> | ||
</ul> | </ul> | ||
+ | <br/> | ||
<h4>Week 05</h4> | <h4>Week 05</h4> | ||
<ul> | <ul> | ||
Line 47: | Line 51: | ||
<li>Blog [http://t3rrychan.blogspot.com/2009/07/cause-of-eclipse-wtp-bug-245698.html Cause of Bug245698]</li> | <li>Blog [http://t3rrychan.blogspot.com/2009/07/cause-of-eclipse-wtp-bug-245698.html Cause of Bug245698]</li> | ||
</ul> | </ul> | ||
+ | <br/> | ||
<h4>Week 06</h4> | <h4>Week 06</h4> | ||
<ul> | <ul> | ||
Line 54: | Line 59: | ||
<li>Checked out '''org.eclipse.wst.xml.ui'''</li> | <li>Checked out '''org.eclipse.wst.xml.ui'''</li> | ||
</ul> | </ul> | ||
+ | <br/> | ||
<h4>Week 07</h4> | <h4>Week 07</h4> | ||
<ul> | <ul> | ||
Line 62: | Line 68: | ||
<li>Checked '''createXMLDocument(IFile newFile, String xmlFileName)''' in '''NewXMLGenerator.java'''</li> | <li>Checked '''createXMLDocument(IFile newFile, String xmlFileName)''' in '''NewXMLGenerator.java'''</li> | ||
</ul> | </ul> | ||
+ | <br/> | ||
<h4>Study Week</h4> | <h4>Study Week</h4> |
Revision as of 18:32, 6 July 2009
- Name: Terry(Jiachang) Chen
- Program: CPAC
Contacts |
---|
- Email: jchen124@learn.senecac.on.ca
- Blog: http://t3rrychan.blogspot.com/
- IRC Nickname: TerryChan
Weekly Activities |
---|
Week 01
- Created my wiki account
- Created an account on bugzilla
- Opened my blog on blogspot.com
- Installed Chatzilla addon on FireFox
Week 02
- Downloaded and extract Eclipse RCP/Plug-in Developers
- Downloaded and extract Eclipse WTP3.1M7
- Looked for bugs to fix on bugzilla
Week 03
- Chose Bug 245698, Normal, P3
- Reproduced Bug 245698
- Blog OSD 700 Project - Bug 245698
</br>
Week 04
- Analyzed the errors of the XML file generated from web-jsptaglibrary_2_1.xsd
- Followed the XML Schema Tutorial from w3c schools
Week 05
- Found out the cause of Bug 245698
- Blog Cause of Bug245698
Week 06
- Checked out org.eclipse.wst.sse.core
- Checked out org.eclipse.wst.xml.core
- Checked out org.eclipse.wst.sse.ui
- Checked out org.eclipse.wst.xml.ui
Week 07
- Checked the code for New XML Wizard in org.eclipse.wst.xml.ui
org.eclipse.wst.xml.ui > src-wizards > org.eclipse.wst.xml.ui.internal.wizards >NewXMLWizard.java
org.eclipse.wst.xml.ui > src-wizards > org.eclipse.wst.xml.ui.internal.wizards >NewXMLGenerator.java