Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » copy file from RCPTT workspace to AUT workspace(need to copy a file from the RCPTT workspace to the AUT workspace)
copy file from RCPTT workspace to AUT workspace [message #1723888] Thu, 18 February 2016 18:00 Go to next message
Eclipse UserFriend
I need to know the current RCPTT workspace path and the current AUT workspace path. hopefully these paths are easily accessible. want something like:

copy-file -source "$rcpttworkspace/Project/folder/file.ext"
-destination "$autworkspace/project/folder/" -name "script.xml"

do such variables exist?

Thanks...
Re: copy file from RCPTT workspace to AUT workspace [message #1724341 is a reply to message #1723888] Tue, 23 February 2016 09:29 Go to previous message
Hic LA is currently offline Hic LAFriend
Messages: 28
Registered: July 2015
Junior Member
Hi
There is a command to get AUT workspace location get-workspace-location and it is also possible to use workspace:/, for example:
read-lines -uri "workspace:/Project/Folder/file.txt"

For RCPTT workspace, try to define a parameter for that.

Regards
Previous Topic:Record Action from Canvas Button
Next Topic:Diagram verification
Goto Forum:
  


Current Time: Thu Apr 25 02:07:06 GMT 2024

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

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

Back to the top