• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

WSAD 4 and Ant tasks

 
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I'd like to write an Ant task to import an ear file. I've seen the example that creates a task to export an ear file at Using Ant with WebSphere Studio Application Developer articles from IBM.
The class I want to use is the com.ibm.etools.archive.ear.operations.EARImportOperation. However, its constructor takes the following types as parameters: IProject and EARFile.
My understanding is that IProject is an interface.
My problem is that I'm trying to find the jar file in the WSAD installation that contains the EARFile implementation and the class that implements the IProject class.
Does anyone know what jars these are in?
Steve
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic