> Hello Sven! > > IDEA automatically adds project classpath when it generates javadoc. As of this version of Idea nope it doesnt do that correctly. In the classpath window, there are only the automatically generated dirs <Output Path> and <Jdk> specifying the output and JDK Directory as Classpath
But the javadoc command generated is the following: E:\java\jdk1.3.1_02\bin\javaw.exe -classpath E:\java\jdk1.3.1_02\lib\tools.jar com.sun.tools.javadoc.Main -private -splitindex -classpath -sourcepath ...(clip) As you see there is no classpath specified ! Perhaps switching between jdk1.4.0 and jdk1.3.1_02 caused the problem ? btw adding the output path manually to the classpath solves the problem Greetings Sven > Do you > think that if -classpath is specified in the "Other parameters" field it > should override the project classpath or should be added to it? It should be added. > > Best regards, > Anton Katilin > --------------------------------------------------------- > JetBrains, Inc / IntelliJ Software > http://www.intellij.com > "Develop with pleasure!" > > __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Sie brauchen mehr Speicher f�r Ihre E-Mails? - http://premiummail.yahoo.de _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
