Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Delete all test_*(How to delete all test_* )
Delete all test_* [message #1779137] Wed, 03 January 2018 06:31 Go to next message
Amy Yang is currently offline Amy YangFriend
Messages: 1
Registered: January 2018
Junior Member
Hi All
I want to delete all the test_* in the Project Explorer , but the following code doesn't work , please give me some suggestion on this , Thanks !


get-view "Project Explorer" | get-tree | select "test_*" | get-menu Delete | click
Re: Delete all test_* [message #1780259 is a reply to message #1779137] Fri, 19 January 2018 11:25 Go to previous message
Viktoria Dlugopolskaya is currently offline Viktoria DlugopolskayaFriend
Messages: 124
Registered: March 2017
Senior Member
Hi Amy,

'select' command selects only one element. Try to do it with 'loop/recur' or 'repeat' command:
https://hudson.eclipse.org/rcptt/job/rcptt-all/ws/releng/doc/target/doc/ecl/index.html#loop
https://hudson.eclipse.org/rcptt/job/rcptt-all/ws/releng/doc/target/doc/ecl/index.html#repeat
Previous Topic:Modify and Compare two XML file in RCPTT
Next Topic:Jars in the pom aut Injection
Goto Forum:
  


Current Time: Thu Apr 18 23:06:38 GMT 2024

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

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

Back to the top