• 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:

Does Sun One 7 support the optional ANT tasks?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I'm trying to port an existing application to Sun One and build jars from deployment descriptors. The existing build files use the optional ant task: <ejbjar> with nested vendor tags i.e. <weblogic>. Is there an equivalent for sun one? I see that there is for IPlanet 6.0 but I'm unable to use this for Sun One as the deployment descriptor names have changed sun-ejb-jar.xml was ias-ejb-****.
I also tried to use <iplanet-ejbc> despite it being only supported for IPlanet 6.0 but to no avail. I get an IOException when it attempts to execute ejbc. I can't get beyond this as where have they put the ejbc utility in Sun One?
I'm now looking at having to build 10 jar files explicitly. Can anyone help? make my Christmas!
many thanks,
Elaine.
reply
    Bookmark Topic Watch Topic
  • New Topic