Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rcptt-users] ResourcesPlugin / VariablesPlugin not found in 2.2.0/2.3.0 Nightly Build

Hi,

I usually use this syntax without any issue:
set-dialog-result File [format "%s/MyProject/src/MyFile" [substitute-variables"${workspace_loc}"]]

Regards,
Sebastien

-----Original Message-----
From: rcptt-users-bounces@xxxxxxxxxxx [mailto:rcptt-users-bounces@xxxxxxxxxxx] On Behalf Of Stephan Druskat
Sent: vendredi 1 décembre 2017 11:27
To: rcptt-users@xxxxxxxxxxx
Subject: [rcptt-users] ResourcesPlugin / VariablesPlugin not found in 2.2.0/2.3.0 Nightly Build

Hi,

I'm trying to run test cases which call "get-workspace-location", e.g., "set-dialog-result File [concat [get-workspace-location]"/com.acme.rcptt/HelloWorld.txt"]", and have tried the alternative, (substitute-variables "${workspace_loc}").

Both result in a NoClassDefFound error, for the ResourcesPlugin and the VariablesPlugin respectively.

As a background: I'm trying to supply a local resource to the test, i.e., a file which is in my Maven project in "src/main/resources/" (have also tried "src/main/resources"). This file should be opened from a dialog and processed during the test.

Any ideas what could be the cause of this, and how to fix it?

Many thanks!
Stephan
_______________________________________________
rcptt-users mailing list
rcptt-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/rcptt-users


Back to the top