Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Can't find library-file in eclipse-test-framework-4.8
Can't find library-file in eclipse-test-framework-4.8 [message #1843865] Sat, 21 August 2021 14:47
sadasd adasda is currently offline sadasd adasdaFriend
Messages: 4
Registered: September 2020
Junior Member
Hi all,
I have a stage for testing in my build.xml file:

<target name="test">
    <untar compression="gzip" src="${sdkTarBall}" dest="${testDirectory}"/>
    <unzip src="eclipse-test-framework-3.4.2.zip" dest="${testDirectory}"/>
    <unzip src="${buildDirectory}/${buildLabel}/${buildId}-linux.gtk.x86_64.zip" dest="${testDirectory}"/>

    <move todir="${eclipse-home}">
        <fileset dir="${testDirectory}/${archivePrefix}">
            <include name="*/**" />
        </fileset>
    </move>

    <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.2.0/library.xml"/>

    <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
        <property name="plugin-name" value="com.gansu.alltests" />
        <property name="classname" value="com.gansu.alltests.AllTests" />
    </ant>
...


We have upgraded eclipse to 4.8 version. Now we need to upgrade the eclipse-test-framework. I downloaded the it from here. https://archive.eclipse.org/eclipse/downloads/drops4/R-4.8-201806110500/. But it looks like it leaks the ${library-file} file. Did the method of running the tests changed? Or am I missing something?

[Updated on: Sat, 21 August 2021 14:47]

Report message to a moderator

Previous Topic:Run As > Eclipse Application hangs
Next Topic:Can't type quotation marks with Mac international keyboard layout
Goto Forum:
  


Current Time: Thu Apr 25 03:56:17 GMT 2024

Powered by FUDForum. Page generated in 0.02454 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top