Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Hudson build jobs dependencies

Your URL is correct. But if your upstream dep is not found, Athena bombs out because you've said you need this zip to produce the target platform:

getZip:
[get] Getting: https://build.eclipse.org/hudson/job/cbi-emft-mwe2-runtime/lastSuccessfulBuild/artifact/snapshot/emft-mwe2-SDK-N-Snapshot.zip [get] To: /opt/users/hudsonbuild/.hudson/jobs/cbi-emft-mwe-0.7-integration/workspace/build/downloads/emft-mwe2-SDK-N-Snapshot.zip [get] Error opening connection java.io.FileNotFoundException: https://build.eclipse.org/hudson/job/cbi-emft-mwe2-runtime/lastSuccessfulBuild/artifact/snapshot/emft-mwe2-SDK-N-Snapshot.zip [get] Error opening connection java.io.FileNotFoundException: https://build.eclipse.org/hudson/job/cbi-emft-mwe2-runtime/lastSuccessfulBuild/artifact/snapshot/emft-mwe2-SDK-N-Snapshot.zip [get] Error opening connection java.io.FileNotFoundException: https://build.eclipse.org/hudson/job/cbi-emft-mwe2-runtime/lastSuccessfulBuild/artifact/snapshot/emft-mwe2-SDK-N-Snapshot.zip [get] Can't get https://build.eclipse.org/hudson/job/cbi-emft-mwe2-runtime/lastSuccessfulBuild/artifact/snapshot/emft-mwe2-SDK-N-Snapshot.zip to /opt/users/hudsonbuild/.hudson/jobs/cbi-emft-mwe-0.7-integration/workspace/build/downloads/emft-mwe2-SDK-N-Snapshot.zip

N

On 04/06/2010 01:23 AM, Miles Parker wrote:
Hi guys,

I've just updated my dependencies to use xtext, mwe, and xpand 1.0.0,
and I'm having a real time of it trying to get the new dependencies. I
tried the regular download sites, but I think that the MWE2 stuff is
only available on the hudson build system itself (?) So I thought I'd
just follow the xpand and xtext setup but that doesn't seem to be
working for me either..

I just copied the depdendency URLs from the xtext build..

http://download.eclipse.org/modeling/tmf/xtext/downloads/drops/1.0.0/S201003151027/build.cfg

And stuck them in mine:

....

https://build.eclipse.org/hudson/job/cbi-emft-mwe-0.7-integration/lastSuccessfulBuild/artifact/snapshot/emft-mwe-SDK-S-Snapshot.zip,\
https://build.eclipse.org/hudson/job/cbi-m2t-xpand-0.7-integration/lastSuccessfulBuild/artifact/snapshot/m2t-xpand-SDK-S-Snapshot.zip,\
https://build.eclipse.org/hudson/job/cbi-emft-mwe2-runtime/lastSuccessfulBuild/artifact/snapshot/emft-mwe2-SDK-N-Snapshot.zip,\


But I get:

/opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/workspace/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml:3176: Can't gethttps://build.eclipse.org/hudson/job/cbi-emft-mwe-0.7-integration/lastSuccessfulBuild/artifact/snapshot/emft-mwe-SDK-S-Snapshot.zip  to /opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/workspace/build/downloads/emft-mwe-SDK-S-Snapshot.zip


Should this be as straightforward as it looks, or am I perhaps just
missing some kind of setup that is needed to make consuming other hudson
build artifacts work?

thanks,

Miles



_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev

--
Nick Boldt :: http://nick.divbyzero.com
Release Engineer :: Eclipse Modeling & Dash Athena


Back to the top