• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Installing TestNG for RSA 7.5

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am attempting to install the testing framework TestNG in RSA 7.5 but have not been having much success. The instructions on TestNG's website are simple enough:

Select Help / Software updates / Find and Install.
Search for new features to install.
New remote site.
For Eclipse 3.4 and above, enter http://beust.com/eclipse.
For Eclipse 3.3 and below, enter http://beust.com/eclipse1.
Make sure the check box next to URL is checked and click Next.
Eclipse will then guide you through the process.

In RSA I went to Help / Software Updates / Available Software. I then clicked "Add Site" and typed in "http://beust.com/eclipse". However, RSA told me that "No Repository Found". In case there is some kind of compatibility issue with Eclipse 3.4 I decided to try the Eclipse 3.3 offering, and so I typed in "http://beust.com/eclipse1". Again, I got "No Repository Found". I read that sometimes eclipse forgets to append a "/" at the end of the URL, so I did an export of the site and inspected the xml. The "/" was at the end, so this is not the issue.

I thought maybe I would try to get around this mechanism by installing the plugin manually. So I downloaded the TestNG jar file and put it into the plugins directory. However, still no success. At this point I'm not sure what else to try. Has anyone else successfully installed TestNG for RSA?

Thanks!
Aaron
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I haven't installed TestNG but I can tell you that RSA 7.5 runs on Eclipse 3.4. Could you have a work firewall blocking updates?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic