Re: [Panopticode-users] Build Fail
Status: Beta
Brought to you by:
jrshaw
From: Julias S. <ju...@ju...> - 2007-03-16 14:38:38
|
Hi Faz, Typically this means that Ant cannot find the Javadoc program. This could be because you do not have a full JDK installed, just a JRE, or javadoc is not available on your path. Try getting Javadoc to work from the command line and then running your build again. If that does not fix the problem run "ant -diagnostics" and post the results. I will try to recreate your environment and reproduce your problem. The reason Panopticode needs Javadoc is that it uses the Doclet API to gather the overall structure of your code and create a canonical representation of the packages, files, classes, and methods in your project. This structure forms the skeleton to which various metrics are attached. Thank-you, Julias Shaw On Mar 16, 2007, at 6:41 AM, @ faz wrote: > Good morning, > with jdk1.6.0 I receive the error: > > panopticode-imports.xml:73:Javadoc failed java.io.IOException: > Cannot run program javadoc.exe > > CreateProcess error=87, The parameter is incorrect > > If some one can help me > Thanks > > Faz |