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

The problem here is that none of those files are archived for cbi-emft-mwe-0.7.   If you go and visit:

https://build.eclipse.org/hudson/job/cbi-emft-mwe-0.7-integration/

You will notice that there is no ZIP files listed in the archived artifacts for the build.  Only the build.cfg file is listed there.  So the link you tried to use returns a 404 error because it can't find the requested files.

Dave

On 04/05/2010 10:23 PM, 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..


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 get https://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


Back to the top