Hi Miles,
neither Xtext nor Xpand have a dependency to the mwe2 language
(including the launch bundle as well as the editor bundle).
At least not a mandatory java compile time dependency. This is
because we would run into bootstrapping problems, since mwe2
language is built on and therefore needs Xtext.
What we have a dependency on is mwe2 runtime, which is a slim
library mainly containing the IWorkflowComponent interface.
The build order is as follows:
1) https://build.eclipse.org/hudson/job/cbi-emft-mwe2-runtime/
2) https://build.eclipse.org/hudson/job/cbi-emft-mwe-0.7/
3) https://build.eclipse.org/hudson/job/cbi-m2t-xpand-0.7/
4) https://build.eclipse.org/hudson/job/cbi-tmf-xtext-0.7/
5) https://build.eclipse.org/hudson/job/cbi-emft-mwe2-language/
What exactly are you looking for? Which java classes do you need at
compile time?
Sven
On Apr 6, 2010, at 7:55 PM, Miles Parker wrote:
Hi all,
Please see below for context.
Where should I be getting the MWE2 launch and runtime plugins?
The integration dependencies that are listed on the xtext and xpand
dependencies are only snapshots and in any case they are dead links.
http://www.eclipse.org/modeling/tmf/downloads/
On Apr 6, 2010, at 8:30 AM, David Carver wrote:
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.
OK, I thought that I couldn't see the file because of an external
security issue, i.e. that the builder could access the files form
within hudson but not from an external source. So the next question
is why these dependencies work for Xtext and not for me.
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..
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 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@eclipse.org
https://dev.eclipse.org/mailman/listinfo/dash-dev
_______________________________________________
dash-dev mailing list
dash-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/dash-dev
_______________________________________________
emft-dev mailing list
emft-...@eclipse.org
https://dev.eclipse.org/mailman/listinfo/emft-dev
_______________________________________________
dash-dev mailing list
dash-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/dash-dev