Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test

Hi Saleen,

Maybe these are real test failures? You can compare with latest and
greatest I-Build from http://download.eclipse.org/eclipse/downloads/,
for example http://download.eclipse.org/eclipse/downloads/drops4/I20161205-0800/

To avoid running tests you can use  "mvn clean verify
-DskipTests=true". If you want to run the tests but only fail the
build at the end, use should be able to use "mvn clean verify --fae".

Best regards, Lars

On Wed, Dec 7, 2016 at 5:58 PM, Saeed, Saleem <saleem.saeed@xxxxxxx> wrote:
> Hello Everyone,
>
>
>
> I am following the instructions to build the Eclipse IDE from source on:
>
>
>
> http://www.vogella.com/tutorials/EclipsePlatformDevelopment/article.html#building-the-eclipse-ide-from-source
>
>
>
> My plan is to just build the Eclipse IDE from source with maven. I cloned
> the master branch as described in section 9.3 in the link above, ran “mvn
> clean verify” but I get the following error:
>
>
>
> [ERROR] Failed to execute goal
> org.eclipse.tycho:tycho-surefire-plugin:0.26.0:test (default-test) on
> project org.eclipse.jdt.core.tests.compiler: There are test failures.
>
>
>
> Does anyone have any idea on how to get around this error?
>
>
>
> Thanks in advance,
>
>
>
> Saleem
>
>
>
>
> _______________________________________________
> platform-releng-dev mailing list
> platform-releng-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/platform-releng-dev



-- 
Eclipse Platform UI and e4 project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top