Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Building EclipseLink 2.7.3 fails

Hi,

you have already fixed this in https://github.com/eclipse-ee4j/eclipselink/pull/222 and https://github.com/eclipse-ee4j/eclipselink/pull/223 but after 2.7.3 went out... For 2.7.3, the only option seems to be to try to run the build with passing '-Dmaven.goals="-Dorbit.drop=R20180606145124 verify"' to it

Since 2.7.4 there is no dependency on Orbit.

thanks,
--lukas

On 3/19/19 4:49 PM, William Dazey wrote:
Hello!
I tried the following and I'm now getting an exception...

 > git reset --hard 2.7.3

I'm doing this to revert my 2.7 local branch back to the 2.7.3 tagged release. I can verify this is the correct commit, because the commit IDs match ( https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.7.3/eclipselink-plugins-2.7.3.v20180807-4be1041.zip <-> 4be1041 ).

 > ant -f antbuild.xml clean build

[java] [ERROR] Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'Orbit' from location http://download.eclipse.org/tools/orbit/downloads/drops/S20180302171354/repository: Unable to read repository at http://download.eclipse.org/tools/orbit/downloads/drops/S20180302171354/repository. Artifact not found: http://download.eclipse.org/tools/orbit/downloads/drops2/S20180302171354/repository/content.xml.xz

Why were these artifacts removed from http://download.eclipse.org/tools/orbit/downloads? This isn't the first time artifacts have been removed and broken builds. This seems wrong and steps should be taken to prevent this.

Thanks,
Will Dazey

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/eclipselink-dev



Back to the top