When I run it I get:
PLDoc version: 0.8.3
Exception in thread "main" java.lang.NoSuchMethodError
at net.sourceforge.pldoc.Settings.processCommandString(Settings.java:231
)
at net.sourceforge.pldoc.PLDoc.main(PLDoc.java:81)
When I attempt to build it I cannot figure out how to get "OracleContext" to resolve.
I'd like to use this and imagine that I may contribute - this tool looks like it will be very helpful for us (we do a lot in Oracle and Java) but need a little help to get past these initial hurdles.
I imagine that I am missing some jar file or am using a different version of drivers or Java. Can anyone comment on their classpath or setup that works?
Thanks,
Jerry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, version 0.8.3 needs some Oracle Client files in order to build (see the Readme).
This is fixed in CVS, so if you get the latest version from CVS, you will not have this problem anymore.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I cannot run or build the latest version.
When I run it I get:
PLDoc version: 0.8.3
Exception in thread "main" java.lang.NoSuchMethodError
at net.sourceforge.pldoc.Settings.processCommandString(Settings.java:231
)
at net.sourceforge.pldoc.PLDoc.main(PLDoc.java:81)
When I attempt to build it I cannot figure out how to get "OracleContext" to resolve.
I'd like to use this and imagine that I may contribute - this tool looks like it will be very helpful for us (we do a lot in Oracle and Java) but need a little help to get past these initial hurdles.
I imagine that I am missing some jar file or am using a different version of drivers or Java. Can anyone comment on their classpath or setup that works?
Thanks,
Jerry
Yes, version 0.8.3 needs some Oracle Client files in order to build (see the Readme).
This is fixed in CVS, so if you get the latest version from CVS, you will not have this problem anymore.