Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse Automated Tests 3.6
Eclipse Automated Tests 3.6 [message #548838] Fri, 23 July 2010 09:15 Go to next message
No real name is currently offline No real nameFriend
Messages: 3
Registered: July 2010
Junior Member
Hello,

The solution might well be very obvious, but I can't seem to find the source files for tests in the eclipse-Automated-Tests-3.6.zip. There are only compiled versions in there. I read some post suggesting CVS, but I trawled CVS repositories and couldn't find what I need.

Could someone please give me straightforward directions to getting the source files?
Re: Eclipse Automated Tests 3.6 [message #548887 is a reply to message #548838] Fri, 23 July 2010 11:44 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

What are you trying to do? If you just want to run the tests that can
be done from the test framework and tests in binary form.

If you really want the source:

1) each team keeps the source in a different location in
/cvsroot/eclipse. some teams have modules (like platform-ui-tests).

2) if you use the source build instructions (included on the 3.6
download page) you will get all of the source checked out from CVS,
including the tests

2) if you load the binary plugins in your target environment, you can
use File>Import...>Plug-in Development>Plug-ins and fragments. Select
the plugins you want, and then import the from a repository (as opposed
to as binary plugins).

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: Eclipse Automated Tests 3.6 [message #548963 is a reply to message #548838] Fri, 23 July 2010 14:40 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 3
Registered: July 2010
Junior Member
I've run the automated tests, there are problems. In order to understand what's wrong, I need to see the source code.

I'm new to this, could you please be more detailed in your instructions on how I can get all the source versions of the compiled files included in the eclipse-Automated-Tests-3.6.zip.
Re: Eclipse Automated Tests 3.6 [message #549010 is a reply to message #548963] Fri, 23 July 2010 16:16 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

http://download.eclipse.org/eclipse/downloads/drops/R-3.6-20 1006080911/index.php

There's a link at the top: "Access the Source Build page" That page has
instructions.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: Eclipse Automated Tests 3.6 [message #549255 is a reply to message #549010] Mon, 26 July 2010 09:48 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 3
Registered: July 2010
Junior Member
I believe that's the source code for the SDK, not the Automated Tests.

I searched the directory and most .java files which are listed in errors from the Automated Tests are not present in that zip.

I need the source version of files found here: http:// www.eclipse.org/downloads/download.php?file=/eclipse/downloa ds/drops/R-3.6-201006080911/eclipse-Automated-Tests-3.6.zip
Re: Eclipse Automated Tests 3.6 [message #549310 is a reply to message #549255] Mon, 26 July 2010 12:07 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

If they're not in the source bundles, then they're only accessible from CVS.

You would have to check out the appropriate ones from there. Your best
bet ... start with the tests and supporting bundles you need, and check
them out into your workspace.

All of the 3.6 automated tests have their Eclipse-SourceReferences
header set. That means if you have the tests available to run in your
target platform from eclipse-junit-tests-I20100608-0911.zip, you can use
File>Import...>Plug-in Development>Plug-ins and Fragments in 3.6 and
import the source from the repository.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Previous Topic:@user.home does not resolve
Next Topic:How to get identifiers of Workspace Preferences?
Goto Forum:
  


Current Time: Thu Apr 18 08:23:36 GMT 2024

Powered by FUDForum. Page generated in 0.02498 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top