Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

AW: Problem with Javadoc task

Jan Materne

2008-04-21

Replies:

Author LoginPost Reply
I dont think that your JAVA_HOME environment variable points to a JDK (just a JRE) and therefore no tools.jar is on the classpath?


Jan

> -----Ursprüngliche Nachricht-----
> Von: Ma'moun Abu Hellu [mailto:mamounbest@(protected)]
> Gesendet: Sonntag, 20. April 2008 19:53
> An: Ant Users List
> Betreff: Re: Problem with Javadoc task
>
>  Hi ,
>  I'm facing the same problem ,i get the following error
>  
>  the code:
>  <?xml version="1.0"?>
>  <project name="Hello" default="print message">
>  <target name="print message">
>      <echo message="Hello from Ant!"/>
>     <javadoc destdir="doctest" sourcefiles
> ="${src}/HelloWorld.java"/>
>  </target>
>  </project>
>  .....
>  
>  Buildfile: C:\Users\Mamoun\workspace\ant\build.xml
>  print message:
>  [echo] Hello from Ant!
>  [javadoc] Generating Javadoc
>  [javadoc] Javadoc execution
>  
>  BUILD FAILED
>  C:\Users\Mamoun\workspace\ant\build.xml:10: Javadoc failed:
> java.io.IOException: Cannot run program "javadoc.exe":
> CreateProcess error=2, Impossibile trovare il file specificato
>  
>  i 'm using eclipse Version: 3.3.1.1, under vista.
>  
>  Thanks in advance
>
>  mamoun
>
> Troy Bull <troy.bull@(protected):
>  Greetings
>
> I am having trouble getting a project to build. I recently upgraded
> from ant 1.6.5 to 1.7.0 and someone told me there is some problem with
> the javadoc task in 1.7, is that true? Is there some work around or
> patch? I would hate to have to go back to 1.6.5.
>
> Thanks in advance
> troy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)
>
>
>
>    
> ---------------------------------
> Be a better friend, newshound, and know-it-all with Yahoo!
> Mobile. Try it now.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.