• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Javadoc Ant task in WSAD

 
gunslinger & author
Posts: 169
16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to use Ant inside WebSphere Studio Application Developer v5. I added tools.jar to the Ant classpath (as someone here suggested) and that got rid of the compiler problems. When I try to execute a <javadoc> task, however, I get:
Javadoc failed: java.io.IOException: CreateProcess (etc)
Am I missing something obvious? When I run this task from a DOS window, it works just fine.
Thanks in advance,
Ken Kousen
 
Sheriff
Posts: 3064
12
Mac IntelliJ IDE Python VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't have WebSphere, so I can't duplicate your environment. My WAG is that the root directory to which you are trying to output your Javadocs doesn't exist. That doesn't explain why it works from a DOS window though.
 
Ranch Hand
Posts: 681
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ken,
I am sorry this is not an awnser, but another question you may be able to help me with.
I am trying to edit my runAnt.bat file so it can point at my WebSphere Studio installation.
I have set WSAD to
C:\IBM\WebSpere studio\eclipse, but it is complaining of the space in between WebSpere and studio.
Did you have this problem when you set up WSAD with ant.
Thanks for any help Tony
 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't know if you've figured this one out or not but I couldn't run ant in WSAD until I got the com.ibm.ant.extras_V5EA.zip file and unzipped it to the plugins directory.
A semi-useful link:
WSAD and ANT
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic