Skip to main content

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

Sounds like you've already got compare in your runtime, then. Might want to check the history of that file and/or remove the TODO, if it's t'done. :)

Patrick Schönbach wrote:
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


--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Release Engineer :: Eclipse Modeling & Dash CBI


Back to the top