I did it & it seemed to work except i got 51 warnings saying...
-------------------------
This sentence is different from what would be generated using -breakiterator:
"JDBC 2.0
<p>Moves the cursor to the end of the result set, just after the last
row. "
/opt/sapdb/JDBC_doc/./com/sap/dbtech/jdbc/UpdatableResultSetSapDB.java:116: warning - The first sentence is interpreted to be:
"JDBC 2.0
"
---------------------------
all warnings were similar.
What could this mean?
Regards
Kale
Dittmar, Daniel wrote:
Can you please guide me as to how i can build javadocs from sapdb-jdbc-src-7.3.00.29a.jar after unpacking it?copy the following lines into a file 'javadoc.args' (make sure that the -group lines are not wrapped) and then execute
mkdir javadoc
javadoc @javadoc.args
-d javadoc
-group "JDBC Driver" "com.sap.dbtech.jdbc:com.sap.dbtech.jdbc.*"
-group "Runtime and Constants" "com.sap.dbtech.rte.comm:com.sap.dbtech.vsp00:com.sap.dbtech.vsp001"
-group "Database Tools" "com.sap.dbtech.powertoys"
com.sap.dbtech.jdbc
com.sap.dbtech.jdbc.exceptions
com.sap.dbtech.jdbc.packet
com.sap.dbtech.jdbc.trace
com.sap.dbtech.jdbc.translators
com.sap.dbtech.powertoys
com.sap.dbtech.rte.comm
com.sap.dbtech.util
com.sap.dbtech.util.cache
com.sap.dbtech.util.printf
com.sap.dbtech.vsp00
com.sap.dbtech.vsp001
Or use a Java-IDE which has a button for this task.
Daniel Dittmar
_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
