Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xtext-dev] Xpand Build

On 04.02.2009 20:08, Nick Boldt wrote:
Yes, but is it unpacked in customTests.xml so that it's available for the test's runtime?

You may need it for both compilation runtime *AND* testing runtime, and these are controlled separately.

I found the following snippet in Xtext's customTest.xml:

		<!-- TODO: copy emfcompare -->
		<echo message="Copy EMF SDK + Eclipse SDK to ${executionDir}..." />
		<copy todir="${executionDir}">
<fileset dir="${downloadsDir}" includes="${emfFile},${eclipseFile},${compareFile},${orbitFile},${xpandFile},${mweFile}" />
		</copy>
		<property name="shell" value="relengbuildgtk.sh" />

Ther is this TODO, but also ${compareFile} seems to be copied. Is there something missing?

Regards,
Patrick

--
Patrick Schönbach
Software Architect

PGP public key available. Key ID: 0B7DDE39
Or email to pgp@xxxxxxxxxxxxx with subject 'pschoenb'.
Fingerprint: BE80 0E7E B68E CE99 623C  902D 62A6 806A 0B7D DE39

web: http://www.itemis.de
mail: schoenbach@xxxxxxxxx
xing: https://www.xing.com/profile/Patrick_Schoenbach

itemis AG
Schauenburgerstraße 116
24118 Kiel
Germany

Rechtlicher Hinweis:
Amtsgericht Dortmund, HRB 20621
Vorstand: Wolfgang Neuhaus, Jens Wagener, Dr. Georg Pietrek
Aufsichtsrat: Dr. Burkhard Igel(Vors.), Stephan Grollmann, Michael Neuhaus


Back to the top