Skip to content
Snippets Groups Projects
Commit c2363117 authored by cbridgha's avatar cbridgha
Browse files

This commit was manufactured by cvs2svn to create tag 'v20041212_0440'.

parents 1309b574 88f3f28f
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,9 @@
color=#8080ff>the eclipse web tools platform project milestone
content</FONT></FONT></FONT></P>
</TD>
<TD width="40%"><IMG border="0" src="../../../images/Idea.jpg"
width="120" height="86"></TD>
<TD width="40%">
<IMG border="0" src="../../../images/Idea.jpg" width="120"
height="86"></TD>
</TR>
</TBODY>
</TABLE>
......@@ -297,6 +298,8 @@
<P><B>M2 Shutdown Testing to begin 12/10</B></P>
<ul>
<p>&lt;initial draft - still to be reviewed.&gt;</p>
<p>We'd like the community to stay aware of this date, so hopefully
we can have many people test it a few days, either to help execute
our test cases, or come up with some of your own. (Normally it would
......@@ -306,23 +309,13 @@
<li>12/10 Build Candidate for Milestone</li>
<ul>
<li>Code Complete</li>
<li>component test plans for <A href="../../jst/components.xml">JST</A>
and <A href="../../wst/components.xml">WST</A> complete</li>
<li>Top-to-Bottom mini-tutorials will be created will created for
testing (for example, see <A
href="../../testtutorials/M2/tutorial1/wtp-tutorial-I.html">WTP Tutorials-Building
and Running a Web Application</A>)</li>
<li>component test plans complete</li>
<li>Top-to-Bottom &quot;tutorials&quot; will created for testing</li>
<li>milestone plans updated, if appropriate, to accurately reflect
M2 content (e.g. if there's any &quot;early&quot; or
&quot;experimental&quot; function)</li>
<LI>exit criteria:</LI>
<ul>
<LI>High priority items working</LI>
<li>Fixed all priority 1 defects, and fix or answer all Blocker,
Critical, and Major defects</li>
<LI>All running unit tests passing</LI>
<LI>Plugin.xml PDE flagged errors eliminated</LI>
</ul>
<li>fix all priority 1 defects, and fix or answer all Blocker,
Critical, and Major defects before declaring milestone.</li>
</ul>
</UL>
</UL>
......
......@@ -8,14 +8,6 @@
</head>
<body>
<h1>Eclipse Web Tooling Platform Contribution - IBM</h1>
<p>
<strong>NOTE:
This initial contribution has been removed since it is out of date and no longer needed.
Please obtain WTP builds from the project <a href="http://download.eclipse.org/webtools/downloads/">download</a> page.
Although the following guide is obsolete, you may still find it of use in evaluating the WTP builds.
This guide will eventually be superceded by WTP tutorials.
</strong>
</p>
<h2>1.0 Introduction</h2>
<p>Welcome to IBM's contribution to the Eclipse Web Tooling Platform
(WTP). The purpose of this document is to guide you through initial
......@@ -52,7 +44,8 @@ Jave Edit Model SDK (shared with VE)</li>
<a href="http://java.sun.com/j2se/1.4.2/download.html">Sun 1.4.2 JRE</a>
</li>
</ul>
<p>Once you've unzipped/installed all of the above, download the ibm.zip
<p>Once you've unzipped/installed all of the above, download the <a
href="http://download.eclipse.org/webtools/downloads/initial-contributions/ibm.zip">ibm.zip</a>
and extract it. It contains an a copy of this "Getting Started" guide
and the com.ibm.wtp.sdk zip file. Unzip this SDK into the same location
as the above SDKs. The zip extracts with 'eclipse' as the root
......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Cp1252">
<meta http-equiv="Content-Style-Type" content="text/css">
<link href="theme/Master.css" rel="stylesheet" type="text/css">
<title>Getting Started.html</title>
</head>
<body>
<h1>Eclipse Web Tooling Platform Contribution - IBM</h1>
<h2>1.0 Introduction</h2>
<p>Welcome to IBM's contribution to the Eclipse Web Tooling Platform
(WTP). The purpose of this document is to guide you through initial
setup of the code including any prerequisites and a high level tour
through each of the components which are being contributed for
evaluation. Before starting, please take note of <a
href="#TermsAndConditions">Section 5, The Terms and Conditions</a> of
this contribution.</p>
<h2>2.0 Getting Started</h2>
<h3>2.1 Prerequisites</h3>
<p>Here are the prerequisites you need to download and extract to your
system:</p>
<ul>
<li><a
href="http://download.eclipse.org/downloads/drops/R-3.0-200406251208/eclipse-SDK-3.0-win32.zip">Eclipse
Release 3.0 SDK</a> </li>
<li><a
href="http://download.eclipse.org/tools/emf/downloads/drops/2.0/R200406280827/emf-sdo-SDK-2.0.0.zip">EMF
2.0.0 SDK</a> </li>
<li><a
href="http://download.eclipse.org/tools/gef/downloads/drops/R-3.0-200406251257/GEF-ALL-3.0.zip">GEF
3.0.0 SDK</a> </li>
<li><!-- Arthur Ryman 2004-09-29: Corrected broken link to JEM by copying zip to Web site -->
<!-- <a
href="http://download.eclipse.org/tools/ve/downloads/drops/I-I20040728-200407281256/JEM-SDK-I20040728.zip">JEM
SDK</a> --><a
href="JEM-SDK-I20040728.zip">JEM
SDK</a>
Jave Edit Model SDK (shared with VE)</li>
<li><a
href="http://download.eclipse.org/tools/emf/downloads/drops/2.0/R200406280827/xsd-SDK-2.0.0.zip">XSD
2.0.0 SDK</a> </li>
<li>1.4.2 JRE. We've focused most of our testing on Windows using the
<a href="http://java.sun.com/j2se/1.4.2/download.html">Sun 1.4.2 JRE</a>
</li>
</ul>
<p>Once you've unzipped/installed all of the above, download the <a
href="http://download.eclipse.org/webtools/downloads/initial-contributions/ibm.zip">ibm.zip</a>
and extract it. It contains an a copy of this "Getting Started" guide
and the com.ibm.wtp.sdk zip file. Unzip this SDK into the same location
as the above SDKs. The zip extracts with 'eclipse' as the root
directory.</p>
<h3>2.2 Launching Eclipse</h3>
<p>Note that if you installing into an existing Eclipse 3.0
environment, you'll need to launch eclipse with the -clean flag to
allow the environment to detect the new plugins. Subsequent launching
of eclipse won't require the -clean flag.</p>
<pre wrap="">eclipse -clean -vmargs -Xmx256m</pre>
<p>The VM arguments are required for indexing and java searching.</p>
<h2>3.0 Explore Various Components</h2>
<p>If you've made it thus far here's where the real fun begins! Walk
through the evaluation guides for the components that you're interested
in. Don't forget to provide feedback to us as described in <a
href="#Feedback">Section 4.0</a>.</p>
<ul>
<li><a href="evalGuides/DataToolsEval.html?p=1">Data Tools</a></li>
<li><a href="evalGuides/J2EEToolsEval.html?p=1">J2EE Tools</a></li>
<li><a href="evalGuides/ServerToolsEval.html?p=1">Server Tools</a></li>
<li><a href="evalGuides/SSEEval.html?p=1">Structured Source Editing</a></li>
<li><a href="evalGuides/TabbedPropertyEval.html?p=1">Tabbed Property
View</a></li>
<li><a href="evalGuides/XMLToolsEval.html?p=1">XML Tools</a></li>
<li><a href="evalGuides/WebServicesToolsEval.html?p=1">Web Services
Tools</a></li>
</ul>
<h2><a name="Feedback">4.0 Provide Feedback to Us</a></h2>
<p>We encourage development/design feed back on the <a
href="https://dev.eclipse.org/mailman/listinfo/wtp-dev">wtp-dev</a>
mailing list. You can subscribe to the list via <a
href="https://dev.eclipse.org/mailman/listinfo/wtp-dev">this link</a>.<br>
<br>
For usage questions, discussion of bugs, and strange behaviour please
post to the eclipse.webtools newsgroup. Information on the Web Tools
Platform newsgroup can be found <a
href="http://www.eclipse.org/newsgroups/index.html">here</a>.</p>
<h2><a name="TermsAndConditions">5.0 Terms and Conditions</a></h2>
<h3>5.1 Licensing</h3>
<p>IBM's Eclipse WTP SDK Contribution (the Content) is distributed
under the <a href="http://www.eclipse.org/legal/epl-v10.html">EPL</a>
and <a href="http://www.eclipse.org/legal/cpl-v10.html">CPL</a>. This
applies to all files distributed under this contribution. All
intellectual property remains under the ownership of IBM Corporation. </p>
<h3>5.1 Disclaimers</h3>
<p>The Content is provided as is for <b>evaluation purposes only</b>.
The Content can and will most likely change before appearing in the
Eclipse CVS repository. The APIs and packages will be reworked once the
contribution is accepted. The code has not been extensively tested and
should be considered a snapshot in time of ongoing development.</p>
</body>
</html>
File added
......@@ -7,14 +7,6 @@
</head>
<body>
<H1>Eclipse Web Tooling Platform Contribution - LOMBOZ</H1>
<p>
<strong>NOTE:
This initial contribution has been removed since it is out of date and no longer needed.
Please obtain WTP builds from the project <a href="http://download.eclipse.org/webtools/downloads/">download</a> page.
Although the following guide is obsolete, you may still find it of use in evaluating the WTP builds.
This guide will eventually be superceded by WTP tutorials.
</strong>
</p>
<H2>1.0 Introduction</H2>
<P>Welcome to Eteration's contribution to the Eclipse Web Tooling Platform
(WTP), ObjectWeb Lomboz. The purpose of this document is to guide you through
......
......@@ -103,15 +103,6 @@
such as Apache Tomcat. The component leads are Naci Dai and
Tim Deboer.
</p>
<ul>
<li>
<a href="components/server/milestone_plan.xml">Milestone Plan</a>
</li>
<li>
<a href="components/server/test_plan.xml">Test Plan</a>
</li>
</ul>
<h3>ws</h3>
<p>
......
......@@ -4,97 +4,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../default_style.css" type="text/css">
<title>Eclipse Web Tools Platform Project Charter</title>
<style type="text/css">
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
</style>
</head>
<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#551a8b" alink="#ff0000">
<div id="dhtmltooltip"></div>
<script type="text/javascript">
/***********************************************
* Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
var offsetxpoint=-60 //Customize x offset of tooltip
var offsetypoint=20 //Customize y offset of tooltip
var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function ddrivetip(thetext, thecolor, thewidth){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}
function positiontip(e){
if (enabletip){
var curX=(ns6)?e.pageX : event.x+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.y+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth)
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
else if (curX<leftedge)
tipobj.style.left="5px"
else
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetxpoint+"px"
//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight)
tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
else
tipobj.style.top=curY+offsetypoint+"px"
tipobj.style.visibility="visible"
}
}
function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}
document.onmousemove=positiontip
</script>
<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
<tr>
<td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b>
......@@ -363,10 +276,8 @@ affect the future of the Project (or component). </p>
overseen by the PMC, another Committer for the same Project (or component as
appropriate) can nominate that Developer or the Developer can ask to be
nominated. Once a Developer is nominated, the Committers for the Project (or
component) will vote. If there are <a href="#"
onMouseover="ddrivetip('As per the Eclipse Board meeting of December 8, 2004, the WTP PMC interprets this to mean &quot;at least 3 positive and no negative votes within a given voting period&quot;.','yellow', 350);"
onMouseout="hideddrivetip()"> at least 3 positive votes and no negative
votes</a>, the Developer is recommended to the PMC for commit privileges. If the PMC
component) will vote. If there are at least 3 positive votes and no negative
votes, the Developer is recommended to the PMC for commit privileges. If the PMC
also approves and the Developer signs the
<a href="http://www.eclipse.org/org/documents/Eclipse%20MEMBERSHIP%20AGMT%202003_11_10%20Final.pdf">Committer Agreement</a> established by the EMO (wherein, at the very least, the Developer agrees to abide by the
<a href="http://www.eclipse.org/org/documents/Eclipse%20IP%20Policy2003_12_03%20Final.pdf">Eclipse Intellectual
......@@ -461,10 +372,8 @@ cycle. In addition, each Project must post a release plan showing the date and
content of the next major release, including any major milestones, and must keep
this plan up to date. </p>
<p>The Committers of a Project or component decide which changes may be
committed to the master code base of a Project or component respectively. <a href="#"
onMouseover="ddrivetip('As per the Eclipse Board meeting of December 8, 2004, the WTP PMC interprets this to mean &quot;at least 3 positive and no negative votes within a given voting period&quot;.','yellow', 350);"
onMouseout="hideddrivetip()">Three
+1 ('yes' votes) with no -1 ('no' votes or vetoes)</a> are needed to approve a code
committed to the master code base of a Project or component respectively. Three
+1 ('yes' votes) with no -1 ('no' votes or vetoes) are needed to approve a code
change. Vetoes must be followed by an explanation for the veto within 24 hours
or the veto becomes invalid. All votes are conducted via the developer mailing
list associated with the Project or component. </p>
......
......@@ -125,15 +125,6 @@
proxy server configuration), Web browser support, and the
TCP/IP monitor. The component lead is Tim Deboer.
</p>
<ul>
<li>
<a href="components/internet/milestone_plan.xml">Milestone Plan</a>
</li>
<li>
<a href="components/internet/test_plan.xml">Test Plan</a>
</li>
</ul>
<h3>javascript</h3>
<p>
......@@ -162,15 +153,6 @@
Der Ping Chou and Sheila Sholars.
</p>
<ul>
<li>
<a href="components/rdb/milestone_plan.xml">Milestone Plan</a>
</li>
<li>
<a href="components/rdb/test_plan.xml">Test Plan</a>
</li>
</ul>
<h3>server</h3>
<p>
The server component contains the Server Tools framework and
......@@ -182,7 +164,9 @@
<ul>
<li>
<a href="components/server/milestone_plan.xml">Milestone Plan</a>
<a href="components/server/milestone_plan.xml">
Milestone Plan
</a>
</li>
<li>
<a href="components/server/test_plan.xml">Test Plan</a>
......
......@@ -12,7 +12,7 @@
<h2>Status of this Document</h2>
<p>
This is the milestone plan for the server component of the web standard tools subproject.
Last update on 12/14/2004.
It is under construction.
</p>
<h3><a href="#M3">M3</a></h3>
......@@ -23,9 +23,8 @@ Last update on 12/14/2004.
<h3>High Priority</h3>
<ul>
<li>API stability</li>
<li>Adding more JUnit tests</li>
<li>Automatic publish/sync to local/remote servers</li>
<li>Add new stuff</li>
<li>Add some more new stuff</li>
</ul>
<h3>Medium Priortity</h3>
......@@ -35,6 +34,10 @@ Last update on 12/14/2004.
<h2><a name="M4">M4</a></h2>
<h3>High Priority</h3>
<ul>
<li>Add new stuff</li>
<li>Add some more new stuff</li>
</ul>
<h3>Medium Priortity</h3>
......@@ -43,6 +46,10 @@ Last update on 12/14/2004.
<h2><a name="M5">M5</a></h2>
<h3>High Priority</h3>
<ul>
<li>Add new stuff</li>
<li>Add some more new stuff</li>
</ul>
<h3>Medium Priortity</h3>
......
......@@ -12,24 +12,17 @@
<h2>Status of this Document</h2>
<p>
This is the test plan for the server component of the web standard tools subproject.
Last updated on 12/14/2004.
It is under construction.
</p>
<h2>Unit Testing</h2>
<h2>Test 1</h2>
<p>
The test focus for M2 will be on creating more JUnit tests.
Test some stuff.
</p>
<h2>FVT</h2>
<h2>Test 2</h2>
<p>
FVT testing will be performed on Windows and Linux to ensure that all major function still
works after renaming and other changes from this milestone.
</p>
<h2>User testing</h2>
<p>
End user (scenario) testing will be performed to ensure that normal user workflows can be
performed.
Test some more stuff.
</p>
</body>
......
......@@ -10,7 +10,8 @@
<h1>Milestone 2 Source Editing Test Plan</h1>
<h2>Status of this Plan</h2>
<p>
Final plan.
Near final plan (pending review of immediate team, and
community).
</p>
<p>
For M2, we are lumping a wide range of editors and editing
......@@ -84,7 +85,7 @@
<p>
We do not have any specific performance testing planned for
M2, but will add automated performance tests along the lines
of the Eclipse base performance unit tests in future
of the Eclipse base peformance unit tests in future
milestones.
</p>
<h2>Common Eclipse Source Editing Features</h2>
......@@ -170,7 +171,7 @@
<td style="text-align: center">Y</td>
<td style="text-align: center">Y</td>
<td style="text-align: center">Y</td>
<td style="text-align: center">N</td>
<td style="text-align: center">Y</td>
<td style="text-align: center">N</td>
</tr>
<tr>
......@@ -192,7 +193,7 @@
<td style="text-align: center">Y</td>
<td style="text-align: center">Y</td>
<td style="text-align: center">Y</td>
<td style="text-align: center">N</td>
<td style="text-align: center">Y</td>
<td style="text-align: center">N</td>
</tr>
<tr>
......@@ -331,8 +332,14 @@
<td style="text-align: center">Y</td>
<td style="text-align: center">Y</td>
<td style="text-align: center">Y</td>
<td style="text-align: center">N</td>
<td style="text-align: center">N</td>
<td style="text-align: center">
Y
</td>
<td style="text-align: center">
N
</td>
</tr>
<tr>
<td style="text-align: left">Outline View</td>
......@@ -341,7 +348,10 @@
<td style="text-align: center">Y</td>
<td style="text-align: center">Y</td>
<td style="text-align: center">Y</td>
<td style="text-align: center">Y</td>
<td style="text-align: center">
Y
</td>
<td style="text-align: center">Y</td>
</tr>
<tr>
......@@ -456,11 +466,6 @@
<li>advanced schema (with lots of namespaces)</li>
</ul>
</li>
<li>
A quick sanity check that preferences have effect, and
do no harm. Only quick check, since many changes planned
in this are for future milestones.
</li>
</ul>
<h2>JSP Tests</h2>
<ul>
......@@ -515,11 +520,6 @@
quick test that breakpoints do indeed 'break' (we'll use
Tomcat)
</li>
<li>
A quick sanity check that preferences have effect, and
do no harm. Only quick check, since many changes planned
in this are for future milestones.
</li>
</ul>
<h2>HTML Tests</h2>
<ul>
......@@ -528,11 +528,6 @@
check &quot;embedded languages&quot; (CSS, JavaScript)
have same features as indicated in matrix
</li>
<li>
A quick sanity check that preferences have effect, and
do no harm. Only quick check, since many changes planned
in this are for future milestones.
</li>
</ul>
<h2>XHTML Tests</h2>
<ul>
......@@ -541,29 +536,14 @@
check &quot;embedded languages&quot; (CSS, JavaScript)
have same features as indicated in matrix
</li>
<li>
A quick sanity check that preferences have effect, and
do no harm. Only quick check, since many changes planned
in this are for future milestones.
</li>
</ul>
<h2>CSS Tests</h2>
<ul>
<li>check Source Editing features from feature matrix</li>
<li>
A quick sanity check that preferences have effect, and
do no harm. Only quick check, since many changes planned
in this are for future milestones.
</li>
</ul>
<h2>DTD Tests</h2>
<ul>
<li>check Source Editing features from feature matrix</li>
<li>
A quick sanity check that preferences have effect, and
do no harm. Only quick check, since many changes planned
in this are for future milestones.
</li>
</ul>
<h2>JavaScript Tests</h2>
<ul>
......@@ -572,23 +552,7 @@
test Design page, Source page, Outline view, Properties
view synchronization
</li>
<li>
A quick sanity check that preferences have effect, and
do no harm. Only quick check, since many changes planned
in this are for future milestones.
</li>
</ul>
<h2>Snippets View</h2>
<p>
A quick test of the Snippets View will be done, to be sure
you can drop text, its inserted at right points, etc. and
that users can define their own. There are many changes
planned in this area, though, so we will test just enough to
make sure it basically works, and does no harm (note: user
defined ones in this milestone will most likely not be
upwardly compatible with the next milestone).
</p>
<h2>Assigned Focus Areas</h2>
<p>
inspect builds, test sdk import: Jens - Windows, Nitin -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment