Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ATF/Workspace"

< ATF
(ATF 0.3)
Line 1: Line 1:
== ATF 0.3 ==
+
== ATF 0.3 ==
  
To get a working workspace:
+
To get a working workspace:  
  
1. Get an Eclipse 3.5 SDK.
+
1. Get an Eclipse 3.5 SDK.  
  
2. Configure your Target Platform to additionally include several packages from Orbit and from Mozilla.
+
2. Configure your Target Platform to additionally include several packages from Orbit and from Mozilla.  
* Download org.apache.xerces, org.mozilla.javascript from Orbit
+
 
* Download org.mozilla.xpcom, org.mozilla.xulrunner from http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.1.3/contrib/eclipse/
+
*Download org.apache.xerces, org.mozilla.javascript from Orbit  
3. Check out all ATF plug-ins together with their dependencies using the Team Project Set file attached to bug {bug| 283506}}.
+
*Download org.mozilla.xpcom, org.mozilla.xulrunner from http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.1.3/contrib/eclipse/
 +
 
 +
3. Check out all ATF plug-ins together with their dependencies using the Team Project Set file attached to {{bug|283506}}.
  
 
== ATF 0.2.3 ==
 
== ATF 0.2.3 ==

Revision as of 11:46, 20 July 2009

ATF 0.3

To get a working workspace:

1. Get an Eclipse 3.5 SDK.

2. Configure your Target Platform to additionally include several packages from Orbit and from Mozilla.

3. Check out all ATF plug-ins together with their dependencies using the Team Project Set file attached to bug 283506.

ATF 0.2.3

To get a working wokspace:

1. Get an Eclipse 3.3 SDK

  • This gives you the basic eclipse environment that does not come with the ATF all-in-one

2. Install the ATF all-in one in that Eclipse environment

  • The ATF all-in-one contains the dependencies on Mozilla plugins (XULRunner, JavaXPCOM, etc). Its "all stuff you need to add on to Eclipse to get ATF".

3. If working with the source for Milestone 4 download the Team Set for Milestone 4

  • This source will re-build the Ajax-Toolkit plugins that are part of the ATF all-in-one package, but not the Mozilla plugins. It overlays the all-in-one with new code from CVS.

4. To get the intial code for eval debugging download the Team Set for Eval Debugging

The HEAD is going up changes that will changes the required new plugins. When the changes are complete a team_set for the head will be made available.

Back to the top