On Thu, 2003-02-06 at 13:23, Robert Parlett wrote:
> 
> Hi Steve
> 
> A while ago I wrote just such a utility class to get information from the 
> unicon class database.  If you get a copy of my code from my web page
> 
> http://www.parlett.dial.pipex.com/
> 
> (see Download section), you'll find a directory parser, which contains the 
> relevant classes.  To get the list of files for a package you could just do 
> something like :-
> 
> import parser
> 
> procedure main()
>    # pi will be of type PackageInfo
>    pi := load_package_info("gui") | stop("not found")
> 
>    l := pi.get_files()
>    every write(!l)
> 
> end
> 
> BTW, I also did a javadoc style utility to produce HTML docs: see the 
> directory unidoc.  I have some online output of this program at :-
> 
> http://www.parlett.dial.pipex.com/unidoc/index.html
> 
> As you can see, the format is a total rip-off of javadoc!  Note that the links 
> to source code only work for locally generated output.
> 
> If you think this could be the base for what you want, please drop me a line 
> as I'd be more than happy to incorporate any improvements into it.


Thanks Robert!  That's likely to be *exactly* what I want!

-- 
Steve Wampler <[EMAIL PROTECTED]>
National Solar Observatory


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to