Can't generate Javadoc

Hello together,

I hope you can help me...

When i try to generate the javadoc (within forte),

the new "assert"-command is not accepted.

I already found a workaround in the Bug-Database

but the problem also exists in the sourcecode of the

Java SDK. For example if I try to generate Javadoc

from java.math.BigDecimal, it doesn't work and the

error "';' expected in line 243" appears.

Can anybody help me?

Thanks

Christian

[501 byte] By [MrCJava] at [2007-9-27 0:44:37]
# 1
To get asserts to work, you need to use the javadoc option "-source 1.4".I'm not that familiar with Forte -- is there a place to add this option?When you say "in the source code of the Java SDK", is it version 1.4.0?-Doug KramerJavadoc team
dkramer at 2007-7-4 17:39:08 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2

Hey, thank you for your reply!

Yes, I am talking about the new version 1.4.0.

Unfortunately there seems to be no possibility

to change the command line arguments used for Javadoc within Forte. I can change it for java.exe and so on but not for Javadoc...

Thanks

Chris

;-)

MrCJava at 2007-7-4 17:39:08 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 3

I faced the same problem and actually found where to put -source 1.4 in Forte. In case somebody still need it (information for Forte 4.0 CE):

Select "Tools" menu then "Options" submenu.

In the options screen choose "Code documentation" category, then "JavaDoc Executors", then "External Javadoc".

In the properties of "External Javadoc" choose "External Process". It is equal to "External Javadoc Executor".

Click this property value and it will show button with "..." on it. Click this button. This will open property editor for "External process", where you can edit command line and add "-source 1.4" in it.

Let_It_Rain at 2007-7-4 17:39:08 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 4
Thank you, Let It Rain!-Doug Kramer
dkramer at 2007-7-4 17:39:08 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...