Book a Demo

Author Topic: Java Automation Example  (Read 3628 times)

brettonwoods

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Java Automation Example
« on: April 11, 2011, 10:31:43 am »
I have a list of about 450 requirements for a project that I would like to import using the java interface. I'm working in Eclipse and have copied the files as per instructions and have connected to the repository. Does anyone have a java snippet for inserting the requirements?

Thanks for any help!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Java Automation Example
« Reply #1 on: April 11, 2011, 01:29:29 pm »
Have you seen the Java code samples in your install directory?  They may not provide exactly what you're after but they should be fairly close.

brettonwoods

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: Java Automation Example
« Reply #2 on: April 12, 2011, 09:07:13 am »
Over the weekend  I was reading the docs on line at home off the web and didn't have access to EA so I missed the samples.

I created a project in Eclipse at work today, loaded the samples and the worked great after changing the class loader.

The samples got the job done.

Thanks