Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install TestNG eclipse plugin offline?

Anyone can help ?

I am having trouble, already unzipped the file I downloaded from the site in the dropins folder, but nothing happens !

I CANNOT use internet to install this, because of some very stupid proxy rules.

like image 677
Cristiano Fontes Avatar asked Mar 11 '26 15:03

Cristiano Fontes


1 Answers

If you can download the testng plugins, create in your dropins directory a structure similar to this one

/path/to/mydropins
      testng-eclipse-x.y/
         eclipse/
            features
               org.testng.eclipse_x.y.z.jar
            plugins/
               org.testng.eclipse_x.y.z.jar

With 'path/to/mydropins' a shared dropins repository referenced in your eclipse.ini with a:

-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/<myPath>/mySharedDropins

You need to copy both:

  • http://beust.com/eclipse/features/org.testng.eclipse_5.14.10.20110228_1533.jar
  • http://beust.com/eclipse/plugins/org.testng.eclipse_5.14.10.20110228_1533.jar
like image 57
VonC Avatar answered Mar 14 '26 18:03

VonC



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!