pldoc-chat Mailing List for PLDoc (Page 4)
Status: Alpha
Brought to you by:
altumano
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(3) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
(2) |
Mar
|
Apr
(1) |
May
|
Jun
(6) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(2) |
2012 |
Jan
(6) |
Feb
(4) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(9) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2013 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(7) |
Aug
(4) |
Sep
|
Oct
(4) |
Nov
(8) |
Dec
|
2014 |
Jan
(3) |
Feb
(6) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(8) |
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: PLDoc R. M. <no...@pl...> - 2012-01-12 01:21:55
|
The Maven PLDoc Plugin - 2.7 team is pleased to announce the maven-pldoc-plugin-2.7 release! The Maven PLDoc Plugin is a plugin that uses the pldoc tool for generating docs for the specified project. Changes in this version include: Changes: o project POM file - update dependent PLDoc version to 0.9.9 Have fun! -Maven PLDoc Plugin - 2.7 team |
From: PLDoc R. M. <no...@pl...> - 2012-01-12 00:13:43
|
The PLDoc - 0.9.9 team is pleased to announce the pldoc-0.9.9 release! Documentation tool for PLSQL Changes in this version include: Fixed Bugs: o Add "RELIES_ON (table(,table)*)" clause to RESULT_CACHE pragma; support MULTISET keywords and conditions; correct TRIM keywords for SQL99 TRIM syntax (LEADING and TRAILING rather than LEFT and RIGHT). Issue: 3469812. Thanks to Wernfried Domscheit. Have fun! -PLDoc - 0.9.9 team |
From: PLDoc R. M. <no...@pl...> - 2011-12-07 02:07:18
|
The PLDoc - 0.9.8 team is pleased to announce the pldoc-0.9.8 release! Documentation tool for PLSQL Changes in this version include: Fixed Bugs: o XML parsing error when running pldoc in ANT. Issue: 3441966. Thanks to Gurpreet Singh. o Correctly generate deprecated markup in body pages Issue: 3449496. Changes: o Generate sample documentation using ISO-8859-15 input encoding to demonstrate national character settings Have fun! -PLDoc - 0.9.8 team |
From: PLDoc R. M. <no...@pl...> - 2011-12-07 01:53:39
|
The Maven PLDoc Plugin - 2.6 team is pleased to announce the maven-pldoc-plugin-2.6 release! The Maven PLDoc Plugin is a plugin that uses the pldoc tool for generating docs for the specified project. Changes in this version include: New features: o Add inputEncoding property Changes: o project POM file - update dependent PLDoc version to 0.9.7 Have fun! -Maven PLDoc Plugin - 2.6 team |
From: Tom W. <wil...@gm...> - 2011-11-15 01:25:14
|
Hello, I just started using PLDoc and am pleased so far. I note that with packaged procedures having no parameter list, PLDoc describes them as "Fields". Is this a bug? If I'm missing something, would appreciate some enlightenment. Cheers, Tom |
From: Scott DC <be...@ii...> - 2011-03-17 15:27:04
|
Hi Can pldoc also process package body comments? I would like to produce internal technical documentation. Regards Scott |
From: Johan A. <jo...@al...> - 2008-09-30 23:17:40
|
Hi First out I am not sure if anyone is still using this mailing list. I have just started looking at PLDoc (for Oracle Applications-based PL/ SQL) and found that there were quite a few [PL/]SQL constructs it would not accept. I have managed to get PLDoc (the parser built by jacc, that is) to accept varchar2(200 BYTES) and select a AS b from dual I have also managed to get it to parse a subset of ANSI joins. I am now struggling to get it to accept BETWEEN expressions in WHERE clauses. Has anyone had the same problem and manage to solve this? -Johan |
From: Ben A. <ben...@st...> - 2007-06-25 09:05:12
|
Hello there I would greatly appreciate a small amount of your time to assist with my doctoral research at The University of Newcastle. The research concerns open source licensing and we're seeking developers working on Java projects. The research is supervised, ethics-approved, anonymous and results will be freely available. Participation will also provide a custom licensing report for your project. To learn more, please visit: http://licensing-research.newcastle.edu.au Thanks for reading this email, and I hope you'll consider participating. Best regards Ben Alex (My apologies for being off-topic; this list will not be emailed again) |
From: Albert T. <alt...@gm...> - 2006-05-30 18:13:27
|
This experimental release contains code kindly submitted by Matthias Hendler. The code is not yet integrated into main branch and there may be yet some bugs and incosistencies in it. Nevertheless, I feel that the code should be released AS IS and as early as possible. |
From: Jerry B. <Je...@bl...> - 2006-03-15 17:59:17
|
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 we 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. Thanks, Jerry |
From: Albert T. <alt...@ho...> - 2004-09-29 16:24:51
|
> Please let me know how can i get xml output from pldoc > instead of html. If you look at the output files, you'll see application.xml. Albert |
From: Anuprita R. <anu...@ya...> - 2004-09-29 06:29:03
|
Hi, Please let me know how can i get xml output from pldoc instead of html. Thanks and Regards, Anuprita ___________________________________________________________ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com |
From: Albert T. <a_t...@ya...> - 2004-07-21 16:24:54
|
After a long delay, a new version of pldoc is released. Changes: * New: initial support for parsing tables and views (only simpler cases yet) * New: in application.xml, use <TAG type="@deprecated"> instead of <DEPRECATED> and <TAG type="@throws"> instead of <THROWS> (code submitted by Steve Holt) * Fixed: Keyword PIPELINED unknown (#939294) * Fixed: invocation of pldoc.bat fails when pldoc is installed into directory with spaces in the path (#876225) * Fixed: Runtime/command line parameter to skip unparsable files (#832509) * Fixed: corrected name extracting for multiple-word datatypes (like LONG RAW and REF CURSOR) * Fixed: unable to use timestamp with time zone data type (#971941) |
From: Albert T. <a_t...@ya...> - 2003-07-16 14:55:41
|
Hi, I'm sending copies of latest news. Albert. Nightly builds available ------------------------ We introduce a possibility to download "unstable" versions of PLDoc: http://pldoc.sourceforge.net/nightlybuild Hope this will help those users who need the latest features and bug fixes but are reluctant to build it yourself from CVS. Help wanted ----------- There is a couple of feature requests under the PLDoc project (http://sourceforge.net/projects/pldoc) that maybe You can help to implement: 770952 GUI frontend for pldoc 769012 Ant target __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
From: Albert T. <alt...@ho...> - 2003-06-12 16:35:37
|
Hi, Conversion to XML could help a lot. Actually, you don't even need pldoc, just write an XSL to convert form XM= L to HTML or whatever. I still use Forms 6 and don't even attempt to document the forms. Albert jca...@EP... wrote: >Hi, > >I=B4m very interested in any free tool to document Forms. I think that t= his >feature is very easy since Oracle9iDS has already a tool to convert FMBs= >--> XML (iff2xml90). > >Jos=E9 Carmona Navas > > > > >|--------+--------------------------------------> >| | Albert Tumanov | >| | <alt...@ho...> | >| | Enviado por: | >| | pld...@li...urc| >| | eforge.net | >| | | >| | | >| | 09/06/2003 14:51 | >| | | >|--------+--------------------------------------> > >---------------------------------------------------------------------= --------------------------------------| > | = | > | Para: Fred Dullemond <fre...@ir...> = | > | cc: pld...@li... = | > | Fax para: = | > | Asunto: Re: [Pldoc-chat] PLDOC =3D> works with FORMS ?? = | > >---------------------------------------------------------------------= --------------------------------------| > > > > >Hi, > >that feature was not planned. >I know that a commercial tool named PLDocer does it, >so probably some day PLDoc will also do it, if someone will help to >implement it. >I do not need the feature for myself, so my motivation is not high enoug= h >:) > >Albert > >Fred Dullemond wrote: > > =20 > >>Hi all, >> >>I am currently very interested in using PLDOC to document all our PL/SQ= L >>stuff. >>As you all know oracle forms has PL/SQL embedded... >> >>Is there anyone who can confirm that PLDOC is able to create documentat= ion >> =20 >> >>from forms > =20 > >>as well ?? (ofcourse after converting the fmb to TXT first :-) ) >> >>If PLDOC is capable of doing so, or has such a feature planned, please = let >>me know >>via direct mail, as I am not member of this list yet. >> >>Thanx and kind regards, >> >>Fred Dullemond >> >> >>fre...@ir... >> >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: Etnus, makers of TotalView, The bes= t >>thread debugger on the planet. Designed with thread debugging features >>you've never dreamed of, try TotalView 6 free at www.etnus.com. >>_______________________________________________ >>PLDoc-chat mailing list >>PLD...@li... >>https://lists.sourceforge.net/lists/listinfo/pldoc-chat >> >> >> >> =20 >> > > > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The best= >thread debugger on the planet. Designed with thread debugging features >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >PLDoc-chat mailing list >PLD...@li... >https://lists.sourceforge.net/lists/listinfo/pldoc-chat > > > > > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The best= >thread debugger on the planet. Designed with thread debugging features >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >PLDoc-chat mailing list >PLD...@li... >https://lists.sourceforge.net/lists/listinfo/pldoc-chat > > =20 > |
From: <jca...@EP...> - 2003-06-10 08:52:59
|
Hi, I=B4m very interested in any free tool to document Forms. I think that = this feature is very easy since Oracle9iDS has already a tool to convert FMB= s --> XML (iff2xml90). Jos=E9 Carmona Navas |--------+--------------------------------------> | | Albert Tumanov | | | <alt...@ho...> | | | Enviado por: | | | pld...@li...urc| | | eforge.net | | | | | | | | | 09/06/2003 14:51 | | | | |--------+--------------------------------------> >--------------------------------------------------------------------= ---------------------------------------| | = | | Para: Fred Dullemond <fre...@ir...> = | | cc: pld...@li... = | | Fax para: = | | Asunto: Re: [Pldoc-chat] PLDOC =3D> works with FORMS ?? = | >--------------------------------------------------------------------= ---------------------------------------| Hi, that feature was not planned. I know that a commercial tool named PLDocer does it, so probably some day PLDoc will also do it, if someone will help to implement it. I do not need the feature for myself, so my motivation is not high enou= gh :) Albert Fred Dullemond wrote: >Hi all, > >I am currently very interested in using PLDOC to document all our PL/S= QL >stuff. >As you all know oracle forms has PL/SQL embedded... > >Is there anyone who can confirm that PLDOC is able to create documenta= tion >from forms >as well ?? (ofcourse after converting the fmb to TXT first :-) ) > >If PLDOC is capable of doing so, or has such a feature planned, please= let >me know >via direct mail, as I am not member of this list yet. > >Thanx and kind regards, > >Fred Dullemond > > >fre...@ir... > > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The be= st >thread debugger on the planet. Designed with thread debugging features= >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >PLDoc-chat mailing list >PLD...@li... >https://lists.sourceforge.net/lists/listinfo/pldoc-chat > > > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The bes= t thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ PLDoc-chat mailing list PLD...@li... https://lists.sourceforge.net/lists/listinfo/pldoc-chat = |
From: Albert T. <alt...@ho...> - 2003-06-09 12:51:21
|
Hi, that feature was not planned. I know that a commercial tool named PLDocer does it, so probably some day PLDoc will also do it, if someone will help to implement it. I do not need the feature for myself, so my motivation is not high enough :) Albert Fred Dullemond wrote: >Hi all, > >I am currently very interested in using PLDOC to document all our PL/SQL >stuff. >As you all know oracle forms has PL/SQL embedded... > >Is there anyone who can confirm that PLDOC is able to create documentation >from forms >as well ?? (ofcourse after converting the fmb to TXT first :-) ) > >If PLDOC is capable of doing so, or has such a feature planned, please let >me know >via direct mail, as I am not member of this list yet. > >Thanx and kind regards, > >Fred Dullemond > > >fre...@ir... > > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The best >thread debugger on the planet. Designed with thread debugging features >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >PLDoc-chat mailing list >PLD...@li... >https://lists.sourceforge.net/lists/listinfo/pldoc-chat > > > |
From: Albert T. <alt...@ho...> - 2003-06-09 12:47:23
|
Hi, PLDoc can recognize some of SQL*Plus command, like SHOW ERRORS. If it does not work for you, send me an example. PLDoc does not extract source from database because it's a job for another tool. I have one such tool written by myself and will publish it someday (it needs some polish yet). Albert Ste...@ls... wrote: >Hello, > >PLDoc looks good for me, but we use SQL*Plus command 'show error ...' in >our SQL-files >and PLDoc can not interpret this command and returns an error. > >Why does PLDoc not use a JDBC connection to read the PL\SQL source direkt >vom DB? >For me this seams to be the best way! > > Regards, > Stefan Ortmanns > > >============================================================================ > >Vanderlande Industries Logistics Software GmbH >Joseph-von-Fraunhofer Str. 25 >D-44227 Dortmund, Germany >Tel. +49 231 9794 0 >Fax. +49 231 9794 1111 >ste...@ls... >www.vanderlande.com >============================================================================ > > >============================================================================ > >Disclaimer >This document may include proprietary and confidential information of >Vanderlande Industries Logistics Software GmbH and may only be read by >those person or persons to whom it is addressed. This document is forwarded >to >you in such a form (E-mail) that Vanderlande Industries Logistics Software >GmbH >cannot guarantee the completeness and/or correctness of >its contents and information. If you have received this E-mail message in >error, >please notify us immediately. Please also delete this document from your >computer. This document may not be reproduced, copied, distributed, >published, >modified, or furnished to third parties, without the prior written consent >of >Vanderlande Industries Logistics Software GmbH . >============================================================================ > > > > >------------------------------------------------------- >This SF.net email is sponsored by: Etnus, makers of TotalView, The best >thread debugger on the planet. Designed with thread debugging features >you've never dreamed of, try TotalView 6 free at www.etnus.com. >_______________________________________________ >PLDoc-chat mailing list >PLD...@li... >https://lists.sourceforge.net/lists/listinfo/pldoc-chat > > > |
From: Fred D. <fre...@ir...> - 2003-06-05 12:23:57
|
Hi all, I am currently very interested in using PLDOC to document all our PL/SQL stuff. As you all know oracle forms has PL/SQL embedded... Is there anyone who can confirm that PLDOC is able to create documentation from forms as well ?? (ofcourse after converting the fmb to TXT first :-) ) If PLDOC is capable of doing so, or has such a feature planned, please let me know via direct mail, as I am not member of this list yet. Thanx and kind regards, Fred Dullemond fre...@ir... |
From: <Ste...@ls...> - 2003-06-04 08:49:02
|
Hello, PLDoc looks good for me, but we use SQL*Plus command 'show error ...' in our SQL-files and PLDoc can not interpret this command and returns an error. Why does PLDoc not use a JDBC connection to read the PL\SQL source direkt vom DB? For me this seams to be the best way! Regards, Stefan Ortmanns ============================================================================ Vanderlande Industries Logistics Software GmbH Joseph-von-Fraunhofer Str. 25 D-44227 Dortmund, Germany Tel. +49 231 9794 0 Fax. +49 231 9794 1111 ste...@ls... www.vanderlande.com ============================================================================ ============================================================================ Disclaimer This document may include proprietary and confidential information of Vanderlande Industries Logistics Software GmbH and may only be read by those person or persons to whom it is addressed. This document is forwarded to you in such a form (E-mail) that Vanderlande Industries Logistics Software GmbH cannot guarantee the completeness and/or correctness of its contents and information. If you have received this E-mail message in error, please notify us immediately. Please also delete this document from your computer. This document may not be reproduced, copied, distributed, published, modified, or furnished to third parties, without the prior written consent of Vanderlande Industries Logistics Software GmbH . ============================================================================ |
From: Albert T. <alt...@ho...> - 2003-04-25 18:49:52
|
CHANGES IN RELEASE 0.7: * Implemented: Package comments more conveniently (#644050) * Implemented: make documentation part of the distribution (#692488) * Implemented: Beginner Drag-and-drop (#696678) * Implemented: Support SQL*Plus substitution variables (#723291) * Fixed: -doctitle option and sentence argument (#663581) * Fixed: Parser fails if: "end; -- end package" (#700040) |
From: Albert T. <alt...@ho...> - 2003-02-12 18:45:17
|
Hi, First thing I'd recommend is to precede @param with asterisk: /** Blergh * @param */ This is also the standard form for javadoc in Java. Also, it's better to run scripts in SQL*Plus not by "Open file", but this way: @myscript.sql This is better because empty lines in the code will not get lost. And @param will not be treated as command (though I am not quite sure). Albert Mark Weaver wrote: >I'd like to add a bunch of documentation to our packages, but currently the schema build scripts use sqlplus + @ to start external scripts. For no good reason, sqlplus has decided that > >/** Blergh > @param > */ > >ought to invoke the "param" script. My current workaround is a bunch of empty scripts for each tag. Is there a less bletcherous way of doing this? I've dug around for disabling start, but this really is a bit of a pain as it means each script needs to be invoked separately. > >btw, This is a fantastic tool :) > > >------------------------------------------------------- >This SF.NET email is sponsored by: >SourceForge Enterprise Edition + IBM + LinuxWorld =omething 2 See! >http://www.vasoftware.com >_______________________________________________ >PLDoc-chat mailing list >PLD...@li... >https://lists.sourceforge.net/lists/listinfo/pldoc-chat > > > |
From: Mark W. <ma...@np...> - 2003-02-12 09:08:55
|
I'd like to add a bunch of documentation to our packages, but currently = the schema build scripts use sqlplus + @ to start external scripts. For = no good reason, sqlplus has decided that /** Blergh @param */ ought to invoke the "param" script. My current workaround is a bunch of = empty scripts for each tag. Is there a less bletcherous way of doing = this? I've dug around for disabling start, but this really is a bit of = a pain as it means each script needs to be invoked separately. btw, This is a fantastic tool :) |
From: Albert T. <alt...@ho...> - 2002-11-19 19:51:51
|
Hi, To ignore something, pldoc must recognize it, because it is basically a parser. It is hard to do in general case: there are a hundred of different SQL*Plus commands and SQL clauses that may occur there. But it is possible to recognize (and ignore) only some most popular cases like yours. Do you have only "SHOW ERRORS" and grants in your scripts ? Albert. -----Original Message----- From: pld...@li... [mailto:pld...@li...]On Behalf Of Nick Willems Sent: Tuesday, November 19, 2002 21:04 To: pld...@li... Subject: [Pldoc-chat] PLDoc Hi, I'm impressed with the new version of PLDoc. It's working great. I have one problem though, when the EOF is not end of the procedure, it gives an error. Basically pldoc expects the end-of-file to be END; Here is an example of what I have:- ... END pkg_branches; / SHOW ERRORS GRANT EXECUTE ON pkg_branches TO PUBLIC / The lines after the END statement, causes an error. Is it possible to fix pldoc to parse the file up to the END command and not look at the stuff after that? Thanks in advance, Nick |
From: Nick W. <zy...@ne...> - 2002-11-19 19:03:50
|
Hi, I'm impressed with the new version of PLDoc. It's working great. I have one problem though, when the EOF is not end of the procedure, it gives an error. Basically pldoc expects the end-of-file to be END; Here is an example of what I have:- ... END pkg_branches; / SHOW ERRORS GRANT EXECUTE ON pkg_branches TO PUBLIC / The lines after the END statement, causes an error. Is it possible to fix pldoc to parse the file up to the END command and not look at the stuff after that? Thanks in advance, Nick |