Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Problem with "Automated Testing of Eclipse Build"
Problem with "Automated Testing of Eclipse Build" [message #552407] Thu, 12 August 2010 06:20 Go to next message
Urs Frei is currently offline Urs FreiFriend
Messages: 27
Registered: July 2009
Junior Member
Hello

I had some problem with "Automated Testing of Eclipse Build". I downloaded
the file eclpse-Automated-Tests-3.6.zip and other. After I installed every
thing, I couldn't run it. The problem was: the eclipse sdk zip had the wrong
name. I had to rename it from eclipse-SDK-3.6-win32.zip to
eclipse-SDK-I20100608-0911-win32.zip. I don't know why.
I needed a lot of time to find this solution. For the future I think we
should change the test.xml to have an idea where the problem is. Could we
change in the test.xml the line 62 from <exec dir="." executable="unzip"> to
<exec dir="." executable="unzip" failonerror="true"> (add failonerror)

thanks
Re: Problem with "Automated Testing of Eclipse Build" [message #552571 is a reply to message #552407] Thu, 12 August 2010 16:00 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
You should raise a bug on Eclipse Platform Releng.
The problem comes from the fact that when we are approaching the release,
all the builds are named like eclipse-SDK-I20100608-0911-win32.zip.

Once a particular build is declared to be the final one, then the zips just
get renamed (eclipse-SDK-3.6-win32.zip), but I guess the test scripts still
refer to the original name.

-Andrew

Urs Frei wrote:

> Hello
>
> I had some problem with "Automated Testing of Eclipse Build". I downloaded
> the file eclpse-Automated-Tests-3.6.zip and other. After I installed every
> thing, I couldn't run it. The problem was: the eclipse sdk zip had the
> wrong name. I had to rename it from eclipse-SDK-3.6-win32.zip to
> eclipse-SDK-I20100608-0911-win32.zip. I don't know why.
> I needed a lot of time to find this solution. For the future I think we
> should change the test.xml to have an idea where the problem is. Could we
> change in the test.xml the line 62 from <exec dir="." executable="unzip">
> to
> <exec dir="." executable="unzip" failonerror="true"> (add failonerror)
>
> thanks
Re: Problem with "Automated Testing of Eclipse Build" [message #553303 is a reply to message #552571] Tue, 17 August 2010 06:01 Go to previous message
Urs Frei is currently offline Urs FreiFriend
Messages: 27
Registered: July 2009
Junior Member
Bug 322869


"Andrew Niefer" <aniefer@ca.ibm.com> schrieb im Newsbeitrag
news:i415rm$dmo$2@build.eclipse.org...
> You should raise a bug on Eclipse Platform Releng.
>
Previous Topic:system bundle attaching
Next Topic:plugin installation monitoring
Goto Forum:
  


Current Time: Thu Apr 25 13:15:16 GMT 2024

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

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

Back to the top