Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Build failure

It's probably a bug somewhere in the eclipse.org infrastructure or on the path to your machine, see:

Bug 485787: Downloads of certain files from http://download.eclipse.org/eclipse/updates/*sites fails

Unfortunately, I don't know of a good solution. You could try it from a different network, or you could try to use a proxy (I don't know how to configure that in Maven).

If you can reproduce the download failure with this command, then please add that observation to the bug:

$ wget -S http://download.eclipse.org/eclipse/updates/4.6-N-builds/N20160307-2000/plugins/org.eclipse.ui.workbench_3.108.0.N20160307-2000.jar

Cheers,
Markus



From:        Fuxiang Chen <cfuxiang@xxxxxxxxx>
To:        jdt-core-dev@xxxxxxxxxxx
Date:        2016-03-09 13:02
Subject:        [jdt-core-dev]  Build failure
Sent by:        jdt-core-dev-bounces@xxxxxxxxxxx




Hi,

I got the following error when building with this command: mvn -P build-individual-bundles package

[ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ui.workbench,3.108.0.N20160307-2000 from repository http://download.eclipse.org/eclipse/updates/4.6-N-builds/N20160307-2000:
[ERROR]    Unable to read repository at http://download.eclipse.org/eclipse/updates/4.6-N-builds/N20160307-2000/plugins/org.eclipse.ui.workbench_3.108.0.N20160307-2000.jar.
[ERROR] Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.eclipse.ui.workbench,3.108.0.N20160307-2000 into the local Maven repository.See log output for details. Connection reset -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.eclipse.ui...

May I know what should I do to resolve the errors?

Thanks!


--
Warmest Regards,
    Fuxiang_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev


Back to the top